[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LRH.2.21.1904090905570.20894@namei.org>
Date: Tue, 9 Apr 2019 09:07:10 +1000 (AEST)
From: James Morris <jmorris@...ei.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
cc: linux-kernel@...r.kernel.org,
linux-security-module@...r.kernel.org,
Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com>
Subject: [GIT PULL] TPM fixes for v5.1
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@...gle.com (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(-)
Powered by blists - more mailing lists