The patch titled Subject: signal: remove duplicate include in signal.h has been added to the -mm tree. Its filename is signal-remove-duplicate-include-in-signalh.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/signal-remove-duplicate-include-in-signalh.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/signal-remove-duplicate-include-in-signalh.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: Ye Guojin <ye.guojin@xxxxxxxxxx> Subject: signal: remove duplicate include in signal.h 'linux/string.h' included in 'signal.h' is duplicated. it's also included at line 7. Link: https://lkml.kernel.org/r/20211019024934.973008-1-ye.guojin@xxxxxxxxxx Signed-off-by: Ye Guojin <ye.guojin@xxxxxxxxxx> Reported-by: Zeal Robot <zealci@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/signal.h | 1 - 1 file changed, 1 deletion(-) --- a/include/linux/signal.h~signal-remove-duplicate-include-in-signalh +++ a/include/linux/signal.h @@ -126,7 +126,6 @@ static inline int sigequalsets(const sig #define sigmask(sig) (1UL << ((sig) - 1)) #ifndef __HAVE_ARCH_SIG_SETOPS -#include <linux/string.h> #define _SIG_SET_BINOP(name, op) \ static inline void name(sigset_t *r, const sigset_t *a, const sigset_t *b) \ _ Patches currently in -mm which might be from ye.guojin@xxxxxxxxxx are signal-remove-duplicate-include-in-signalh.patch