The patch titled Subject: kernel/sys.c: remove duplicated include has been added to the -mm tree. Its filename is kernel-remove-duplicated-include-from-sysc.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/kernel-remove-duplicated-include-from-sysc.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/kernel-remove-duplicated-include-from-sysc.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/sys.c: remove duplicated include Link: http://lkml.kernel.org/r/20180821133424.18716-1-yuehaibing@xxxxxxxxxx Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/sys.c | 3 --- 1 file changed, 3 deletions(-) --- a/kernel/sys.c~kernel-remove-duplicated-include-from-sysc +++ a/kernel/sys.c @@ -71,9 +71,6 @@ #include <asm/io.h> #include <asm/unistd.h> -/* Hardening for Spectre-v1 */ -#include <linux/nospec.h> - #include "uid16.h" #ifndef SET_UNALIGN_CTL _ Patches currently in -mm which might be from yuehaibing@xxxxxxxxxx are kernel-remove-duplicated-include-from-sysc.patch