The patch titled Subject: mm-mmu_notifier-rename-mmu_notifier_synchronize-to-_barrier-fix has been added to the -mm tree. Its filename is mm-mmu_notifier-rename-mmu_notifier_synchronize-to-_barrier-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-mmu_notifier-rename-mmu_notifier_synchronize-to-_barrier-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-mmu_notifier-rename-mmu_notifier_synchronize-to-_barrier-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-mmu_notifier-rename-mmu_notifier_synchronize-to-_barrier-fix fix include/linux/mmu_notifier.h declaration, per Matthew Cc: Jérôme Glisse <jglisse@xxxxxxxxxx> Cc: Oded Gabbay <oded.gabbay@xxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Cc: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> Cc: Matthew Wilcox <willy@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mmu_notifier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/mmu_notifier.h~mm-mmu_notifier-rename-mmu_notifier_synchronize-to-_barrier-fix +++ a/include/linux/mmu_notifier.h @@ -420,7 +420,7 @@ static inline void mmu_notifier_mm_destr extern void mmu_notifier_call_srcu(struct rcu_head *rcu, void (*func)(struct rcu_head *rcu)); -extern void mmu_notifier_synchronize(void); +extern void mmu_notifier_barrier(void); #else /* CONFIG_MMU_NOTIFIER */ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are arm-arch-arm-include-asm-pageh-needs-personalityh.patch mm.patch mm-page_owner-clamp-read-count-to-page_size-fix.patch memory_hotplug-free-pages-as-higher-order-fix.patch ipc-allow-boot-time-extension-of-ipcmni-from-32k-to-8m-checkpatch-fixes.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch mm-mmu_notifier-rename-mmu_notifier_synchronize-to-_barrier-fix.patch