mbox series

[0/3] A bunch of trusted keys fixes

Message ID 20201005002659.81588-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, 12:26 a.m. UTC
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(-)