[GIT PULL] TPM DEVICE DRIVER changes for v5.13-rc2
From: Jarkko Sakkinen
Date: Wed May 12 2021 - 16:51:39 EST
Hi,
These are bug fixes, which have came up after the first pull request.
/Jarkko
The following changes since commit dbb5afad100a828c97e012c6106566d99f041db6:
ptrace: make ptrace() fail if the tracee changed its pid unexpectedly (2021-05-12 10:45:22 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-next-v5.13-rc2
for you to fetch changes up to 1df83992d977355177810c2b711afc30546c81ce:
tpm: fix error return code in tpm2_get_cc_attrs_tbl() (2021-05-12 22:36:50 +0300)
----------------------------------------------------------------
tpmdd updates for Linux v5.13-rc2
----------------------------------------------------------------
Ben Boeckel (1):
trusted-keys: match tpm_get_ops on all return paths
Colin Ian King (1):
KEYS: trusted: Fix memory leak on object td
Jarkko Sakkinen (2):
tpm, tpm_tis: Extend locality handling to TPM2 in tpm_tis_gen_interrupt()
tpm, tpm_tis: Reserve locality in tpm_tis_resume()
Zhen Lei (1):
tpm: fix error return code in tpm2_get_cc_attrs_tbl()
drivers/char/tpm/tpm2-cmd.c | 1 +
drivers/char/tpm/tpm_tis_core.c | 22 ++++++++++++++--------
security/keys/trusted-keys/trusted_tpm1.c | 8 +++++---
security/keys/trusted-keys/trusted_tpm2.c | 6 +++---
4 files changed, 23 insertions(+), 14 deletions(-)