The patch titled Subject: mm: remove duplicate include in hugepage-mremap.c has been added to the -mm tree. Its filename is mm-remove-duplicate-include-in-hugepage-mremapc.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-remove-duplicate-include-in-hugepage-mremapc.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-remove-duplicate-include-in-hugepage-mremapc.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: cgel.zte@xxxxxxxxx Subject: mm: remove duplicate include in hugepage-mremap.c Remove duplicate includes 'unistd.h' included in '/tools/testing/selftests/vm/hugepage-mremap.c' is duplicated.It is also included on 23 line. Link: https://lkml.kernel.org/r/20211018102336.869726-1-ran.jianping@xxxxxxxxxx Signed-off-by: Ran Jianping <ran.jianping@xxxxxxxxxx> Reported-by: Zeal Robot <zealci@xxxxxxxxxx> Cc: Shuah Khan <shuah@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-remove-duplicate-include-in-hugepage-mremapc +++ a/tools/testing/selftests/vm/hugepage-mremap.c @@ -16,7 +16,6 @@ #include <errno.h> #include <fcntl.h> /* Definition of O_* constants */ #include <sys/syscall.h> /* Definition of SYS_* constants */ -#include <unistd.h> #include <linux/userfaultfd.h> #include <sys/ioctl.h> _ Patches currently in -mm which might be from ran.jianping@xxxxxxxxxx are mm-remove-duplicate-include-in-hugepage-mremapc.patch