From: Jarkko Sakkinen <jarkko@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Huewe <peterhuewe@gmx.de>, Jason Gunthorpe <jgg@ziepe.ca>,
David Howells <dhowells@redhat.com>,
keyrings@vger.kernel.org, linux-integrity@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] TPM DEVICE DRIVER: for-next-tpm-7.2-rc1
Date: Sat, 20 Jun 2026 22:22:49 +0300 [thread overview]
Message-ID: <ajboiUkyqgZxHpZS@kernel.org> (raw)
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(-)
next reply other threads:[~2026-06-20 19:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-20 19:22 Jarkko Sakkinen [this message]
2026-06-21 1:23 ` [GIT PULL] TPM DEVICE DRIVER: for-next-tpm-7.2-rc1 Jarkko Sakkinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ajboiUkyqgZxHpZS@kernel.org \
--to=jarkko@kernel.org \
--cc=dhowells@redhat.com \
--cc=jgg@ziepe.ca \
--cc=keyrings@vger.kernel.org \
--cc=linux-integrity@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peterhuewe@gmx.de \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.