Re: [GIT PULL] tracing: Updates for 5.10

From: Linus Torvalds
Date: Thu Oct 15 2020 - 21:54:56 EST


On Thu, Oct 15, 2020 at 10:53 AM Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> Updates for tracing and bootconfig:

Hmm. I haven't verified that this came from you, but it seems likely..
Once again my clang build shows something that I don't see in my
allmodconfig gcc build:

WARNING: modpost: vmlinux.o(.text+0x1e5b06): Section mismatch in
reference from the function __trace_early_add_events() to the function
.init.text:__trace_early_add_new_event()
The function __trace_early_add_events() references
the function __init __trace_early_add_new_event().
This is often because __trace_early_add_events lacks a __init
annotation or the annotation of __trace_early_add_new_event is wrong.

Hmm?

Linus