mbox series

[GIT,PULL] tee subsystem pin_user_pages for v5.10

Message ID 20200825090715.GA2370775@jade (mailing list archive)
State Accepted
Commit aa10e3cfdb4289d8924a1a0f6859e1e710b2cb76
Headers show
Series [GIT,PULL] tee subsystem pin_user_pages for v5.10 | expand

Pull-request

git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-pin-user-pages-for-5.10

Message

Jens Wiklander Aug. 25, 2020, 9:07 a.m. UTC
Hello arm-soc maintainers,

Please pull this small patch converting the tee subsystem to use
pin_user_pages() instead of get_user_pages().

Thanks,
Jens

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-pin-user-pages-for-5.10

for you to fetch changes up to 4300cd6374a5192a2c8122a4a48ed647bdcb0214:

  tee: convert get_user_pages() --> pin_user_pages() (2020-08-25 11:01:06 +0200)

----------------------------------------------------------------
Converts tee subsystem to use pin_user_pages() instead of get_user_pages()

----------------------------------------------------------------
John Hubbard (1):
      tee: convert get_user_pages() --> pin_user_pages()

 drivers/tee/tee_shm.c | 32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Aug. 27, 2020, 9:22 a.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next).

On Tue, 25 Aug 2020 11:07:15 +0200 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull this small patch converting the tee subsystem to use
> pin_user_pages() instead of get_user_pages().
> 
> Thanks,
> Jens
> 
> [...]


Here is a summary with links:
  - [GIT,PULL] tee subsystem pin_user_pages for v5.10
    https://git.kernel.org/soc/soc/c/aa10e3cfdb4289d8924a1a0f6859e1e710b2cb76

You are awesome, thank you!