Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Jan 2018 18:01:08 +0000 (10:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Jan 2018 18:01:08 +0000 (10:01 -0800)
commit5a87e37ee0943afe11504299e4b87d2e4d8d88d5
treebd8b5af826eda948190d8ec3d1afd869f834a971
parent19e7b5f99474107e8d0b4b3e4652fa19ddb87efc
parentce53053ce378c21e7ffc45241fd67d6ee79daa2b
Merge branch 'work.get_user_pages_fast' of git://git./linux/kernel/git/viro/vfs

Pull get_user_pages_fast updates from Al Viro:
 "A bit more get_user_pages work"

* 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  kvm: switch get_user_page_nowait() to get_user_pages_unlocked()
  __get_user_pages_locked(): get rid of notify_drop argument
  get_user_pages_unlocked(): pass true to __get_user_pages_locked() notify_drop
  cris: switch to get_user_pages_fast()
  fold __get_user_pages_unlocked() into its sole remaining caller
mm/gup.c
virt/kvm/kvm_main.c