[GIT PULL] tpmdd updates for tpmdd-next-v6.2-rc1
Jarkko Sakkinen
jarkko at kernel.org
Thu Dec 8 16:33:08 UTC 2022
Hi,
This PR contains an unsorted collection of TPM fixes and one bug fix
for trusted keys.
BR, Jarkko
The following changes since commit 479174d402bcf60789106eedc4def3957c060bad:
Merge tag 'platform-drivers-x86-v6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 (2022-12-07 12:37:35 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-next-v6.2-rc1
for you to fetch changes up to eaabc245b02a0e0063068178624d2fc12ba91d69:
tpm: st33zp24: remove pointless checks on probe (2022-12-08 16:20:47 +0000)
----------------------------------------------------------------
tpmdd updates for Linux v6.2-rc1
----------------------------------------------------------------
Ard Biesheuvel (1):
tpm: Avoid function type cast of put_device()
Dmitry Torokhov (3):
tpm: st33zp24: drop support for platform data
tpm: st33zp24: switch to using gpiod API
tpm: st33zp24: remove pointless checks on probe
Eddie James (2):
tpm: tis_i2c: Fix sanity check interrupt enable mask
tpm: Add flag to use default cancellation policy
Hanjun Guo (3):
tpm: acpi: Call acpi_put_table() to fix memory leak
tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak
tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leak
Michael Kelley (1):
tpm/tpm_crb: Fix error message in __crb_relinquish_locality()
Sumit Garg (1):
KEYS: trusted: tee: Make registered shm dependency explicit
Yuan Can (1):
tpm/tpm_ftpm_tee: Fix error handling in ftpm_mod_init()
drivers/char/tpm/eventlog/acpi.c | 12 ++-
drivers/char/tpm/st33zp24/i2c.c | 142 +-----------------------------
drivers/char/tpm/st33zp24/spi.c | 145 +------------------------------
drivers/char/tpm/st33zp24/st33zp24.c | 39 +++++++--
drivers/char/tpm/st33zp24/st33zp24.h | 7 +-
drivers/char/tpm/tpm-chip.c | 7 +-
drivers/char/tpm/tpm_crb.c | 31 ++++---
drivers/char/tpm/tpm_ftpm_tee.c | 8 +-
drivers/char/tpm/tpm_tis.c | 9 +-
drivers/char/tpm/tpm_tis_core.c | 20 +++--
drivers/char/tpm/tpm_tis_core.h | 1 +
drivers/char/tpm/tpm_tis_i2c.c | 3 +-
include/linux/platform_data/st33zp24.h | 16 ----
security/keys/trusted-keys/trusted_tee.c | 3 +-
14 files changed, 108 insertions(+), 335 deletions(-)
delete mode 100644 include/linux/platform_data/st33zp24.h
More information about the Linux-security-module-archive
mailing list