The patch titled Subject: mm-oom-distinguish-blockable-mode-for-mmu-notifiers-fix has been removed from the -mm tree. Its filename was mm-oom-distinguish-blockable-mode-for-mmu-notifiers-fix.patch This patch was dropped because it was folded into mm-oom-distinguish-blockable-mode-for-mmu-notifiers.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-oom-distinguish-blockable-mode-for-mmu-notifiers-fix minor code simplification Cc: Michal Hocko <mhocko@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mmu_notifier.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) --- a/include/linux/mmu_notifier.h~mm-oom-distinguish-blockable-mode-for-mmu-notifiers-fix +++ a/include/linux/mmu_notifier.h @@ -290,11 +290,9 @@ static inline void mmu_notifier_invalida static inline int mmu_notifier_invalidate_range_start_nonblock(struct mm_struct *mm, unsigned long start, unsigned long end) { - int ret = 0; if (mm_has_notifiers(mm)) - ret = __mmu_notifier_invalidate_range_start(mm, start, end, false); - - return ret; + return __mmu_notifier_invalidate_range_start(mm, start, end, false); + return 0; } static inline void mmu_notifier_invalidate_range_end(struct mm_struct *mm, _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-oom-distinguish-blockable-mode-for-mmu-notifiers.patch mm-zero-out-the-vma-in-vma_init.patch mm-selftest-add-map_populate-test-fix.patch proc-kcore-hold-lock-during-read-fix.patch kernel-hung_taskc-allow-to-set-checking-interval-separately-from-timeout-fix.patch fs-epoll-robustify-irq-safety-with-lockdep_assert_irqs_enabled-fix.patch checkpatch-check-for-if-0-if-1-fix.patch checkpatch-warn-when-a-patch-doesnt-have-a-description-fix.patch fs-epoll-simply-config_net_rx_busy_poll-ifdefery-fix.patch