All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] TEE SHM vmalloc for v5.19
@ 2022-05-03 19:29 Jens Wiklander
  2022-05-05 19:31 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Wiklander @ 2022-05-03 19:29 UTC (permalink / raw)
  To: arm, soc; +Cc: Linux Kernel Mailing List, op-tee

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] TEE SHM vmalloc for v5.19
  2022-05-03 19:29 [GIT PULL] TEE SHM vmalloc for v5.19 Jens Wiklander
@ 2022-05-05 19:31 ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2022-05-05 19:31 UTC (permalink / raw)
  To: Jens Wiklander; +Cc: soc

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!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] TEE SHM vmalloc for v5.19
  2022-05-03 19:24 Jens Wiklander
@ 2022-05-03 19:28 ` Jens Wiklander
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Wiklander @ 2022-05-03 19:28 UTC (permalink / raw)
  To: arm, soc

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] TEE SHM vmalloc for v5.19
@ 2022-05-03 19:24 Jens Wiklander
  2022-05-03 19:28 ` Jens Wiklander
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Wiklander @ 2022-05-03 19:24 UTC (permalink / raw)
  To: arm, soc

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-05 19:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-03 19:29 [GIT PULL] TEE SHM vmalloc for v5.19 Jens Wiklander
2022-05-05 19:31 ` patchwork-bot+linux-soc
  -- strict thread matches above, loose matches on Subject: below --
2022-05-03 19:24 Jens Wiklander
2022-05-03 19:28 ` Jens Wiklander

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.