Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fix from Steven Rostedt:
"Fix mismatch section of adding early trace events.

Fixes the issue of a mismatch section that was missed due to gcc
inlining the offending function, while clang did not (and reported the
issue)"

* tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
tracing: Remove __init from __trace_early_add_new_event()

+1 -1
+1 -1
kernel/trace/trace_events.c
··· 2498 2498 * for enabling events at boot. We want to enable events before 2499 2499 * the filesystem is initialized. 2500 2500 */ 2501 - static __init int 2501 + static int 2502 2502 __trace_early_add_new_event(struct trace_event_call *call, 2503 2503 struct trace_array *tr) 2504 2504 {