Hello arm-soc maintainers,
Please pull this small fix for a Smatch warning in tee_shm_alloc().
Thanks,
Jens
The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:
Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)
are available in the Git repository at:
git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-smatch-for-5.8
for you to fetch changes up to 1115899e7aad71bc36100c3fa1d0b99cff9263e6:
tee: remove unnecessary NULL check in tee_shm_alloc() (2020-04-20 13:12:01 +0200)
----------------------------------------------------------------
tee: remove unnecessary NULL check in tee_shm_alloc()
----------------------------------------------------------------
Dan Carpenter (1):
tee: remove unnecessary NULL check in tee_shm_alloc()
drivers/tee/tee_shm.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Hello arm-soc maintainers,
Please pull these small tee subsystem patches.
Thanks,
Jens
The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:
Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)
are available in the Git repository at:
git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-subsys-for-5.8
for you to fetch changes up to 104edb94cc4b3101bab33161cd861de13e85610b:
tee: add private login method for kernel clients (2020-04-20 16:18:14 +0200)
----------------------------------------------------------------
TEE subsystem work
- Reserve GlobalPlatform implementation defined logon method range
- Add support to register kernel memory with TEE to allow TEE bus drivers
to register memory references.
----------------------------------------------------------------
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(-)