]> asedeno.scripts.mit.edu Git - linux.git/commit
tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2
authorRoberto Sassu <roberto.sassu@huawei.com>
Thu, 24 Jan 2019 15:49:05 +0000 (16:49 +0100)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Wed, 13 Feb 2019 07:47:01 +0000 (09:47 +0200)
commitc8faabfc6f48009fb0d9ad4203aecfa569e5ff8d
tree32f3fbfa5562daf387a54d44032c3bb4e1507716
parent64494d39ff630a63b5308042b20132b491e3706b
tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2

TCG defines two structures, TCG_EfiSpecIDEventStruct and TCG_PCR_EVENT2,
which contain variable-sized arrays in the middle of the definition.

Since these structures are not suitable for type casting, this patch
removes structure members after the variable-sized arrays and adds the
_head suffix to the structure name, to indicate that the renamed structures
do not contain all fields defined by TCG.

Lastly, given that variable-sized arrays are now in the last position, and
given that the size of the arrays cannot be determined in advance, this
patch also sets the size of those arrays to zero and removes the definition
of TPM2_ACTIVE_PCR_BANKS.

Signed-off-by: Roberto Sassu <roberto.sassu@huawei.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Tested-by: Nayna Jain <nayna@linux.ibm.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
drivers/char/tpm/eventlog/tpm2.c
include/linux/tpm_eventlog.h