* [GIT PULL] TPM DEVICE DRIVER: for-next-tpm-7.2-rc1
@ 2026-06-20 19:22 Jarkko Sakkinen
2026-06-21 1:23 ` Jarkko Sakkinen
0 siblings, 1 reply; 2+ messages in thread
From: Jarkko Sakkinen @ 2026-06-20 19:22 UTC (permalink / raw)
To: Linus Torvalds
Cc: Peter Huewe, Jason Gunthorpe, David Howells, keyrings,
linux-integrity, linux-kernel
The following changes since commit 0e0611827f3349d0a2ac121c023a6d3260dcecdb:
Merge tag 'pull-fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/viro/vfs (2026-06-15 15:53:57 +0530)
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
for you to fetch changes up to 67c53887ebcd425f0003e7068de12eab511f80a9:
tpm: fix event_size output in tpm1_binary_bios_measurements_show (2026-06-15 15:19:45 +0300)
----------------------------------------------------------------
Hi,
Please, pull. This pull request contains only bug fixes.
BR, Jarkko
----------------------------------------------------------------
Baoli Zhang (1):
tpm: restore timeout for key creation commands
David Laight (1):
keys: Replace strcpy(derived_buf, "AUTH_KEY") with strscpy(..., HASH_SIZE)
David Windsor (1):
tpm: svsm: constify tpm_chip_ops
Eric Biggers (1):
KEYS: encrypted: Remove unnecessary selection of CRYPTO_RNG
Gui-Dong Han (1):
KEYS: Use acquire when reading state in keyring search
Gunnar Kudrjavets (1):
tpm: Initialize name_size_alg for non-NULL name in tpm_buf_append_name()
Jarkko Sakkinen (3):
KEYS: fix overflow in keyctl_pkey_params_get_2()
KEYS: trusted: Debugging as a feature
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
Len Bao (1):
keys/trusted_keys: mark 'migratable' as __ro_after_init
Michael Bommarito (1):
tpm: tpm2-sessions: wait for async KPP completion in tpm_buf_append_salt
Mohammed EL Kadiri (3):
keys: prevent slab cache merging for key_jar
keys: request_key: replace BUG with return -EINVAL
keys: keyctl_pkey: replace BUG with return -EOPNOTSUPP
Rafael J. Wysocki (1):
tpm_crb: Check ACPI_COMPANION() against NULL during probe
Shaomin Chen (1):
keys: Pin request_key_auth payload in instantiate paths
Thorsten Blum (2):
keys: use kmalloc_flex in user_preparse
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
Documentation/admin-guide/kernel-parameters.txt | 16 +++++++
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 +-
include/keys/request_key_auth-type.h | 2 +
include/keys/trusted-type.h | 21 +++++----
security/keys/Kconfig | 1 -
security/keys/encrypted-keys/encrypted.c | 4 +-
security/keys/internal.h | 2 +
security/keys/key.c | 2 +-
security/keys/keyctl.c | 24 +++++++---
security/keys/keyctl_pkey.c | 14 ++++--
security/keys/keyring.c | 2 +-
security/keys/request_key.c | 2 +-
security/keys/request_key_auth.c | 33 ++++++++++++-
security/keys/trusted-keys/Kconfig | 23 +++++++++
security/keys/trusted-keys/trusted_caam.c | 7 ++-
security/keys/trusted-keys/trusted_core.c | 8 +++-
security/keys/trusted-keys/trusted_tpm1.c | 44 +++++++++--------
security/keys/user_defined.c | 2 +-
25 files changed, 256 insertions(+), 109 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] TPM DEVICE DRIVER: for-next-tpm-7.2-rc1
2026-06-20 19:22 [GIT PULL] TPM DEVICE DRIVER: for-next-tpm-7.2-rc1 Jarkko Sakkinen
@ 2026-06-21 1:23 ` Jarkko Sakkinen
0 siblings, 0 replies; 2+ messages in thread
From: Jarkko Sakkinen @ 2026-06-21 1:23 UTC (permalink / raw)
To: Linus Torvalds
Cc: Peter Huewe, Jason Gunthorpe, David Howells, keyrings,
linux-integrity, linux-kernel
Oh crap, sorry.
I'll resend with new tag for-next-tpm-7.2-rc1-2.
Discard.
BR, Jarkko
On Sat, Jun 20, 2026 at 10:22:49PM +0300, Jarkko Sakkinen wrote:
> The following changes since commit 0e0611827f3349d0a2ac121c023a6d3260dcecdb:
>
> Merge tag 'pull-fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/viro/vfs (2026-06-15 15:53:57 +0530)
>
> 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
>
> for you to fetch changes up to 67c53887ebcd425f0003e7068de12eab511f80a9:
>
> tpm: fix event_size output in tpm1_binary_bios_measurements_show (2026-06-15 15:19:45 +0300)
>
> ----------------------------------------------------------------
> Hi,
>
> Please, pull. This pull request contains only bug fixes.
>
> BR, Jarkko
>
> ----------------------------------------------------------------
> Baoli Zhang (1):
> tpm: restore timeout for key creation commands
>
> David Laight (1):
> keys: Replace strcpy(derived_buf, "AUTH_KEY") with strscpy(..., HASH_SIZE)
>
> David Windsor (1):
> tpm: svsm: constify tpm_chip_ops
>
> Eric Biggers (1):
> KEYS: encrypted: Remove unnecessary selection of CRYPTO_RNG
>
> Gui-Dong Han (1):
> KEYS: Use acquire when reading state in keyring search
>
> Gunnar Kudrjavets (1):
> tpm: Initialize name_size_alg for non-NULL name in tpm_buf_append_name()
>
> Jarkko Sakkinen (3):
> KEYS: fix overflow in keyctl_pkey_params_get_2()
> KEYS: trusted: Debugging as a feature
> 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
>
> Len Bao (1):
> keys/trusted_keys: mark 'migratable' as __ro_after_init
>
> Michael Bommarito (1):
> tpm: tpm2-sessions: wait for async KPP completion in tpm_buf_append_salt
>
> Mohammed EL Kadiri (3):
> keys: prevent slab cache merging for key_jar
> keys: request_key: replace BUG with return -EINVAL
> keys: keyctl_pkey: replace BUG with return -EOPNOTSUPP
>
> Rafael J. Wysocki (1):
> tpm_crb: Check ACPI_COMPANION() against NULL during probe
>
> Shaomin Chen (1):
> keys: Pin request_key_auth payload in instantiate paths
>
> Thorsten Blum (2):
> keys: use kmalloc_flex in user_preparse
> 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
>
> Documentation/admin-guide/kernel-parameters.txt | 16 +++++++
> 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 +-
> include/keys/request_key_auth-type.h | 2 +
> include/keys/trusted-type.h | 21 +++++----
> security/keys/Kconfig | 1 -
> security/keys/encrypted-keys/encrypted.c | 4 +-
> security/keys/internal.h | 2 +
> security/keys/key.c | 2 +-
> security/keys/keyctl.c | 24 +++++++---
> security/keys/keyctl_pkey.c | 14 ++++--
> security/keys/keyring.c | 2 +-
> security/keys/request_key.c | 2 +-
> security/keys/request_key_auth.c | 33 ++++++++++++-
> security/keys/trusted-keys/Kconfig | 23 +++++++++
> security/keys/trusted-keys/trusted_caam.c | 7 ++-
> security/keys/trusted-keys/trusted_core.c | 8 +++-
> security/keys/trusted-keys/trusted_tpm1.c | 44 +++++++++--------
> security/keys/user_defined.c | 2 +-
> 25 files changed, 256 insertions(+), 109 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-21 1:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-20 19:22 [GIT PULL] TPM DEVICE DRIVER: for-next-tpm-7.2-rc1 Jarkko Sakkinen
2026-06-21 1:23 ` Jarkko Sakkinen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.