The patch titled Subject: selftests: vm: remove duplicated include in hugepage-mremap has been removed from the -mm tree. Its filename was mm-hugepages-add-hugetlb-vma-mremap-test-v8-fix.patch This patch was dropped because it was folded into mm-hugepages-add-hugetlb-vma-mremap-test.patch ------------------------------------------------------ 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.patch