The patch titled Subject: crash_core: remove duplicated including of kexec.h has been added to the -mm mm-nonmm-unstable branch. Its filename is crash_core-remove-duplicated-including-of-kexech.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/crash_core-remove-duplicated-including-of-kexech.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ 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 crash_core-remove-duplicated-including-of-kexech.patch