The patch titled Subject: mm-oom_reaper-do-not-mmput-synchronously-from-the-oom-reaper-context-fix-fix has been removed from the -mm tree. Its filename was mm-oom_reaper-do-not-mmput-synchronously-from-the-oom-reaper-context-fix-fix.patch This patch was dropped because it was folded into mm-oom_reaper-do-not-mmput-synchronously-from-the-oom-reaper-context-fix.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-oom_reaper-do-not-mmput-synchronously-from-the-oom-reaper-context-fix-fix fix typo, per Minchan Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Cc: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/sched.h~mm-oom_reaper-do-not-mmput-synchronously-from-the-oom-reaper-context-fix-fix include/linux/sched.h --- a/include/linux/sched.h~mm-oom_reaper-do-not-mmput-synchronously-from-the-oom-reaper-context-fix-fix +++ a/include/linux/sched.h @@ -2745,7 +2745,7 @@ static inline bool mmget_not_zero(struct /* mmput gets rid of the mappings and all user-space */ extern void mmput(struct mm_struct *); #ifdef CONFIG_MMU -/* same as above but performs the slow path from the async kontext. Can +/* same as above but performs the slow path from the async context. Can * be called from the atomic context as well */ extern void mmput_async(struct mm_struct *); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-oom_reaper-do-not-mmput-synchronously-from-the-oom-reaper-context-fix.patch drivers-pinctrl-intel-pinctrl-baytrailc-fix-build-with-gcc-44.patch i-need-old-gcc.patch arch-alpha-kernel-systblss-remove-debug-check.patch oom_reaper-close-race-with-exiting-task-checkpatch-fixes.patch mm-cma-silence-warnings-due-to-max-usage-checkpatch-fixes.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch mm.patch mm-check-the-return-value-of-lookup_page_ext-for-all-call-sites-fix.patch mm-check-the-return-value-of-lookup_page_ext-for-all-call-sites-checkpatch-fixes.patch mm-thp-avoid-unnecessary-swapin-in-khugepaged-fix.patch linux-next-git-rejects.patch drivers-net-wireless-intel-iwlwifi-dvm-calibc-fix-min-warning.patch fs-nfs-nfs4statec-work-around-gcc-44-union-initialization-bug.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html