All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Wiklander <jens.wiklander@linaro.org>
To: arm@kernel.org, soc@kernel.org
Cc: tee-dev@lists.linaro.org, John Hubbard <jhubbard@nvidia.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] tee subsystem pin_user_pages for v5.8
Date: Tue, 26 May 2020 15:12:59 +0200	[thread overview]
Message-ID: <20200526131259.GA97001@jade> (raw)

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 ae83d0b416db002fe95601e7f97f64b59514d936:

  Linux 5.7-rc2 (2020-04-19 14:35:30 -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.8

for you to fetch changes up to 37f6b4d5f47b600ec4ab6682c005a44a1bfca530:

  tee: convert get_user_pages() --> pin_user_pages() (2020-05-26 10:42:41 +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 | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Jens Wiklander <jens.wiklander@linaro.org>
To: arm@kernel.org, soc@kernel.org
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	tee-dev@lists.linaro.org, John Hubbard <jhubbard@nvidia.com>
Subject: [GIT PULL] tee subsystem pin_user_pages for v5.8
Date: Tue, 26 May 2020 15:12:59 +0200	[thread overview]
Message-ID: <20200526131259.GA97001@jade> (raw)

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 ae83d0b416db002fe95601e7f97f64b59514d936:

  Linux 5.7-rc2 (2020-04-19 14:35:30 -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.8

for you to fetch changes up to 37f6b4d5f47b600ec4ab6682c005a44a1bfca530:

  tee: convert get_user_pages() --> pin_user_pages() (2020-05-26 10:42:41 +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 | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

             reply	other threads:[~2020-05-26 13:13 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-26 13:12 Jens Wiklander [this message]
2020-05-26 13:12 ` [GIT PULL] tee subsystem pin_user_pages for v5.8 Jens Wiklander
2020-08-21 18:49 ` Olof Johansson
2020-08-21 18:49   ` Olof Johansson
2020-08-21 19:58   ` John Hubbard
2020-08-21 19:58     ` John Hubbard
2020-08-21 21:18     ` Olof Johansson
2020-08-21 21:18       ` Olof Johansson
2020-08-24  6:51       ` Jens Wiklander
2020-08-24  6:51         ` Jens Wiklander
2020-08-24  7:18         ` John Hubbard
2020-08-24  7:18           ` John Hubbard
2020-08-24  7:46           ` Jens Wiklander
2020-08-24  7:46             ` Jens Wiklander
2020-08-24 18:36             ` [PATCH v2] tee: convert convert get_user_pages() --> pin_user_pages() John Hubbard
2020-08-24 18:36               ` John Hubbard
2020-08-24 18:36               ` John Hubbard
2020-08-24 18:42               ` John Hubbard
2020-08-24 18:42                 ` John Hubbard
2020-08-24 18:42                 ` John Hubbard
2020-08-24 21:11             ` [PATCH v3] " John Hubbard
2020-08-24 21:11               ` John Hubbard
2020-08-24 21:11               ` John Hubbard
2020-08-25  8:32               ` Jens Wiklander
2020-08-25  8:32                 ` Jens Wiklander
2020-08-25  8:32                 ` Jens Wiklander
2020-08-25  8:54                 ` John Hubbard
2020-08-25  8:54                   ` John Hubbard
2020-08-25  8:54                   ` John Hubbard
2020-08-25  9:02                   ` Jens Wiklander
2020-08-25  9:02                     ` Jens Wiklander
2020-08-25  9:02                     ` Jens Wiklander

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200526131259.GA97001@jade \
    --to=jens.wiklander@linaro.org \
    --cc=arm@kernel.org \
    --cc=jhubbard@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soc@kernel.org \
    --cc=tee-dev@lists.linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.