Re: [PATCH v3 0/2] tracing: Remove trace_printk.h from kernel.h
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2026-06-25 07:56:33
Also in:
lkml
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2026-06-25 07:56:33
Also in:
lkml
On 2026-06-24 04:18:06 [-0400], Steven Rostedt wrote:
Remove trace_printk.h by creating a trace_controls.h for those places that need access to tracing prototypes like tracing_off() and for the places that need trace_printk() directly, to have it included directly.
That sounds reasonable. Thank you for doing it. Sebastian