The quilt patch titled Subject: crash_core: remove duplicated including of kexec.h has been removed from the -mm tree. Its filename was crash_core-remove-duplicated-including-of-kexech.patch This patch was dropped because it was merged into the mm-nonmm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Wang Jinchao <wangjinchao@xxxxxxxxxxx> Subject: crash_core: remove duplicated including of kexec.h Date: Fri, 15 Dec 2023 16:54:51 +0800 Remove second include of linux/kexec.h Link: https://lkml.kernel.org/r/202312151654+0800-wangjinchao@xxxxxxxxxxx Signed-off-by: Wang Jinchao <wangjinchao@xxxxxxxxxxx> Acked-by: Baoquan He <bhe@xxxxxxxxxx> Cc: Dave Young <dyoung@xxxxxxxxxx> Cc: Vivek Goyal <vgoyal@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/crash_core.c | 1 - 1 file changed, 1 deletion(-) --- a/kernel/crash_core.c~crash_core-remove-duplicated-including-of-kexech +++ a/kernel/crash_core.c @@ -13,7 +13,6 @@ #include <linux/memory.h> #include <linux/cpuhotplug.h> #include <linux/memblock.h> -#include <linux/kexec.h> #include <linux/kmemleak.h> #include <asm/page.h> _ Patches currently in -mm which might be from wangjinchao@xxxxxxxxxxx are