Re: [PATCH v4] tpm: Parse event log from TPM2 ACPI table

2019-09-03 Thread Jordan Hand
On 9/3/19 11:27 AM, Jerry Snitselaar wrote: >> +    len = tpm2_trailer.minimum_log_length; >> +    start = tpm2_trailer.log_address; > > Are your builds not failing here? Both v3 and v4 have this. > Ya, I saw the kbuild bot failure and fixed in v5. I'm not entirely sure why I didn't catc

Re: [PATCH v4] tpm: Parse event log from TPM2 ACPI table

2019-09-03 Thread Jerry Snitselaar
On Fri Aug 30 19, Jordan Hand wrote: For systems with a TPM2 chip which use ACPI to expose event logs, retrieve the crypto-agile event log from the TPM2 ACPI table. The TPM2 table is defined in section 7.3 of the TCG ACPI Specification (see link). The TPM2 table is used by SeaBIOS in place of th

Re: [PATCH v4] tpm: Parse event log from TPM2 ACPI table

2019-09-02 Thread Jarkko Sakkinen
On Fri, Aug 30, 2019 at 10:10:27PM -0700, Jordan Hand wrote: > For systems with a TPM2 chip which use ACPI to expose event logs, retrieve the > crypto-agile event log from the TPM2 ACPI table. The TPM2 table is defined > in section 7.3 of the TCG ACPI Specification (see link). > > The TPM2 table i

Re: [PATCH v4] tpm: Parse event log from TPM2 ACPI table

2019-08-31 Thread kbuild test robot
Hi Jordan, Thank you for the patch! Yet something to improve: [auto build test ERROR on jss-tpmdd/next] [cannot apply to v5.3-rc6 next-20190830] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/J

[PATCH v4] tpm: Parse event log from TPM2 ACPI table

2019-08-30 Thread Jordan Hand
For systems with a TPM2 chip which use ACPI to expose event logs, retrieve the crypto-agile event log from the TPM2 ACPI table. The TPM2 table is defined in section 7.3 of the TCG ACPI Specification (see link). The TPM2 table is used by SeaBIOS in place of the TCPA table when the system's TPM is v