Hi Andrew, Now that the i_mmap_mutex and anon_vma.lock are mutexes, it's easier to allow all mmu notifier methods to schedule. This is the first patch that is required to allow that. Others will follow shortly. This has been updated compared to previous versions, according to Peter's suggestion to make the srcu global to save per-cpu memory (originally there was a srcu object in every mmu notifier structure). This slightly increases contention in the mmu_notifier_unregister or exit_mmap paths. But that's by far not a concern for KVM and hopefully for all other mmu notifier users. Sagi Grimberg (1): mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely schedule include/linux/mmu_notifier.h | 1 + mm/mmu_notifier.c | 73 +++++++++++++++++++++++++++-------------- 2 files changed, 49 insertions(+), 25 deletions(-) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>