]> git.ipfire.org Git - thirdparty/linux.git/commit
tee: tee_shm_op_mmap(): use TEE_SHM_USER_MAPPED
authorJens Wiklander <jens.wiklander@linaro.org>
Thu, 7 Nov 2019 10:43:02 +0000 (11:43 +0100)
committerJens Wiklander <jens.wiklander@linaro.org>
Fri, 28 Feb 2020 12:37:42 +0000 (13:37 +0100)
commit758ecf13a41a9dc4f019c1381566132ef46c08ee
tree2188303403a3ebf7558f9c1f9285cecd47118f89
parent5271b2011e448f1be7433554e4684e91951476fa
tee: tee_shm_op_mmap(): use TEE_SHM_USER_MAPPED

tee_shm_op_mmap() uses the TEE_SHM_USER_MAPPED flag instead of the
TEE_SHM_REGISTER flag to tell if a shared memory object is originating
from registered user space memory.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
drivers/tee/tee_shm.c