mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 09:40:27 +02:00
When using trace_array_printk() on a created instance, the correct function to use to initialize it is: trace_array_init_printk() Not trace_printk_init_buffer() The former is a proper function to use, the latter is for initializing trace_printk() and causes the NOTICE banner to be displayed. Cc: stable@vger.kernel.org Cc: Masami Hiramatsu <mhiramat@kernel.org> Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Cc: Divya Indi <divya.indi@oracle.com> Link: https://lore.kernel.org/20250509152657.0f6744d9@gandalf.local.home Fixes: |
||
|---|---|---|
| .. | ||
| ftrace-direct-modify.c | ||
| ftrace-direct-multi-modify.c | ||
| ftrace-direct-multi.c | ||
| ftrace-direct-too.c | ||
| ftrace-direct.c | ||
| ftrace-ops.c | ||
| Makefile | ||
| sample-trace-array.c | ||
| sample-trace-array.h | ||