]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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)
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]

diff --git a/kernel/trace/.gitignore b/kernel/trace/.gitignore
new file mode 100644 (file)
index 0000000..6adbb09
--- /dev/null
@@ -0,0 +1 @@
+/undefsyms_base.c