The patch titled Subject: tools: testing: selftests: remove duplicate headers has been added to the -mm tree. Its filename is tools-testing-selftests-remove-duplicate-headers.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/tools-testing-selftests-remove-duplicate-headers.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/tools-testing-selftests-remove-duplicate-headers.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: remove duplicate headers Remove duplicate headers which are included twice. Link: http://lkml.kernel.org/r/20190223070901.GA10274@jordon-HP-15-Notebook-PC Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@xxxxxxxxx> Signed-off-by: Souptick Joarder <jrdr.linux@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/gpio/gpio-mockup-chardev.c | 1 - tools/testing/selftests/rseq/rseq.h | 1 - tools/testing/selftests/timers/skew_consistency.c | 1 - tools/testing/selftests/x86/mpx-dig.c | 2 -- 4 files changed, 5 deletions(-) --- a/tools/testing/selftests/gpio/gpio-mockup-chardev.c~tools-testing-selftests-remove-duplicate-headers +++ a/tools/testing/selftests/gpio/gpio-mockup-chardev.c @@ -12,7 +12,6 @@ #include <unistd.h> #include <stdio.h> #include <stdlib.h> -#include <stdio.h> #include <errno.h> #include <string.h> #include <fcntl.h> --- a/tools/testing/selftests/rseq/rseq.h~tools-testing-selftests-remove-duplicate-headers +++ a/tools/testing/selftests/rseq/rseq.h @@ -16,7 +16,6 @@ #include <errno.h> #include <stdio.h> #include <stdlib.h> -#include <sched.h> #include <linux/rseq.h> /* --- a/tools/testing/selftests/timers/skew_consistency.c~tools-testing-selftests-remove-duplicate-headers +++ a/tools/testing/selftests/timers/skew_consistency.c @@ -32,7 +32,6 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> -#include <stdlib.h> #include <string.h> #include <sys/wait.h> #include "../kselftest.h" --- a/tools/testing/selftests/x86/mpx-dig.c~tools-testing-selftests-remove-duplicate-headers +++ a/tools/testing/selftests/x86/mpx-dig.c @@ -8,9 +8,7 @@ #include <unistd.h> #include <stdio.h> #include <errno.h> -#include <sys/types.h> #include <sys/stat.h> -#include <unistd.h> #include <sys/mman.h> #include <string.h> #include <fcntl.h> _ Patches currently in -mm which might be from jrdr.linux@xxxxxxxxx are include-linux-hugetlbh-convert-to-use-vm_fault_t.patch tools-testing-selftests-remove-duplicate-headers.patch