mbox series

[GIT,PULL] TPM DEVICE DRIVER changes for v5.13-rc2

Message ID YJw8J1icU49X/Wo9@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] TPM DEVICE DRIVER changes for v5.13-rc2 | expand

Pull-request

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

Message

Jarkko Sakkinen May 12, 2021, 8:35 p.m. UTC
Hi,

These are bug fixes, which have came up after the first pull request.

/Jarkko

The following changes since commit dbb5afad100a828c97e012c6106566d99f041db6:

  ptrace: make ptrace() fail if the tracee changed its pid unexpectedly (2021-05-12 10:45:22 -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.13-rc2

for you to fetch changes up to 1df83992d977355177810c2b711afc30546c81ce:

  tpm: fix error return code in tpm2_get_cc_attrs_tbl() (2021-05-12 22:36:50 +0300)

----------------------------------------------------------------
tpmdd updates for Linux v5.13-rc2

----------------------------------------------------------------
Ben Boeckel (1):
      trusted-keys: match tpm_get_ops on all return paths

Colin Ian King (1):
      KEYS: trusted: Fix memory leak on object td

Jarkko Sakkinen (2):
      tpm, tpm_tis: Extend locality handling to TPM2 in tpm_tis_gen_interrupt()
      tpm, tpm_tis: Reserve locality in tpm_tis_resume()

Zhen Lei (1):
      tpm: fix error return code in tpm2_get_cc_attrs_tbl()

 drivers/char/tpm/tpm2-cmd.c               |  1 +
 drivers/char/tpm/tpm_tis_core.c           | 22 ++++++++++++++--------
 security/keys/trusted-keys/trusted_tpm1.c |  8 +++++---
 security/keys/trusted-keys/trusted_tpm2.c |  6 +++---
 4 files changed, 23 insertions(+), 14 deletions(-)

Comments

pr-tracker-bot@kernel.org May 12, 2021, 10:48 p.m. UTC | #1
The pull request you sent on Wed, 12 May 2021 23:35:51 +0300:

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

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

Thank you!