Re: [PATCH 3/3] tracing: move tracing declarations from kernel.h to a dedicated header
From: Steven Rostedt
Date: Sun Nov 30 2025 - 15:34:15 EST
On Sat, 29 Nov 2025 14:53:02 -0500
"Yury Norov (NVIDIA)" <yury.norov@xxxxxxxxx> wrote:
> --- a/include/linux/kernel.h
> +++ b/include/linux/kernel.h
> @@ -27,6 +27,7 @@
> #include <linux/math.h>
> #include <linux/minmax.h>
> #include <linux/typecheck.h>
> +#include <linux/tracing.h>
> #include <linux/panic.h>
> #include <linux/printk.h>
> #include <linux/build_bug.h>
I'm fine with this as long as it's available as much as printk is.
Acked-by: Steven Rostedt <rostedt@xxxxxxxxxxx>
-- Steve