The patch titled Subject: kernel/signal.c: remove some duplicated includes has been added to the -mm tree. Its filename is signal-remove-some-duplicated-includes.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/signal-remove-some-duplicated-includes.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/signal-remove-some-duplicated-includes.patch 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 and is updated there every 3-4 working days ------------------------------------------------------ From: Yangtao Li <tiny.windzz@xxxxxxxxx> Subject: kernel/signal.c: remove some duplicated includes tty.h and fs.h are included twice. It's unnecessary. so remove them. Link: http://lkml.kernel.org/r/20181126150900.32235-1-tiny.windzz@xxxxxxxxx Signed-off-by: Yangtao Li <tiny.windzz@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/kernel/signal.c~signal-remove-some-duplicated-includes +++ a/kernel/signal.c @@ -19,8 +19,6 @@ #include <linux/sched/task.h> #include <linux/sched/task_stack.h> #include <linux/sched/cputime.h> -#include <linux/fs.h> -#include <linux/tty.h> #include <linux/binfmts.h> #include <linux/coredump.h> #include <linux/security.h> _ Patches currently in -mm which might be from tiny.windzz@xxxxxxxxx are mm-slab-remove-unnecessary-unlikely.patch mm-mmap-remove-verify_mm_writelocked.patch async-remove-some-duplicated-includes.patch signal-remove-some-duplicated-includes.patch