Re: [PATCH] tpm: allow TCPA log area to be empty
From: Jason Gunthorpe <jgg@ziepe.ca>
Date: 2018-03-12 15:02:32
Also in:
linux-security-module, lkml, stable
From: Jason Gunthorpe <jgg@ziepe.ca>
Date: 2018-03-12 15:02:32
Also in:
linux-security-module, lkml, stable
On Sat, Mar 10, 2018 at 06:16:37PM +0200, Jarkko Sakkinen wrote:
TCPA log are can be empty when the TPM is disabled. This commit changes the behavior of tpm_read_log_acpi() to return successfully in this case.
The commit should explain why we'd want this.. eg Why does it matter to create the extra sysfs files to report an empty log? Jason