]> git.ipfire.org Git - thirdparty/linux.git/commit
tracing: tell git to ignore the generated 'undefsyms_base.c' file master
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 Apr 2026 00:25:56 +0000 (17:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 Apr 2026 00:25:56 +0000 (17:25 -0700)
commitb4e07588e743c989499ca24d49e752c074924a9a
tree33aac95a17eb2d9b056284884a1e8bc411373a37
parentf154634e42f724a3444694273e396f0a62fef3f1
tracing: tell git to ignore the generated 'undefsyms_base.c' file

This odd file was added to automatically figure out tool-generated
symbols.

Honestly, it *should* have been just a real honest-to-goodness regular
file in git, instead of having strange code to generate it in the
Makefile, but that is not how that silly thing works.  So now we need to
ignore it explicitly.

Fixes: 1211907ac0b5 ("tracing: Generate undef symbols allowlist for simple_ring_buffer")
Cc: Vincent Donnefort <vdonnefort@google.com>
Cc: Nathan Chancellor <nathan@kernel.org>
Cc: Steven Rostedt (Google) <rostedt@goodmis.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Marc Zyngier <maz@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/trace/.gitignore [new file with mode: 0644]