mbox series

[GIT,PULL] TPM DEVICE DRIVER: tpmdd-next-6.12-rc6

Message ID D57UNU1ZUXJS.E2RDQDB8XFKI@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] TPM DEVICE DRIVER: tpmdd-next-6.12-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/tpmdd-next-6.12-rc6

Message

Jarkko Sakkinen Oct. 29, 2024, 12:06 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 30, 2024, 2:44 a.m. UTC | #1
The pull request you sent on Tue, 29 Oct 2024 02:06:02 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/tpmdd-next-6.12-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d5b2ee0fe863519be5e1c277d22609b048b61a2a

Thank you!