linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH -next] kernel/fork: Remove duplicated include in kernel/fork.c
       [not found] <20220217004204.99773-1-yang.lee@linux.alibaba.com>
@ 2022-02-17  8:34 ` Marco Elver
  0 siblings, 0 replies; only message in thread
From: Marco Elver @ 2022-02-17  8:34 UTC (permalink / raw)
  To: Yang Li
  Cc: akpm, ebiederm, eb, linux-kernel, Abaci Robot, Borislav Petkov,
	fenghua.yu

On Thu, 17 Feb 2022 at 01:42, Yang Li <yang.lee@linux.alibaba.com> wrote:
>
> Fix following includecheck warning:
> ./kernel/fork.c: linux/sched/mm.h is included more than once.
>
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>

This looks like a reasonable fix -- but why is this "To" me? At the
very least you'd have to get the email of the original author that
added that line and perhaps the committer. Cc'd the right people.

Looks like another robot sent the exact same fix:
https://lore.kernel.org/all/20220217015348.1900270-1-deng.changcheng@zte.com.cn/

Too many robots sending the same things will be interesting...

> ---
>  kernel/fork.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/kernel/fork.c b/kernel/fork.c
> index 64dbfb9426fd..2bfc74c2d2e3 100644
> --- a/kernel/fork.c
> +++ b/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>
> --
> 2.20.1.7.g153144c
>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-17  8:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220217004204.99773-1-yang.lee@linux.alibaba.com>
2022-02-17  8:34 ` [PATCH -next] kernel/fork: Remove duplicated include in kernel/fork.c Marco Elver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).