commit | 021249ec6f9623dc79e3874f6a68eba7fe91a3d3 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Mar 26 14:30:44 2020 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Mar 27 14:26:14 2020 +0100 |
tree | f6c69e77f74f628f32c805b062c37a8517b79eca | |
parent | 3a3052f1fcd0d9755ff2a862c4c11551123647c1 [diff] | |
parent | 758ecf13a41a9dc4f019c1381566132ef46c08ee [diff] |
Merge tag 'tee-cleanup-for-5.7' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/drivers Cleanup shared memory handing in TEE subsystem The highlights are: - Removing redundant or unused fields in struct tee_shm - Only assign userspace shm IDs for shared memory objects originating from user space * tag 'tee-cleanup-for-5.7' of https://git.linaro.org/people/jens.wiklander/linux-tee: tee: tee_shm_op_mmap(): use TEE_SHM_USER_MAPPED tee: remove redundant teedev in struct tee_shm tee: don't assign shm id for private shms tee: remove unused tee_shm_priv_alloc() tee: remove linked list of struct tee_shm Link: https://lore.kernel.org/r/20200228140925.GA12393@jade Signed-off-by: Arnd Bergmann <arnd@arndb.de>