* [folded-merged] crash-split-vmcoreinfo-exporting-code-out-from-crash_corec-fix.patch removed from -mm tree
@ 2024-02-24 1:40 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2024-02-24 1:40 UTC (permalink / raw)
To: mm-commits, viro, sfr, piliu, nathan, mhklinux, klarasmodin,
hbathini, ebiederm, bhe, yang.lee, akpm
The quilt patch titled
Subject: crash: remove duplicated include in vmcore_info.c
has been removed from the -mm tree. Its filename was
crash-split-vmcoreinfo-exporting-code-out-from-crash_corec-fix.patch
This patch was dropped because it was folded into crash-split-vmcoreinfo-exporting-code-out-from-crash_corec.patch
------------------------------------------------------
From: Yang Li <yang.lee@linux.alibaba.com>
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@linux.alibaba.com
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Cc: Baoquan He <bhe@redhat.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Hari Bathini <hbathini@linux.ibm.com>
Cc: Klara Modin <klarasmodin@gmail.com>
Cc: Michael Kelley <mhklinux@outlook.com>
Cc: Nathan Chancellor <nathan@kernel.org>
Cc: Pingfan Liu <piliu@redhat.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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@linux.alibaba.com are
crash-split-vmcoreinfo-exporting-code-out-from-crash_corec.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-02-24 1:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-24 1:40 [folded-merged] crash-split-vmcoreinfo-exporting-code-out-from-crash_corec-fix.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.