The quilt patch titled Subject: mm-remove-redundant-k-macro-definition-fix has been removed from the -mm tree. Its filename was mm-remove-redundant-k-macro-definition-fix.patch This patch was dropped because it was folded into mm-remove-redundant-k-macro-definition.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-remove-redundant-k-macro-definition-fix Date: Mon Aug 7 09:07:36 AM PDT 2023 oom_kill.c: remove "#undef K", per Kefeng Cc: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Cc: Nanyong Sun <sunnanyong@xxxxxxxxxx> Cc: ZhangPeng <zhangpeng362@xxxxxxxxxx> Cc: David Hildenbrand <david@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/oom_kill.c | 1 - 1 file changed, 1 deletion(-) --- a/mm/oom_kill.c~mm-remove-redundant-k-macro-definition-fix +++ a/mm/oom_kill.c @@ -992,7 +992,6 @@ static void __oom_kill_process(struct ta mmdrop(mm); put_task_struct(victim); } -#undef K /* * Kill provided task unless it's secured by setting _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch mm-remove-redundant-k-macro-definition.patch mm-always-lock-new-vma-before-inserting-into-vma-tree-fix.patch mm-fix-get_mctgt_type-kernel-doc-fix.patch