* [merged mm-nonmm-stable] fork-remove-duplicate-included-header-files.patch removed from -mm tree
@ 2022-10-12 1:51 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2022-10-12 1:51 UTC (permalink / raw)
To: mm-commits, zealci, tglx, luto, liam.howlett, fenghua.yu,
ebiederm, brauner, bigeasy, xu.panda, akpm
The quilt patch titled
Subject: fork: remove duplicate included header files
has been removed from the -mm tree. Its filename was
fork-remove-duplicate-included-header-files.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: Xu Panda <xu.panda@zte.com.cn>
Subject: fork: remove duplicate included header files
Date: Mon, 12 Sep 2022 07:15:57 +0000
linux/sched/mm.h is included more than once.
Link: https://lkml.kernel.org/r/20220912071556.16811-1-xu.panda@zte.com.cn
Signed-off-by: Xu Panda <xu.panda@zte.com.cn>
Reported-by: Zeal Robot <zealci@zte.com.cn>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Christian Brauner (Microsoft) <brauner@kernel.org>
Cc: "Eric W . Biederman" <ebiederm@xmission.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Liam Howlett <liam.howlett@oracle.com>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
kernel/fork.c | 1 -
1 file changed, 1 deletion(-)
--- a/kernel/fork.c~fork-remove-duplicate-included-header-files
+++ a/kernel/fork.c
@@ -97,7 +97,6 @@
#include <linux/scs.h>
#include <linux/io_uring.h>
#include <linux/bpf.h>
-#include <linux/sched/mm.h>
#include <asm/pgalloc.h>
#include <linux/uaccess.h>
_
Patches currently in -mm which might be from xu.panda@zte.com.cn are
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-10-12 1:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-12 1:51 [merged mm-nonmm-stable] fork-remove-duplicate-included-header-files.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.