All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] KEYS, trusted: a bunch of bug fixes
@ 2020-10-13  2:51 Jarkko Sakkinen
  2020-10-13  2:51   ` Jarkko Sakkinen
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Jarkko Sakkinen @ 2020-10-13  2:51 UTC (permalink / raw)
  To: linux-integrity
  Cc: David Howells, Mimi Zohar, James Bottomley, Jarkko Sakkinen

This patch set contains a bunch of disjoint bug fixes.

v4:
* Do not create stubs for tpm_transmit_cmd(), tpm_try_get_ops() and
  tpm_put_ops().
  https://lore.kernel.org/linux-integrity/20201013023927.GA71954@linux.intel.com/

v3:
* Reordered patches a bit, i.e. trivial fixes in the head and the least
  trivial in the tail.
  <no xref>
* Added the missing "return -ENODEV;" to tpm_transmit_cmd(), when the
  kernel is compiled without TPM support.
  https://lore.kernel.org/linux-integrity/202010110927.zsxMpek2-lkp@intel.com/

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: Fix migratable=1 failing
  KEYS: trusted: Reserve TPM for seal and unseal operations

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

-- 
2.25.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-11-04 10:33 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-13  2:51 [PATCH v4 0/3] KEYS, trusted: a bunch of bug fixes Jarkko Sakkinen
2020-10-13  2:51 ` [PATCH v4 1/3] KEYS: trusted: Fix incorrect handling of tpm_get_random() Jarkko Sakkinen
2020-10-13  2:51   ` Jarkko Sakkinen
2020-10-13  2:51 ` [PATCH v4 2/3] KEYS: trusted: Fix migratable=1 failing Jarkko Sakkinen
2020-10-13  2:51   ` Jarkko Sakkinen
2020-10-13  2:51 ` [PATCH v4 3/3] KEYS: trusted: Reserve TPM for seal and unseal operations Jarkko Sakkinen
2020-10-13  2:51   ` Jarkko Sakkinen
2020-10-30  8:52 ` [PATCH v4 1/3,RESEND] KEYS: trusted: Fix incorrect handling of tpm_get_random() Jarkko Sakkinen
2020-10-30  8:52 ` [PATCH v4 2/3,RESEND] KEYS: trusted: Fix migratable=1 failing Jarkko Sakkinen
2020-10-30  8:52 ` [PATCH v4 3/3,RESEND] KEYS: trusted: Reserve TPM for seal and unseal operations Jarkko Sakkinen
2020-11-04  1:18 ` [PATCH v4 1/3,RESEND 2] KEYS: trusted: Fix incorrect handling of tpm_get_random() Jarkko Sakkinen
2020-11-04  1:18 ` [PATCH v4 2/3,RESEND 2] KEYS: trusted: Fix migratable=1 failing Jarkko Sakkinen
2020-11-04  1:19 ` [PATCH v4 3/3,RESEND 2] KEYS: trusted: Reserve TPM for seal and unseal operations Jarkko Sakkinen
2020-11-04  7:30   ` Sumit Garg
2020-11-04 10:32     ` Jarkko Sakkinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.