mbox series

[v2,0/3] A bunch of trusted keys fixes

Message ID 20201005034948.174228-1-jarkko.sakkinen@linux.intel.com (mailing list archive)
Headers show
Series A bunch of trusted keys fixes | expand

Message

Jarkko Sakkinen Oct. 5, 2020, 3:49 a.m. UTC
v2:
Fix a kernel test bot warning:
https://lore.kernel.org/linux-integrity/202010051152.9kxy43LO-lkp@intel.com/

Jarkko Sakkinen (3):
  KEYS: trusted: Fix incorrect handling of tpm_get_random()
  KEYS: trusted: Reserve TPM for seal and unseal operations
  KEYS: trusted: Fix migratable=1 failing

 drivers/char/tpm/tpm.h                    |  4 -
 include/linux/tpm.h                       | 16 +++-
 security/keys/trusted-keys/trusted_tpm1.c | 94 ++++++++++++++++-------
 security/keys/trusted-keys/trusted_tpm2.c |  6 +-
 4 files changed, 86 insertions(+), 34 deletions(-)