linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Detach TPM space code from tpm_transmit() flow
@ 2018-11-03  4:08 Jarkko Sakkinen
  2018-11-03  4:08 ` [PATCH 1/6] tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter Jarkko Sakkinen
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Jarkko Sakkinen @ 2018-11-03  4:08 UTC (permalink / raw)
  To: linux-integrity
  Cc: linux-security-module, James Bottomley, Tomas Winkler,
	Jarkko Sakkinen, Jason Gunthorpe, open list

Make the changes that are needed to detach TPM space code from
tpm_transmit() flow so that we do no longer need nested tpm_transmit()
calls.

Jarkko Sakkinen (6):
  tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
  tpm: clean up tpm_try_transmit() error handling flow
  tpm: access command header through struct in  tpm_try_transmit()
  tpm: move tpm_validate_commmand() to tpm2-space.c
  tpm: encapsulate tpm_dev_transmit()
  tpm: move TPM space code out of tpm_transmit()

 drivers/char/tpm/tpm-dev-common.c |  50 ++++++-
 drivers/char/tpm/tpm-interface.c  | 231 +++++++++++-------------------
 drivers/char/tpm/tpm-sysfs.c      |   2 +-
 drivers/char/tpm/tpm.h            |  14 +-
 drivers/char/tpm/tpm1-cmd.c       |  26 +---
 drivers/char/tpm/tpm2-cmd.c       |  37 ++---
 drivers/char/tpm/tpm2-space.c     |  58 ++++++--
 drivers/char/tpm/tpm_vtpm_proxy.c |   3 +-
 8 files changed, 206 insertions(+), 215 deletions(-)

-- 
2.19.1


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

end of thread, other threads:[~2018-11-03 11:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-03  4:08 [PATCH 0/6] Detach TPM space code from tpm_transmit() flow Jarkko Sakkinen
2018-11-03  4:08 ` [PATCH 1/6] tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter Jarkko Sakkinen
2018-11-03  4:08 ` [PATCH 2/6] tpm: clean up tpm_try_transmit() error handling flow Jarkko Sakkinen
2018-11-03  4:08 ` [PATCH 3/6] tpm: access command header through struct in tpm_try_transmit() Jarkko Sakkinen
2018-11-03  4:08 ` [PATCH 4/6] tpm: move tpm_validate_commmand() to tpm2-space.c Jarkko Sakkinen
2018-11-03 11:11   ` kbuild test robot
2018-11-03  4:08 ` [PATCH 5/6] tpm: encapsulate tpm_dev_transmit() Jarkko Sakkinen
2018-11-03  4:08 ` [PATCH 6/6] tpm: move TPM space code out of tpm_transmit() Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).