mbox series

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

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

Pull-request

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

Message

Jarkko Sakkinen Nov. 13, 2024, 7:29 p.m. UTC
The following changes since commit 14b6320953a3f856a3f93bf9a0e423395baa593d:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2024-11-12 13:35:13 -0800)

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-rc8

for you to fetch changes up to 423893fcbe7e9adc875bce4e55b9b25fc1424977:

  tpm: Disable TPM on tpm2_create_primary() failure (2024-11-13 21:10:45 +0200)

----------------------------------------------------------------
Hi,

Two bug fixes for TPM bus encryption (the remaining reported issues in
the feature).

BR, Jarkko

----------------------------------------------------------------
Jarkko Sakkinen (2):
      tpm: Opt-in in disable PCR integrity protection
      tpm: Disable TPM on tpm2_create_primary() failure

 Documentation/admin-guide/kernel-parameters.txt |  9 ++++
 drivers/char/tpm/tpm-buf.c                      | 20 +++++++++
 drivers/char/tpm/tpm2-cmd.c                     | 30 +++++++++----
 drivers/char/tpm/tpm2-sessions.c                | 58 ++++++++++++++-----------
 include/linux/tpm.h                             |  3 ++
 5 files changed, 87 insertions(+), 33 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 13, 2024, 9:36 p.m. UTC | #1
The pull request you sent on Wed, 13 Nov 2024 21:29:16 +0200:

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

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

Thank you!