This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 80a0c2e511a9 Merge tag 'sound-5.5-rc3' of git://git.kernel.org/pub/scm/ [...] new 601f0093f264 KEYS: remove CONFIG_KEYS_COMPAT new bea37414453e KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails new 21df4a8b6018 tpm_tis: reserve chip for duration of tpm_tis_core_init new 45477b3fe3d1 security: keys: trusted: fix lost handle flush new d23d12484307 tpm: fix invalid locking in NONBLOCKING mode new 8f84bddcfac9 tpm: selftest: add test covering async mode new a9920d3bad40 tpm: selftest: cleanup after unseal with wrong auth/policy test new 1760eb689ed6 tpm/tpm_ftpm_tee: add shutdown call back new 4a94c4332334 Merge tag 'tpmdd-next-20191219' of git://git.infradead.org [...]
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: crypto/asymmetric_keys/asym_tpm.c | 1 + crypto/asymmetric_keys/public_key.c | 1 + drivers/char/tpm/tpm-dev-common.c | 8 +++++++ drivers/char/tpm/tpm.h | 1 - drivers/char/tpm/tpm2-cmd.c | 1 + drivers/char/tpm/tpm_ftpm_tee.c | 22 +++++++++++++++---- drivers/char/tpm/tpm_tis_core.c | 35 +++++++++++++++--------------- include/linux/tpm.h | 1 + security/keys/Kconfig | 4 ---- security/keys/Makefile | 2 +- security/keys/compat.c | 5 ----- security/keys/internal.h | 4 ++-- security/keys/trusted-keys/trusted_tpm2.c | 1 + tools/testing/selftests/tpm2/test_smoke.sh | 6 +++++ tools/testing/selftests/tpm2/tpm2.py | 19 ++++++++++++++-- tools/testing/selftests/tpm2/tpm2_tests.py | 13 +++++++++++ 16 files changed, 88 insertions(+), 36 deletions(-)