The patch titled Subject: kernel/fork.c: remove duplicated include has been added to the -mm tree. Its filename is fork-remove-duplicated-include-from-forkc.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/fork-remove-duplicated-include-from-forkc.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/fork-remove-duplicated-include-from-forkc.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: YueHaibing <yuehaibing@xxxxxxxxxx> Subject: kernel/fork.c: remove duplicated include Remove duplicated include. Link: http://lkml.kernel.org/r/20181209062952.17736-1-yuehaibing@xxxxxxxxxx Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> Reviewed-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/fork.c | 1 - 1 file changed, 1 deletion(-) --- a/kernel/fork.c~fork-remove-duplicated-include-from-forkc +++ a/kernel/fork.c @@ -77,7 +77,6 @@ #include <linux/blkdev.h> #include <linux/fs_struct.h> #include <linux/magic.h> -#include <linux/sched/mm.h> #include <linux/perf_event.h> #include <linux/posix-timers.h> #include <linux/user-return-notifier.h> _ Patches currently in -mm which might be from yuehaibing@xxxxxxxxxx are sh-kfr2r09-drop-pointless-static-qualifier-in-kfr2r09_usb0_gadget_setup.patch mm-hmm-remove-set-but-not-used-variable-devmem.patch fork-remove-duplicated-include-from-forkc.patch