linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Detach TPM space code out of the tpm_transmit() flow
@ 2018-11-03 17:07 Jarkko Sakkinen
  2018-11-03 17:07 ` [PATCH 1/8] tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter Jarkko Sakkinen
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Jarkko Sakkinen @ 2018-11-03 17:07 UTC (permalink / raw)
  To: linux-integrity
  Cc: linux-security-module, James Bottomley, Tomas Winkler,
	Tadeusz Struk, Stefan Berger, 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.

v2:
* Print tpm2_commit_space() error inside tpm2_commit_space()
* Error code was not printed when recv() callback failed. It is
  fixed in this version.
* Added a patch that removes @space from tpm_transmit().
* Fixed a regression in earlier series. Forgot to amend the change
  from the staging area that renames NESTED to UNLOCKED in tpm2-space.c.

Jarkko Sakkinen (8):
  tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
  tpm: print tpm2_commit_space() error inside tpm2_commit_space()
  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()
  tpm: remove @space from tpm_transmit()

 drivers/char/tpm/tpm-dev-common.c |  50 ++++++-
 drivers/char/tpm/tpm-interface.c  | 240 +++++++++++-------------------
 drivers/char/tpm/tpm-sysfs.c      |   5 +-
 drivers/char/tpm/tpm.h            |  16 +-
 drivers/char/tpm/tpm1-cmd.c       |  28 +---
 drivers/char/tpm/tpm2-cmd.c       |  39 ++---
 drivers/char/tpm/tpm2-space.c     |  77 +++++++---
 drivers/char/tpm/tpm_vtpm_proxy.c |   3 +-
 8 files changed, 220 insertions(+), 238 deletions(-)

-- 
2.19.1


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

end of thread, other threads:[~2018-11-04 16:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-03 17:07 [PATCH 0/8] Detach TPM space code out of the tpm_transmit() flow Jarkko Sakkinen
2018-11-03 17:07 ` [PATCH 1/8] tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter Jarkko Sakkinen
2018-11-03 17:07 ` [PATCH 2/8] tpm: print tpm2_commit_space() error inside tpm2_commit_space() Jarkko Sakkinen
2018-11-03 17:08 ` [PATCH 3/8] tpm: clean up tpm_try_transmit() error handling flow Jarkko Sakkinen
2018-11-03 17:08 ` [PATCH 4/8] tpm: access command header through struct in tpm_try_transmit() Jarkko Sakkinen
2018-11-03 17:08 ` [PATCH 5/8] tpm: move tpm_validate_commmand() to tpm2-space.c Jarkko Sakkinen
2018-11-03 17:08 ` [PATCH 6/8] tpm: encapsulate tpm_dev_transmit() Jarkko Sakkinen
2018-11-03 17:08 ` [PATCH 7/8] tpm: move TPM space code out of tpm_transmit() Jarkko Sakkinen
2018-11-03 17:08 ` [PATCH 8/8] tpm: remove @space from tpm_transmit() Jarkko Sakkinen
2018-11-04  7:46 ` [PATCH 0/8] Detach TPM space code out of the tpm_transmit() flow Winkler, Tomas
2018-11-04 16:25   ` 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).