[GIT PULL] TPM fixes for v5.1

From: James Morris
Date: Mon Apr 08 2019 - 19:07:39 EST


Please pull these TPM fixes, from Jarkko:

"These are critical fixes for v5.1. Contains also couple of new selftests
for v5.1 features (partial reads in /dev/tpm0)."

---

The following changes since commit fd008d1a7a204695f0e5e003af16448bb9c34b7b:

Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 (2019-04-07 19:51:09 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git fixes-v5.1

for you to fetch changes up to 6da70580af9612accf042b37564d73e787af39b4:

selftests/tpm2: Open tpm dev in unbuffered mode (2019-04-08 15:58:55 -0700)

----------------------------------------------------------------
Jarkko Sakkinen (2):
tpm: turn on TPM on suspend for TPM 1.x
KEYS: trusted: allow trusted.ko to initialize w/o a TPM

Tadeusz Struk (3):
tpm: fix an invalid condition in tpm_common_poll
selftests/tpm2: Extend tests to cover partial reads
selftests/tpm2: Open tpm dev in unbuffered mode

Yue Haibing (1):
tpm: Fix the type of the return value in calc_tpm2_event_size()

ndesaulniers@xxxxxxxxxx (1):
KEYS: trusted: fix -Wvarags warning

drivers/char/tpm/eventlog/tpm2.c | 4 +-
drivers/char/tpm/tpm-dev-common.c | 9 ++++-
drivers/char/tpm/tpm-interface.c | 14 +++----
include/keys/trusted.h | 2 +-
security/keys/trusted.c | 32 +++++++++++----
tools/testing/selftests/tpm2/tpm2.py | 5 ++-
tools/testing/selftests/tpm2/tpm2_tests.py | 63 ++++++++++++++++++++++++++++++
7 files changed, 108 insertions(+), 21 deletions(-)