Merge tag 'tee-cleanup-for-5.7' of https://git.linaro.org/people/jens.wiklander/linux...
authorArnd Bergmann <arnd@arndb.de>
Thu, 26 Mar 2020 13:30:44 +0000 (14:30 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 27 Mar 2020 13:26:14 +0000 (14:26 +0100)
commit021249ec6f9623dc79e3874f6a68eba7fe91a3d3
treef6c69e77f74f628f32c805b062c37a8517b79eca
parent3a3052f1fcd0d9755ff2a862c4c11551123647c1
parent758ecf13a41a9dc4f019c1381566132ef46c08ee
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>