[PATCH 0/2] tracing: Move trace_printk.h out of kernel.h
Steven Rostedt
rostedt at kernel.org
Mon Jun 22 09:51:54 PDT 2026
On Mon, 22 Jun 2026 09:40:45 -0700
Randy Dunlap <rdunlap at infradead.org> wrote:
> > Did you forget your C 101 class? If you use a function, you gotta
> > include the relevant header.
>
> Also item #1 in Documentation/process/submit-checklist.rst.
What is that? Remove all trace_printk()s before you submit?
Because that is what you should do. But now you also need to remember
to remove the include <linux/trace_printk.h> too. Or, I guess if
someone uses it a lot, they may just keep it in their files without the
trace_printk()s.
-- Steve
More information about the linux-arm-kernel
mailing list