The patch titled Subject: kernel/fork.c: remove duplicated include has been removed from the -mm tree. Its filename was fork-remove-duplicated-include-from-forkc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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> --- --- 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