mbox series

[GIT,PULL] tpmdd: a critical bug fix for v6.4-rc1 (v2)

Message ID 20230430143342.790113-1-jarkko@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] tpmdd: a critical bug fix for v6.4-rc1 (v2) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-v6.4-rc1-fix-v2

Message

Jarkko Sakkinen April 30, 2023, 2:33 p.m. UTC
The following changes since commit 6e98b09da931a00bf4e0477d0fa52748bf28fcce:

  Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2023-04-26 16:07:23 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-v6.4-rc1-fix-v2

for you to fetch changes up to 0c8862de05c1a087795ee0a87bf61a6394306cc0:

  tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers (2023-04-28 13:06:36 +0000)

----------------------------------------------------------------
This PR fixes a critical bug in my first pull request. I fixed the
cherry pick issue and tested with real hardare and libvirt/qemu plus
swtpm.

----------------------------------------------------------------
Jarkko Sakkinen (1):
      tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers

 drivers/char/tpm/tpm-chip.c     | 22 +++++++++++++++++++---
 drivers/char/tpm/tpm.h          |  2 +-
 drivers/char/tpm/tpm_tis_core.c |  2 +-
 include/linux/tpm.h             | 13 +++++++------
 4 files changed, 28 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org May 1, 2023, 7:26 p.m. UTC | #1
The pull request you sent on Sun, 30 Apr 2023 17:33:42 +0300:

> git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-v6.4-rc1-fix-v2

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

Thank you!