Re: [PATCH v3 0/2] tracing: Remove trace_printk.h from kernel.h

From: Sebastian Andrzej Siewior

Date: Thu Jun 25 2026 - 03:58:09 EST


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