Hi Steve, The kbuild portions of this seem fine, as they mirror existing patterns.
On Wed, Oct 15, 2025 at 04:38:44PM -0400, Steven Rostedt wrote: > diff --git a/include/asm-generic/vmlinux.lds.h > b/include/asm-generic/vmlinux.lds.h > index 8a9a2e732a65..08ca759fb992 100644 > --- a/include/asm-generic/vmlinux.lds.h > +++ b/include/asm-generic/vmlinux.lds.h > @@ -1048,6 +1048,7 @@ defined(CONFIG_AUTOFDO_CLANG) || > defined(CONFIG_PROPELLER_CLANG) > *(.no_trim_symbol) \ > /* ld.bfd warns about .gnu.version* even when not emitted */ \ > *(.gnu.version*) \ > + *(__tracepoint_check) Please add a trailing slash like the other lines so that one does not need to be added when someone else needs to grow this macro (also helps with 'git blame'). Cheers, Nathan
