mbox series

[GIT,PULL] TEE SHM vmalloc for v5.19

Message ID 20220503192916.GA3288817@jade (mailing list archive)
State Accepted
Commit a37de2ad8e2d0982329fdb8ec1021abf040ac53f
Headers show
Series [GIT,PULL] TEE SHM vmalloc for v5.19 | expand

Pull-request

https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-shm-vmalloc-for-v5.19

Message

Jens Wiklander May 3, 2022, 7:29 p.m. UTC
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(-)

Comments

patchwork-bot+linux-soc@kernel.org May 5, 2022, 7:31 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 3 May 2022 21:29:16 +0200 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull this patch which enables tee_shm_register_kernel_buf() to
> accept vmalloc()ed buffers.
> 
> Thanks,
> Jens
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] TEE SHM vmalloc for v5.19
    https://git.kernel.org/soc/soc/c/a37de2ad8e2d

You are awesome, thank you!