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

From: Jarkko Sakkinen
Date: Sun Aug 04 2019 - 18:15:06 EST


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(-)