[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.12-rc8
From: Jarkko Sakkinen
Date: Wed Nov 13 2024 - 14:29:27 EST
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(-)