Re: [GIT PULL] tracing: Updates for 7.2
From: Steven Rostedt
Date: Wed Jun 24 2026 - 05:24:43 EST
On Mon, 22 Jun 2026 04:55:47 -0400
Steven Rostedt <steven@xxxxxxxxxxx> wrote:
> It really isn't about me. I personally don't care if I have to add a
> patch to include it in kernel.h in my environment. It's just something
> that all the other kernel developers will need to now remember to add
> (and then remove) the include.
For me, I just updated my ktest config and added:
CFLAGS_KERNEL='-include $(srctree)/include/linux/trace_printk.h' CFLAGS_MODULE='-include $(srctree)/include/linux/trace_printk.h'
to the kernel build and it works like it used to. But that doesn't help
others. I may update the trace_printk documentation to mention the
above to keep the old behavior.
-- Steve