mbox series

[GIT,PULL] TPM DEVICE DRIVER changes for v5.16

Message ID YXdkK4IH9J1xcMXb@iki.fi (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] TPM DEVICE DRIVER changes for v5.16 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-next-v5.16

Message

Jarkko Sakkinen Oct. 26, 2021, 2:12 a.m. UTC
HI,

This pull request contains only bug fixes.

/Jarkko

The following changes since commit 3906fe9bb7f1a2c8667ae54e967dc8690824f4ea:

  Linux 5.15-rc7 (2021-10-25 11:30:31 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-next-v5.16

for you to fetch changes up to 7eba41fe8c7bb01ff3d4b757bd622375792bc720:

  tpm_tis_spi: Add missing SPI ID (2021-10-26 05:03:34 +0300)

----------------------------------------------------------------
tpmdd updates for Linux v5.16

----------------------------------------------------------------
Cai Huoqing (1):
      tpm: tis: Kconfig: Add helper dependency on COMPILE_TEST

Dan Carpenter (1):
      tpm: Check for integer overflow in tpm2_map_response_body()

Hao Wu (1):
      tpm: fix Atmel TPM crash caused by too frequent queries

Mark Brown (1):
      tpm_tis_spi: Add missing SPI ID

 drivers/char/tpm/Kconfig            |  2 +-
 drivers/char/tpm/tpm2-space.c       |  3 +++
 drivers/char/tpm/tpm_tis_core.c     | 26 ++++++++++++++++++--------
 drivers/char/tpm/tpm_tis_core.h     |  4 ++++
 drivers/char/tpm/tpm_tis_spi_main.c |  1 +
 include/linux/tpm.h                 |  1 +
 6 files changed, 28 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 1, 2021, 5:28 p.m. UTC | #1
The pull request you sent on Tue, 26 Oct 2021 05:12:59 +0300:

> git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-next-v5.16

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

Thank you!