mbox series

[GIT,PULL] tpmdd fixes for Linux v5.4-rc1

Message ID 20190925000214.GA23372@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] tpmdd fixes for Linux v5.4-rc1 | expand

Pull-request

git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20190925

Message

Jarkko Sakkinen Sept. 25, 2019, 12:02 a.m. UTC
Hi

These are bug fixes for bugs found after my v5.4 PR.

/Jarkko

The following changes since commit 4c07e2ddab5b6b57dbcb09aedbda1f484d5940cc:

  Merge tag 'mfd-next-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd (2019-09-23 19:37:49 -0700)

are available in the Git repository at:

  git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20190925

for you to fetch changes up to e13cd21ffd50a07b55dcc4d8c38cedf27f28eaa1:

  tpm: Wrap the buffer from the caller to tpm_buf in tpm_send() (2019-09-25 02:43:57 +0300)

----------------------------------------------------------------
tpmdd fixes for Linux v5.4

----------------------------------------------------------------
Denis Efremov (1):
      MAINTAINERS: keys: Update path to trusted.h

Jarkko Sakkinen (2):
      selftests/tpm2: Add the missing TEST_FILES assignment
      tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()

Petr Vorel (1):
      selftests/tpm2: Add log and *.pyc to .gitignore

Roberto Sassu (1):
      KEYS: trusted: correctly initialize digests and fix locking issue

 MAINTAINERS                           |  2 +-
 drivers/char/tpm/tpm-interface.c      | 23 +++++++++++------------
 security/keys/trusted.c               |  5 +++++
 tools/testing/selftests/.gitignore    |  2 ++
 tools/testing/selftests/tpm2/Makefile |  1 +
 5 files changed, 20 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 25, 2019, 5:40 p.m. UTC | #1
The pull request you sent on Wed, 25 Sep 2019 03:02:14 +0300:

> git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20190925

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

Thank you!