mbox series

[GIT,PULL] Please pull mmu_notifier changes

Message ID 20200129201607.GA12783@ziepe.ca (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull mmu_notifier changes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus-hmm

Message

Jason Gunthorpe Jan. 29, 2020, 8:16 p.m. UTC
Hi Linus,

Here are the patches that resulted from your remarks on the naming in the last
merge window. I think you've already looked at the first patch, and the others
follow naturally.

Otherwise there was not much 'hmm' activity this cycle, persumably due
to the holidays and travel. Looking forward for Ralph to complete his
testing patches and nouveau improvements, and patches to finish
converting RDMA ODP to use hmm_range_fault().

Regards,
Jason

The following changes since commit c79f46a282390e0f5b306007bf7b11a46d529538:

  Linux 5.5-rc5 (2020-01-05 14:23:27 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus-hmm

for you to fetch changes up to 5292e24a6acf5694e0a32c31e3321964176bc17e:

  mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifier (2020-01-14 11:54:47 -0400)

----------------------------------------------------------------
hmm related patches for 5.6

This small series revises the names in mmu_notifier to make the code
clearer and more readable.

----------------------------------------------------------------
Jason Gunthorpe (3):
      mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptions
      mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifier
      mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifier

 Documentation/vm/hmm.rst     |  20 +-
 include/linux/mm_types.h     |   2 +-
 include/linux/mmu_notifier.h |  86 ++++---
 kernel/fork.c                |   4 +-
 mm/debug.c                   |   4 +-
 mm/mmu_notifier.c            | 585 +++++++++++++++++++++++--------------------
 6 files changed, 375 insertions(+), 326 deletions(-)