Re: [PATCH 0/2] tracing: Move trace_printk.h out of kernel.h
From: Steven Rostedt
Date: Mon Jun 22 2026 - 12:53:31 EST
On Mon, 22 Jun 2026 09:40:45 -0700
Randy Dunlap <rdunlap@xxxxxxxxxxxxx> 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