This series is an update of http://lkml.kernel.org/r/201607031135.AAH95347.MVOHQtFJFLOOFS@xxxxxxxxxxxxxxxxxxx . This series is based on top of linux-next-20160707 + http://lkml.kernel.org/r/1467201562-6709-1-git-send-email-mhocko@xxxxxxxxxx . include/linux/mm_types.h | 7 + include/linux/oom.h | 14 -- include/linux/sched.h | 2 kernel/exit.c | 2 kernel/fork.c | 4 mm/memcontrol.c | 14 -- mm/oom_kill.c | 297 ++++++++++++++++++----------------------------- 7 files changed, 140 insertions(+), 200 deletions(-) [PATCH 1/6] mm,oom_reaper: Reduce find_lock_task_mm() usage. [PATCH 2/6] mm,oom_reaper: Do not attempt to reap a task twice. [PATCH 3/6] mm,oom: Use list of mm_struct used by OOM victims. [PATCH 4/6] mm,oom_reaper: Make OOM reaper use list of mm_struct. [PATCH 5/6] mm,oom: Remove OOM_SCAN_ABORT case and signal_struct->oom_victims. [PATCH 6/6] mm,oom: Stop clearing TIF_MEMDIE on remote thread. This series does not include patches for use_mm() users and wait_event() in oom_killer_disable(). We can apply http://lkml.kernel.org/r/1467365190-24640-3-git-send-email-mhocko@xxxxxxxxxx on top of this series. -- 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>