All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] Enhance TEE kernel client interface
@ 2020-03-27  5:29 Sumit Garg
  2020-03-27  5:29 ` [PATCH v6 1/2] tee: enable support to register kernel memory Sumit Garg
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sumit Garg @ 2020-03-27  5:29 UTC (permalink / raw)
  To: jens.wiklander
  Cc: tee-dev, linux-kernel, jerome, stuart.yoder, daniel.thompson, Sumit Garg

Earlier this patch-set was part of TEE Trusted keys patch-set [1]. But
since these are completely independent enhancements for TEE kernel
client interface which can be merged separately while TEE Trusted keys
discussions are ongoing.

Patch #1 enables support for registered kernel shared memory with TEE.

Patch #2 enables support for private kernel login method required for
cases like trusted keys where we don't wan't user-space to directly
access TEE service.

[1] https://lkml.org/lkml/2019/10/31/430

Changes in v6:
- Reserve only half of GP implementation defined range for kernel space.

Changes in v5:
- Misc. renaming of variables.

Sumit Garg (2):
  tee: enable support to register kernel memory
  tee: add private login method for kernel clients

 drivers/tee/tee_core.c   |  7 +++++++
 drivers/tee/tee_shm.c    | 28 +++++++++++++++++++++++++---
 include/linux/tee_drv.h  |  1 +
 include/uapi/linux/tee.h |  9 +++++++++
 4 files changed, 42 insertions(+), 3 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2020-04-20 14:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-27  5:29 [PATCH v6 0/2] Enhance TEE kernel client interface Sumit Garg
2020-03-27  5:29 ` [PATCH v6 1/2] tee: enable support to register kernel memory Sumit Garg
2020-03-27  5:29 ` [PATCH v6 2/2] tee: add private login method for kernel clients Sumit Garg
2020-04-20 14:02   ` Jerome Forissier
2020-04-17 10:44 ` [PATCH v6 0/2] Enhance TEE kernel client interface Sumit Garg
2020-04-20 13:52   ` Jens Wiklander

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.