]> git.ipfire.org Git - thirdparty/linux.git/commit
tracing: Create output file from cmd_check_undefined
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 20 May 2026 18:01:55 +0000 (20:01 +0200)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 21 May 2026 12:31:55 +0000 (08:31 -0400)
commit057caace5214da3b457bbd295e1a2ad34d3685ea
tree0e356c422e731ffb7f05d98eabeb6b6cf50557b4
parenta0a2f42a37f90b29d8c43374dd9c8bd2f3e7bdcc
tracing: Create output file from cmd_check_undefined

As the output file is currently never created, the check will run every
time, even if the inputs have not changed.

Create an empty output file which allows make to skip the execution when
it is not necessary.

Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Vincent Donnefort <vdonnefort@google.com>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Link: https://patch.msgid.link/20260520-tracing-ringbuffer-check-v1-1-d979cfab1338@weissschuh.net
Fixes: 1211907ac0b5 ("tracing: Generate undef symbols allowlist for simple_ring_buffer")
Fixes: 58b4bd18390e ("tracing: Adjust cmd_check_undefined to show unexpected undefined symbols")
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Tested-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/Makefile