All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC v2 0/5] RFC: in-kernel resource manager
@ 2017-01-12 17:46 ` Jarkko Sakkinen
  0 siblings, 0 replies; 51+ messages in thread
From: Jarkko Sakkinen @ 2017-01-12 17:46 UTC (permalink / raw)
  To: tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
  Cc: linux-security-module-u79uwXL29TY76Z2rM5mHXA, open list

This patch set adds support for TPM spaces that provide a context
for isolating and swapping transient objects. This patch set does
not yet include support for isolating policy and HMAC sessions but
it is trivial to add once the basic approach is settled (and that's
why I created an RFC patch set).

v2:
Changed to James' proposal of API. I did not make any other changes
except split core TPM space code its own patch because I want to find
consensus on the API before polishing the corners. Thus, this version
also carries the RFC tag. I have not yet locked in my standpoint whether
ioctl or a device file is a better deal.

James Bottomley (2):
  tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.c
  tpm2: expose resource manager via a device link /dev/tpms<n>

Jarkko Sakkinen (3):
  tpm: validate TPM 2.0 commands
  tpm: export tpm2_flush_context_cmd
  tpm: infrastructure for TPM spaces

 drivers/char/tpm/Makefile         |   2 +-
 drivers/char/tpm/tpm-chip.c       |  61 +++++++-
 drivers/char/tpm/tpm-dev-common.c | 145 +++++++++++++++++++
 drivers/char/tpm/tpm-dev.c        | 141 ++----------------
 drivers/char/tpm/tpm-dev.h        |  27 ++++
 drivers/char/tpm/tpm-interface.c  | 106 ++++++++++----
 drivers/char/tpm/tpm-sysfs.c      |   2 +-
 drivers/char/tpm/tpm.h            |  57 ++++++--
 drivers/char/tpm/tpm2-cmd.c       | 144 ++++++++++++------
 drivers/char/tpm/tpm2-space.c     | 298 ++++++++++++++++++++++++++++++++++++++
 drivers/char/tpm/tpms-dev.c       |  57 ++++++++
 11 files changed, 826 insertions(+), 214 deletions(-)
 create mode 100644 drivers/char/tpm/tpm-dev-common.c
 create mode 100644 drivers/char/tpm/tpm-dev.h
 create mode 100644 drivers/char/tpm/tpm2-space.c
 create mode 100644 drivers/char/tpm/tpms-dev.c

-- 
2.9.3


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi

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

end of thread, other threads:[~2017-01-16 16:54 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-12 17:46 [PATCH RFC v2 0/5] RFC: in-kernel resource manager Jarkko Sakkinen
2017-01-12 17:46 ` Jarkko Sakkinen
     [not found] ` <20170112174612.9314-1-jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2017-01-12 17:46   ` [PATCH RFC v2 1/5] tpm: validate TPM 2.0 commands Jarkko Sakkinen
2017-01-12 17:46     ` Jarkko Sakkinen
2017-01-12 20:34     ` Jarkko Sakkinen
2017-01-12 17:46   ` [PATCH RFC v2 2/5] tpm: export tpm2_flush_context_cmd Jarkko Sakkinen
2017-01-12 17:46     ` Jarkko Sakkinen
2017-01-12 17:46   ` [PATCH RFC v2 3/5] tpm: infrastructure for TPM spaces Jarkko Sakkinen
2017-01-12 17:46     ` Jarkko Sakkinen
2017-01-12 20:38     ` [tpmdd-devel] " James Bottomley
2017-01-13 16:28       ` Jarkko Sakkinen
2017-01-14 17:53         ` Ken Goldman
2017-01-16  9:52           ` Jarkko Sakkinen
2017-01-16  9:52             ` [tpmdd-devel] " Jarkko Sakkinen
     [not found]     ` <20170112174612.9314-4-jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2017-01-12 18:38       ` James Bottomley
2017-01-12 18:38         ` [tpmdd-devel] " James Bottomley
     [not found]         ` <1484246310.2417.15.camel-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
2017-01-12 20:31           ` Jarkko Sakkinen
2017-01-12 20:31             ` [tpmdd-devel] " Jarkko Sakkinen
2017-01-12 20:50       ` Jarkko Sakkinen
2017-01-12 20:50         ` Jarkko Sakkinen
2017-01-13  1:17     ` [tpmdd-devel] " James Bottomley
2017-01-13 16:31       ` Jarkko Sakkinen
2017-01-16  9:09       ` Jarkko Sakkinen
2017-01-16 14:24         ` James Bottomley
2017-01-16 14:48           ` Jarkko Sakkinen
2017-01-16 14:58             ` James Bottomley
2017-01-16 16:52               ` Jarkko Sakkinen
2017-01-12 17:46   ` [PATCH RFC v2 4/5] tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.c Jarkko Sakkinen
2017-01-12 17:46     ` Jarkko Sakkinen
2017-01-13 19:18     ` [tpmdd-devel] " James Bottomley
2017-01-12 17:46   ` [PATCH RFC v2 5/5] tpm2: expose resource manager via a device link /dev/tpms<n> Jarkko Sakkinen
2017-01-12 17:46     ` Jarkko Sakkinen
     [not found]     ` <20170112174612.9314-6-jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2017-01-12 18:39       ` Jason Gunthorpe
2017-01-12 18:39         ` Jason Gunthorpe
2017-01-13 19:20         ` [tpmdd-devel] " James Bottomley
     [not found]           ` <1484335247.2527.28.camel-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
2017-01-13 19:47             ` Jason Gunthorpe
2017-01-13 19:47               ` [tpmdd-devel] " Jason Gunthorpe
     [not found]               ` <20170113194730.GA32214-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-13 20:02                 ` James Bottomley
2017-01-13 20:02                   ` [tpmdd-devel] " James Bottomley
2017-01-13 21:23                   ` Jason Gunthorpe
2017-01-14  1:10                     ` James Bottomley
2017-01-16 16:54                       ` Jason Gunthorpe
2017-01-12 19:46       ` James Bottomley
2017-01-12 19:46         ` [tpmdd-devel] " James Bottomley
2017-01-12 20:56     ` Jarkko Sakkinen
2017-01-13 17:25       ` Jason Gunthorpe
     [not found]         ` <20170113172537.GA31125-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-13 17:40           ` James Bottomley
2017-01-13 17:40             ` [tpmdd-devel] " James Bottomley
2017-01-13 18:01             ` Jason Gunthorpe
2017-01-13 18:11               ` James Bottomley
2017-01-16  9:45             ` 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.