The patch titled Subject: include/linux/string_helpers.h: add linux/string.h for strlen() has been added to the -mm tree. Its filename is lib-string_helpers-add-linux-stringh-for-strlen.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/lib-string_helpers-add-linux-stringh-for-strlen.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/lib-string_helpers-add-linux-stringh-for-strlen.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: Lucas De Marchi <lucas.demarchi@xxxxxxxxx> Subject: include/linux/string_helpers.h: add linux/string.h for strlen() linux/string_helpers.h uses strlen(), so include the correponding header. Otherwise we get a compilation error if it's not also included by whoever included the helper. Link: https://lkml.kernel.org/r/20211005212634.3223113-1-lucas.demarchi@xxxxxxxxx Signed-off-by: Lucas De Marchi <lucas.demarchi@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/string_helpers.h | 1 + 1 file changed, 1 insertion(+) --- a/include/linux/string_helpers.h~lib-string_helpers-add-linux-stringh-for-strlen +++ a/include/linux/string_helpers.h @@ -4,6 +4,7 @@ #include <linux/bits.h> #include <linux/ctype.h> +#include <linux/string.h> #include <linux/types.h> struct file; _ Patches currently in -mm which might be from lucas.demarchi@xxxxxxxxx are lib-string_helpers-add-linux-stringh-for-strlen.patch