The patch titled Subject: tools/testing/selftests/proc/proc-self-syscall.c: remove duplicate include has been added to the -mm tree. Its filename is selftest-proc-remove-duplicate-header.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/selftest-proc-remove-duplicate-header.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/selftest-proc-remove-duplicate-header.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: Souptick Joarder <jrdr.linux@xxxxxxxxx> Subject: tools/testing/selftests/proc/proc-self-syscall.c: remove duplicate include Remove duplicate header which is included twice. Link: http://lkml.kernel.org/r/20190304182719.GA6606@jordon-HP-15-Notebook-PC Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@xxxxxxxxx> Signed-off-by: Souptick Joarder <jrdr.linux@xxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/tools/testing/selftests/proc/proc-self-syscall.c~selftest-proc-remove-duplicate-header +++ a/tools/testing/selftests/proc/proc-self-syscall.c @@ -20,7 +20,6 @@ #include <sys/stat.h> #include <fcntl.h> #include <errno.h> -#include <unistd.h> #include <string.h> #include <stdio.h> _ Patches currently in -mm which might be from jrdr.linux@xxxxxxxxx are selftest-proc-remove-duplicate-header.patch mm-create-the-new-vm_fault_t-type.patch mm-create-the-new-vm_fault_t-type-fix.patch mm-hmm-convert-to-use-vm_fault_t.patch