mbox series

[GIT,PULL] tpmdd fixes for Linux v5.3-rc2

Message ID 20190804221450.n62l3fwehjt3nyit@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] tpmdd fixes for Linux v5.3-rc2 | expand

Pull-request

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

Message

Jarkko Sakkinen Aug. 4, 2019, 10:14 p.m. UTC
Hi

Contains two bug fixes that did not make into my first PR for Linux v5.3.

/Jarkko

The following changes since commit 4b6f23161b4e888e72671e377c32eabe9a8e62fc:

  Merge tag 'powerpc-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2019-08-04 10:30:47 -0700)

are available in the Git repository at:

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

for you to fetch changes up to fa4f99c05320eb28bf6ba52a9adf64d888da1f9e:

  tpm: tpm_ibm_vtpm: Fix unallocated banks (2019-08-05 00:55:00 +0300)

----------------------------------------------------------------
tpmdd fixes for Linux v5.3-rc2

----------------------------------------------------------------
Milan Broz (1):
      tpm: Fix null pointer dereference on chip register error path

Nayna Jain (1):
      tpm: tpm_ibm_vtpm: Fix unallocated banks

 drivers/char/tpm/tpm-chip.c | 43 ++++++++++++++++++++++++++++++++++++-------
 drivers/char/tpm/tpm.h      |  2 ++
 drivers/char/tpm/tpm1-cmd.c | 36 ++++++++++++++++++++++++------------
 drivers/char/tpm/tpm2-cmd.c |  6 +-----
 4 files changed, 63 insertions(+), 24 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 4, 2019, 11:45 p.m. UTC | #1
The pull request you sent on Mon, 5 Aug 2019 01:14:50 +0300:

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

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

Thank you!