Re: [PATCH v4 7/7] kernel.h: drop trace_printk.h
From: Steven Rostedt
Date: Sat Dec 27 2025 - 10:57:30 EST
On Sat, 27 Dec 2025 16:45:47 +0200
Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
> > I'm fine for trying other ways to speed up the compilation, but removing
> > full access to trace_printk() isn't one of them.
>
> I interpreted this as if the header inclusion should be moved from kernel.h
> to printk.h as a compromise that satisfies all (?) stakeholders. Is it possible
> approach?
I'm fine with putting the include of trace_printk.h into printk.h. If
you remove printk.h from kernel.h I would expect a lot more people to
complain about it. Including Linus himself.
-- Steve