tpm: vtpm_proxy: Avoid reading host log when using a virtual device
authorStefan Berger <stefanb@linux.ibm.com>
Wed, 10 Mar 2021 22:19:16 +0000 (17:19 -0500)
committerJarkko Sakkinen <jarkko@kernel.org>
Wed, 14 Apr 2021 13:30:30 +0000 (16:30 +0300)
commit9716ac65efc8f780549b03bddf41e60c445d4709
tree4ec00dce1ae6d2e4eaa229f6b81393c870c33c8a
parent3dcd15665aca80197333500a4be3900948afccc1
tpm: vtpm_proxy: Avoid reading host log when using a virtual device

Avoid allocating memory and reading the host log when a virtual device
is used since this log is of no use to that driver. A virtual
device can be identified through the flag TPM_CHIP_FLAG_VIRTUAL, which
is only set for the tpm_vtpm_proxy driver.

Cc: stable@vger.kernel.org
Fixes: 6f99612e2500 ("tpm: Proxy driver for supporting multiple emulated TPMs")
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
drivers/char/tpm/eventlog/common.c