Re: [PATCH v6 5/9] tpm: have event log use the tpm_chip

2016-11-14 Thread Jarkko Sakkinen
On Mon, Nov 14, 2016 at 03:44:01PM -0800, Jarkko Sakkinen wrote: > On Mon, Nov 14, 2016 at 05:00:52AM -0500, Nayna Jain wrote: > > Move the backing memory for the event log into tpm_chip and push > > the tpm_chip into read_log. This optimizes read_log processing by > > only doing it once and prepar

Re: [PATCH v6 5/9] tpm: have event log use the tpm_chip

2016-11-14 Thread Jarkko Sakkinen
On Mon, Nov 14, 2016 at 05:00:52AM -0500, Nayna Jain wrote: > Move the backing memory for the event log into tpm_chip and push > the tpm_chip into read_log. This optimizes read_log processing by > only doing it once and prepares things for the next patches in the > series which require the tpm_chip