The patch titled Subject: selftests: vm: remove duplicated include in hugepage-mremap has been added to the -mm tree. Its filename is mm-hugepages-add-hugetlb-vma-mremap-test-v8-fix.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-hugepages-add-hugetlb-vma-mremap-test-v8-fix.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-hugepages-add-hugetlb-vma-mremap-test-v8-fix.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: Wan Jiabing <wanjiabing@xxxxxxxx> Subject: selftests: vm: remove duplicated include in hugepage-mremap Fix following checkinclude.pl warning: ./tools/testing/selftests/vm/hugepage-mremap.c: fcntl.h is included more than once. Link: https://lkml.kernel.org/r/20211021122944.8857-1-wanjiabing@xxxxxxxx Signed-off-by: Wan Jiabing <wanjiabing@xxxxxxxx> Cc: Mina Almasry <almasrymina@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/vm/hugepage-mremap.c | 1 - 1 file changed, 1 deletion(-) --- a/tools/testing/selftests/vm/hugepage-mremap.c~mm-hugepages-add-hugetlb-vma-mremap-test-v8-fix +++ a/tools/testing/selftests/vm/hugepage-mremap.c @@ -12,7 +12,6 @@ #include <stdio.h> #include <unistd.h> #include <sys/mman.h> -#include <fcntl.h> #include <errno.h> #include <fcntl.h> /* Definition of O_* constants */ #include <sys/syscall.h> /* Definition of SYS_* constants */ _ Patches currently in -mm which might be from wanjiabing@xxxxxxxx are mm-hugepages-add-hugetlb-vma-mremap-test-v8-fix.patch