The following changes since commit 1a3746ccbb0a97bed3c06ccde6b880013b1dddc1:
Merge tag 'strncpy-removal-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux (2026-06-19 14:56:45 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/for-next-tpm-7.2-rc1-fixed for you to fetch changes up to 1a58f6115bfb34eabcc7de8a3a9745b219179781: tpm: fix event_size output in tpm1_binary_bios_measurements_show (2026-06-21 04:25:28 +0300) ---------------------------------------------------------------- Hi Correctly rebased version of [1] now that for-next-tpm was mirrored today to linux-next by Mark today. Contains only bug fixes. [1] https://lore.kernel.org/linux-integrity/[email protected]/T/#t BR, Jarkko ---------------------------------------------------------------- Baoli Zhang (1): tpm: restore timeout for key creation commands David Windsor (1): tpm: svsm: constify tpm_chip_ops Gunnar Kudrjavets (1): tpm: Initialize name_size_alg for non-NULL name in tpm_buf_append_name() Jarkko Sakkinen (1): tpm: tpm_tis_spi: Use wait_woken() in wait_for_tmp_stat() Jim Broadus (2): tpm: tpm_tis: store entire did_vid tpm: tpm_tis: Add settle time for some TPMs Michael Bommarito (1): tpm: tpm2-sessions: wait for async KPP completion in tpm_buf_append_salt Rafael J. Wysocki (1): tpm_crb: Check ACPI_COMPANION() against NULL during probe Thorsten Blum (1): tpm: fix event_size output in tpm1_binary_bios_measurements_show Yeoreum Yun (1): tpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-in drivers/char/tpm/eventlog/tpm1.c | 4 +-- drivers/char/tpm/tpm2-cmd.c | 6 ++-- drivers/char/tpm/tpm2-sessions.c | 56 +++++++++++++++++++++++++---------- drivers/char/tpm/tpm_crb.c | 6 +++- drivers/char/tpm/tpm_crb_ffa.c | 18 ++---------- drivers/char/tpm/tpm_svsm.c | 2 +- drivers/char/tpm/tpm_tis_core.c | 63 ++++++++++++++++++++++++++-------------- drivers/char/tpm/tpm_tis_core.h | 3 +- 8 files changed, 98 insertions(+), 60 deletions(-)

