[GIT PULL] objtool changes for v6.13
From: Ingo Molnar
Date: Mon Nov 18 2024 - 05:26:39 EST
Linus,
Please pull the latest objtool/core Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git objtool-core-2024-11-18
# HEAD: d5173f7537505315557d8580e3a648f07f17deda objtool: Exclude __tracepoints data from ENDBR checks
Objtool changes for v6.13:
- Detect non-relocated text references for more robust
IBT sealing (Josh Poimboeuf)
- Fix build error when building stripped down
UAPI headers (HONG Yifan)
- Exclude __tracepoints data from ENDBR checks to fix
false positives on clang builds (Peter Zijlstra)
- Fix ORC unwind for newly forked tasks (Zheng Yejian)
- Fix readelf related faddr2line regression (Carlos Llamas)
Thanks,
Ingo
------------------>
Carlos Llamas (1):
Revert "scripts/faddr2line: Check only two symbols when calculating symbol size"
HONG Yifan (1):
objtool: Also include tools/include/uapi
Josh Poimboeuf (1):
objtool: Detect non-relocated text references
Peter Zijlstra (1):
objtool: Exclude __tracepoints data from ENDBR checks
Zheng Yejian (1):
x86/unwind/orc: Fix unwind for newly forked tasks
arch/x86/kernel/acpi/wakeup_64.S | 1 +
arch/x86/kernel/head_64.S | 1 +
arch/x86/kernel/unwind_orc.c | 2 +-
scripts/faddr2line | 2 +-
tools/objtool/Makefile | 1 +
tools/objtool/arch/x86/decode.c | 15 +++--
tools/objtool/check.c | 113 ++++++++++++++++++++---------------
tools/objtool/include/objtool/arch.h | 1 +
8 files changed, 81 insertions(+), 55 deletions(-)