Hello arm-soc maintainers,
Please pull this patch which enables tee_shm_register_kernel_buf() to accept vmalloc()ed buffers.
Thanks, Jens
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
are available in the Git repository at:
https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-shm-vmalloc-for-v5.19
for you to fetch changes up to 3e47235eaee09488c7e467b9aaccb7c93c862c6b:
tee: make tee_shm_register_kernel_buf vmalloc supported (2022-04-05 08:04:16 +0200)
---------------------------------------------------------------- TEE accept vmalloc()ed buffers for tee_shm_register_kernel_buf()
---------------------------------------------------------------- Phil Chang (1): tee: make tee_shm_register_kernel_buf vmalloc supported
drivers/tee/optee/call.c | 2 +- drivers/tee/tee_shm.c | 35 +++++++++++++++++++++++++---------- 2 files changed, 26 insertions(+), 11 deletions(-)
op-tee@lists.trustedfirmware.org