The patch titled Subject: kernel/time/posix-stubs.c: remove duplicated include has been added to the -mm mm-nonmm-unstable branch. Its filename is kernel-remove-duplicated-include-in-posix-stubsc.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/kernel-remove-duplicated-include-in-posix-stubsc.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 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 via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx> Subject: kernel/time/posix-stubs.c: remove duplicated include Date: Thu, 8 Jun 2023 16:23:12 +0800 ./kernel/time/posix-stubs.c: linux/syscalls.h is included more than once. Link: https://lkml.kernel.org/r/20230608082312.123939-1-yang.lee@xxxxxxxxxxxxxxxxx Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5463 Fixes: c1956519cd7e ("syscalls: add sys_ni_posix_timers prototype") Signed-off-by: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx> Cc: Arnd Bergmann <arnd@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/time/posix-stubs.c | 1 - 1 file changed, 1 deletion(-) --- a/kernel/time/posix-stubs.c~kernel-remove-duplicated-include-in-posix-stubsc +++ a/kernel/time/posix-stubs.c @@ -16,7 +16,6 @@ #include <linux/posix-timers.h> #include <linux/time_namespace.h> #include <linux/compat.h> -#include <linux/syscalls.h> #ifdef CONFIG_ARCH_HAS_SYSCALL_WRAPPER /* Architectures may override SYS_NI and COMPAT_SYS_NI */ _ Patches currently in -mm which might be from yang.lee@xxxxxxxxxxxxxxxxx are kernel-remove-duplicated-include-in-posix-stubsc.patch