The patch titled Subject: tools/testing/selftests/vm: remove duplicate headers has been added to the -mm tree. Its filename is tools-testing-selftests-vm-remove-duplicate-headers.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/tools-testing-selftests-vm-remove-duplicate-headers.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/tools-testing-selftests-vm-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: Jagadeesh Pagadala <jagdsh.linux@xxxxxxxxx> Subject: tools/testing/selftests/vm: remove duplicate headers Code cleanup: Remove duplicate headers which are included twice. Link: http://lkml.kernel.org/r/1587278984-18847-1-git-send-email-jagdsh.linux@xxxxxxxxx Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@xxxxxxxxx> Cc: Shuah Khan <shuah@xxxxxxxxxx> Cc: Brian Geffon <bgeffon@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/vm/mremap_dontunmap.c | 1 - 1 file changed, 1 deletion(-) --- a/tools/testing/selftests/vm/mremap_dontunmap.c~tools-testing-selftests-vm-remove-duplicate-headers +++ a/tools/testing/selftests/vm/mremap_dontunmap.c @@ -11,7 +11,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <stdlib.h> #include <unistd.h> #include "../kselftest.h" _ Patches currently in -mm which might be from jagdsh.linux@xxxxxxxxx are tools-testing-selftests-vm-remove-duplicate-headers.patch