Re: [GIT PULL] tracing: Updates for 7.2
From: Steven Rostedt
Date: Mon Jun 22 2026 - 04:57:32 EST
On Mon, 22 Jun 2026 10:40:17 +0200
Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
> On Sat, Jun 20, 2026 at 07:43:53PM -0400, Steven Rostedt wrote:
>
> > I really want to avoid having to add an include for trace_printk when
> > I'm focusing on just finding were the bug happens.
>
> Configure your LSP/clangd enabled editor to auto-add headers? Yes, that
> really is a thing -- now, I hate that particular feature with a passion,
> and I've got it disabled, but if adding headers is difficult, then it
> sounds like this is the thing for you.
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.
-- Steve