The patch titled Subject: crash: remove duplicated include in vmcore_info.c has been added to the -mm mm-unstable branch. Its filename is crash-split-vmcoreinfo-exporting-code-out-from-crash_corec-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/crash-split-vmcoreinfo-exporting-code-out-from-crash_corec-fix.patch This patch will later appear in the mm-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: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx> Subject: crash: remove duplicated include in vmcore_info.c Date: Fri, 26 Jan 2024 08:57:44 +0800 The header files kexec.h is included twice in vmcore_info.c, so one inclusion can be removed. Link: https://lkml.kernel.org/r/20240126005744.16561-1-yang.lee@xxxxxxxxxxxxxxxxx Signed-off-by: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx> Cc: Baoquan He <bhe@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/vmcore_info.c | 1 - 1 file changed, 1 deletion(-) --- a/kernel/vmcore_info.c~crash-split-vmcoreinfo-exporting-code-out-from-crash_corec-fix +++ a/kernel/vmcore_info.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 yang.lee@xxxxxxxxxxxxxxxxx are crash-split-vmcoreinfo-exporting-code-out-from-crash_corec-fix.patch