All of lore.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [git pull] get_user_pages_fast() stuff
Date: Wed, 31 Jan 2018 06:13:45 +0000	[thread overview]
Message-ID: <20180131061345.GG29051@ZenIV.linux.org.uk> (raw)

	A bit more get_user_pages work.

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.get_user_pages_fast

for you to fetch changes up to ce53053ce378c21e7ffc45241fd67d6ee79daa2b:

  kvm: switch get_user_page_nowait() to get_user_pages_unlocked() (2017-12-04 13:35:21 -0500)

----------------------------------------------------------------
Al Viro (5):
      fold __get_user_pages_unlocked() into its sole remaining caller
      cris: switch to get_user_pages_fast()
      get_user_pages_unlocked(): pass true to __get_user_pages_locked() notify_drop
      __get_user_pages_locked(): get rid of notify_drop argument
      kvm: switch get_user_page_nowait() to get_user_pages_unlocked()

 arch/cris/arch-v32/drivers/cryptocop.c | 23 ++++++-----------
 mm/gup.c                               | 46 +++++++++++-----------------------
 virt/kvm/kvm_main.c                    | 43 +++++++++----------------------
 3 files changed, 34 insertions(+), 78 deletions(-)

                 reply	other threads:[~2018-01-31  6:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180131061345.GG29051@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.