The patch titled Subject: error-injection-remove-ei_etype_none-fix has been added to the -mm mm-nonmm-unstable branch. Its filename is error-injection-remove-ei_etype_none-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/error-injection-remove-ei_etype_none-fix.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: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: error-injection-remove-ei_etype_none-fix Date: Thu Dec 15 04:33:32 PM PST 2022 include/linux/error-injection.h needs errno.h lib/error-inject.c Cc: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx> Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/error-injection.h | 1 + 1 file changed, 1 insertion(+) --- a/include/linux/error-injection.h~error-injection-remove-ei_etype_none-fix +++ a/include/linux/error-injection.h @@ -4,6 +4,7 @@ #include <linux/compiler.h> #include <asm-generic/error-injection.h> +#include <linux/errno.h> #ifdef CONFIG_FUNCTION_ERROR_INJECTION _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are error-injection-remove-ei_etype_none-fix.patch