[GIT PULL] objtool changes for v6.7

From: Ingo Molnar
Date: Sat Oct 28 2023 - 07:36:12 EST


Linus,

Please pull the latest objtool tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git objtool-core-2023-10-28

# HEAD: 60fd39af33d3f63c4c94bd06784ebdf0d883f5c9 scripts/faddr2line: Skip over mapping symbols in output from readelf

Misc fixes and cleanups:

- Fix potential MAX_NAME_LEN limit related build failures
- Fix scripts/faddr2line symbol filtering bug
- Fix scripts/faddr2line on LLVM=1
- Fix scripts/faddr2line to accept readelf output with mapping symbols
- Minor cleanups

Thanks,

Ingo

------------------>
Aaron Plattner (2):
objtool: Propagate early errors
objtool: Remove max symbol name length limitation

Colin Ian King (1):
x86/unwind/orc: Remove redundant initialization of 'mid' pointer in __orc_find()

Fangrui Song (1):
x86/speculation, objtool: Use absolute relocations for annotations

Ruan Jinjie (1):
objtool: Use 'the fallthrough' pseudo-keyword

Will Deacon (3):
scripts/faddr2line: Don't filter out non-function symbols from readelf
scripts/faddr2line: Use LLVM addr2line and readelf if LLVM=1
scripts/faddr2line: Skip over mapping symbols in output from readelf


arch/x86/include/asm/alternative.h | 4 ++--
arch/x86/include/asm/nospec-branch.h | 4 ++--
arch/x86/kernel/unwind_orc.c | 2 +-
include/linux/objtool.h | 10 +++++-----
scripts/faddr2line | 24 +++++++++++++++++++++---
tools/objtool/arch/x86/decode.c | 6 +++---
tools/objtool/elf.c | 14 ++++++--------
tools/objtool/objtool.c | 4 +---
8 files changed, 41 insertions(+), 27 deletions(-)