The patch titled Subject: fix up for "mm: move oom_kill sysctls to their own file" has been removed from the -mm tree. Its filename was mm-move-oom_kill-sysctls-to-their-own-file-fix.patch This patch was dropped because it was folded into mm-move-oom_kill-sysctls-to-their-own-file.patch ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: fix up for "mm: move oom_kill sysctls to their own file" Link: https://lkml.kernel.org/r/20220216193202.28838626@xxxxxxxxxxxxxxxx Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: sujiaxun <sujiaxun@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/oom_kill.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/mm/oom_kill.c~mm-move-oom_kill-sysctls-to-their-own-file-fix +++ a/mm/oom_kill.c @@ -80,7 +80,8 @@ static struct ctl_table vm_oom_kill_tabl .maxlen = sizeof(sysctl_oom_dump_tasks), .mode = 0644, .proc_handler = proc_dointvec, - } + }, + {} }; #endif _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are kasan-improve-vmalloc-tests-fix.patch mm-move-oom_kill-sysctls-to-their-own-file.patch mm-dont-include-linux-memremaph-in-linux-mmh-fix-2.patch