[GIT PULL] tpmdd changes for v6.5-rc3

From: Jarkko Sakkinen
Date: Tue Jul 18 2023 - 12:44:20 EST


Linux 6.5-rc2 (2023-07-16 15:10:37 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/tpmdd-v6.5-rc3

for you to fetch changes up to 481c2d14627de8ecbb54dd125466e4b4a5069b47:

tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQs (2023-07-17 19:40:27 +0000)

----------------------------------------------------------------
Hi Linus,

This the trimmed down version of the previous pull request.

BR, Jarkko

----------------------------------------------------------------
Alexander Sverdlin (2):
tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes

Christian Hesse (2):
tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 12th gen
tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 13th gen

Florian Bezdeka (1):
tpm/tpm_tis: Disable interrupts for Lenovo L590 devices

Jarkko Sakkinen (1):
tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation

Jerry Snitselaar (1):
tpm: return false from tpm_amd_is_rng_defective on non-x86 platforms

Jiapeng Chong (1):
security: keys: Modify mismatched function name

Lino Sanfilippo (1):
tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQs

Peijie Shao (1):
tpm_tis_spi: Release chip select when flow control fails

Peter Ujfalusi (1):
tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11

Petr Pavlu (1):
keys: Fix linking a duplicate key to a keyring's assoc_array

Valentin David (1):
tpm: Do not remap from ACPI resources again for Pluton TPM

drivers/char/tpm/tpm-chip.c | 7 ++
drivers/char/tpm/tpm_crb.c | 19 +++---
drivers/char/tpm/tpm_tis.c | 25 ++++++++
drivers/char/tpm/tpm_tis_core.c | 103 +++++++++++++++++++++++++-----
drivers/char/tpm/tpm_tis_core.h | 4 ++
drivers/char/tpm/tpm_tis_i2c.c | 59 ++++++++++-------
drivers/char/tpm/tpm_tis_spi_main.c | 8 +++
drivers/char/tpm/tpm_vtpm_proxy.c | 30 ++-------
security/keys/request_key.c | 35 ++++++----
security/keys/trusted-keys/trusted_tpm2.c | 2 +-
10 files changed, 212 insertions(+), 80 deletions(-)