mbox series

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

Message ID 20220503192418.GA3285658@jade (mailing list archive)
State Superseded
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:24 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

Jens Wiklander May 3, 2022, 7:28 p.m. UTC | #1
Hi,

Please ignore the previous mail, I'll resend the pull request with the
mailing lists included.

Thanks,
Jens

On Tue, May 3, 2022 at 9:24 PM Jens Wiklander <jens.wiklander@linaro.org> wrote:
>
> 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(-)