]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
objtool/klp: Don't correlate __ADDRESSABLE() symbols
authorJosh Poimboeuf <jpoimboe@kernel.org>
Sat, 11 Apr 2026 19:23:07 +0000 (12:23 -0700)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 5 May 2026 04:15:59 +0000 (21:15 -0700)
commit8edec016255dcc74146b0486639f756f0ce75bf5
tree622e88ad30399e9099d2c4d5e1aca38db436645c
parentff529864e738f447ff4c019956319930fc274a23
objtool/klp: Don't correlate __ADDRESSABLE() symbols

Symbols created by __ADDRESSABLE() are only used to convince the
toolchain not to optimize out the referenced symbol.

Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Acked-by: Song Liu <song@kernel.org>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
tools/objtool/klp-diff.c