On Sat, 27 Dec 2025 16:45:47 +0200 Andy Shevchenko <[email protected]> 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
