]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tracing: Make undefsyms_base.c a first-class citizen
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 21 Apr 2026 10:04:55 +0000 (11:04 +0100)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 22 Apr 2026 15:24:41 +0000 (11:24 -0400)
commit5335e318ad3cf12d905de27e3be4e7fd7b1c6746
tree5bb10f1743649d33947649575ba303a483912394
parentb4e07588e743c989499ca24d49e752c074924a9a
tracing: Make undefsyms_base.c a first-class citizen

Linus points out that dumping undefsyms_base.c form the Makefile
is rather ugly, and that a much better course of action would be
to have this file as a first-class citizen in the git tree.

This allows some extra cleanup in the Makefile, and the removal of
the .gitignore file in kernel/trace.

Cc: Marc Zyngier <maz@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/CAHk-=wieqGd_XKpu8UxDoyADZx8TDe8CF3RmkUXt5N_9t5Pf_w@mail.gmail.com
Link: https://lore.kernel.org/all/20260421095446.2951646-1-maz@kernel.org/
Link: https://patch.msgid.link/20260421100455.324333-1-pbonzini@redhat.com
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Tested-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/.gitignore [deleted file]
kernel/trace/Makefile
kernel/trace/undefsyms_base.c [new file with mode: 0644]