The quilt patch titled Subject: crash: remove header files which are included more than once has been removed from the -mm tree. Its filename was crash-remove-header-files-which-are-included-more-than-once.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: Wenchao Hao <haowenchao22@xxxxxxxxx> Subject: crash: remove header files which are included more than once Date: Thu, 6 Jun 2024 17:14:27 +0800 Following warning is reported, so remove these duplicated header including: ./kernel/crash_reserve.c: linux/kexec.h is included more than once. This is just a clean code, no logic changed. Link: https://lkml.kernel.org/r/20240606091427.3512314-1-haowenchao22@xxxxxxxxx Signed-off-by: Wenchao Hao <haowenchao22@xxxxxxxxx> 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_reserve.c | 1 - 1 file changed, 1 deletion(-) --- a/kernel/crash_reserve.c~crash-remove-header-files-which-are-included-more-than-once +++ a/kernel/crash_reserve.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 haowenchao22@xxxxxxxxx are