The patch titled Subject: lib/trace_readwrite.c:: replace asm-generic/io with linux/io has been added to the -mm mm-nonmm-unstable branch. Its filename is lib-replaced-asm-generic-io-with-linux-io.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/lib-replaced-asm-generic-io-with-linux-io.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: Tanzir Hasan <tanzirh@xxxxxxxxxx> Subject: lib/trace_readwrite.c:: replace asm-generic/io with linux/io Date: Thu, 21 Dec 2023 20:32:33 +0000 asm-generic/io.h can be replaced with linux/io.h and the file will still build correctly. It is an asm-generic file which should be avoided if possible. Link: https://lkml.kernel.org/r/20231221-tracereadwrite-v1-1-a434f25180c7@xxxxxxxxxx Signed-off-by: Tanzir Hasan <tanzirh@xxxxxxxxxx> Suggested-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/trace_readwrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/trace_readwrite.c~lib-replaced-asm-generic-io-with-linux-io +++ a/lib/trace_readwrite.c @@ -7,7 +7,7 @@ #include <linux/ftrace.h> #include <linux/module.h> -#include <asm-generic/io.h> +#include <linux/io.h> #define CREATE_TRACE_POINTS #include <trace/events/rwmmio.h> _ Patches currently in -mm which might be from tanzirh@xxxxxxxxxx are lib-replaced-asm-generic-io-with-linux-io.patch