This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fdf0eaf11452 Linux 6.5-rc2 new f4032d615f90 tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation new edb13d7bb034 tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11 new f0afba4042bd tpm_tis_spi: Release chip select when flow control fails new f3b70b6e3390 tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes new 83e7e5d89f04 tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (3 [...] new d55901522f96 keys: Fix linking a duplicate key to a keyring's assoc_array new ecff6813d2bc tpm: return false from tpm_amd_is_rng_defective on non-x86 [...] new 2a4152742025 security: keys: Modify mismatched function name new 08b0af4478ba tpm/tpm_tis: Disable interrupts for Framework Laptop Intel [...] new bc825e851c2f tpm/tpm_tis: Disable interrupts for Framework Laptop Intel [...] new b1c1b98962d1 tpm: Do not remap from ACPI resources again for Pluton TPM new 393f362389ce tpm/tpm_tis: Disable interrupts for Lenovo L590 devices new 481c2d14627d tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQs new f2f393c385af Merge tag 'tpmdd-v6.5-rc3' of git://git.kernel.org/pub/scm [...] new b33b8731566d selftests/mincore: fix skip condition for check_huge_pages test new e8b03aef194c tools: timers: fix freq average calculation new c77896b143d3 selftests/riscv: fix potential build failure during the "e [...] new 569f8b501b17 selftests/arm64: fix build failure during the "emit_tests" step new 74f1456c4a5f Merge tag 'linux-kselftest-fixes-6.5-rc3' of git://git.ker [...]
The 19 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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 +- tools/testing/selftests/arm64/Makefile | 2 +- tools/testing/selftests/mincore/mincore_selftest.c | 4 +- tools/testing/selftests/riscv/Makefile | 2 +- tools/testing/selftests/timers/raw_skew.c | 3 +- 14 files changed, 217 insertions(+), 86 deletions(-)