summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2026-04-20 17:25:56 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2026-04-20 17:25:56 -0700
commitb4e07588e743c989499ca24d49e752c074924a9a (patch)
tree33aac95a17eb2d9b056284884a1e8bc411373a37
parentf154634e42f724a3444694273e396f0a62fef3f1 (diff)
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>
-rw-r--r--kernel/trace/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/.gitignore b/kernel/trace/.gitignore
new file mode 100644
index 000000000000..6adbb09d6deb
--- /dev/null
+++ b/kernel/trace/.gitignore
@@ -0,0 +1 @@
+/undefsyms_base.c