The patch titled Subject: mm-oom-introduce-oom-reaper-v4 has been removed from the -mm tree. Its filename was mm-oom-introduce-oom-reaper-v4.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ From: Michal Hocko <mhocko@xxxxxxxx> Subject: mm-oom-introduce-oom-reaper-v4 - use subsys_initcall instead of module_init - Paul Gortmaker Signed-off-by: Michal Hocko <mhocko@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/oom_kill.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff -puN mm/oom_kill.c~mm-oom-introduce-oom-reaper-v4 mm/oom_kill.c --- a/mm/oom_kill.c~mm-oom-introduce-oom-reaper-v4 +++ a/mm/oom_kill.c @@ -32,12 +32,11 @@ #include <linux/mempolicy.h> #include <linux/security.h> #include <linux/ptrace.h> -#include <linux/delay.h> #include <linux/freezer.h> #include <linux/ftrace.h> #include <linux/ratelimit.h> #include <linux/kthread.h> -#include <linux/module.h> +#include <linux/init.h> #include <asm/tlb.h> #include "internal.h" @@ -543,7 +542,7 @@ static int __init oom_init(void) } return 0; } -module_init(oom_init) +subsys_initcall(oom_init) #else static void wake_oom_reaper(struct mm_struct *mm) { _ Patches currently in -mm which might be from mhocko@xxxxxxxx are mm-vmstat-make-quiet_vmstat-lighter.patch vmstat-make-vmstat_update-deferrable.patch mm-vmscan-make-zone_reclaimable_pages-more-precise.patch mm-oom-rework-oom-detection.patch mm-throttle-on-io-only-when-there-are-too-many-dirty-and-writeback-pages.patch mm-use-watermak-checks-for-__gfp_repeat-high-order-allocations.patch oom-reaper-handle-anonymous-mlocked-pages.patch oom-clear-tif_memdie-after-oom_reaper-managed-to-unmap-the-address-space.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