[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.12-rc6
From: Jarkko Sakkinen
Date: Mon Oct 28 2024 - 20:06:16 EST
The following changes since commit 81983758430957d9a5cb3333fe324fd70cf63e7e:
Linux 6.12-rc5 (2024-10-27 12:52:02 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/tpmdd-next-6.12-rc6
for you to fetch changes up to df745e25098dcb2f706399c0d06dd8d1bab6b6ec:
tpm: Lazily flush the auth session (2024-10-29 00:46:20 +0200)
----------------------------------------------------------------
Hi
Addresses a significant boot-time delay issue:
https://bugzilla.kernel.org/show_bug.cgi?id=219229
BR, Jarkko
----------------------------------------------------------------
Jarkko Sakkinen (3):
tpm: Return tpm2_sessions_init() when null key creation fails
tpm: Rollback tpm2_load_null()
tpm: Lazily flush the auth session
drivers/char/tpm/tpm-chip.c | 10 ++++
drivers/char/tpm/tpm-dev-common.c | 3 ++
drivers/char/tpm/tpm-interface.c | 6 ++-
drivers/char/tpm/tpm2-sessions.c | 100 +++++++++++++++++++++++---------------
4 files changed, 77 insertions(+), 42 deletions(-)