[GIT PULL] objtool fixes
From: Ingo Molnar
Date: Sun Mar 22 2026 - 04:11:48 EST
Linus,
Please pull the latest objtool/urgent Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git objtool-urgent-2026-03-22
for you to fetch changes up to 4e5019216402ad0b4a84cff457b662d26803f103:
Fix 3 more livepatching related build environment bugs,
and fix a false positive warning with Clang jump tables.
Thanks,
Ingo
------------------>
Joe Lawrence (2):
objtool/klp: fix data alignment in __clone_symbol()
objtool/klp: fix mkstemp() failure with long paths
Josh Poimboeuf (2):
livepatch/klp-build: Fix inconsistent kernel version
objtool: Fix Clang jump table detection
scripts/livepatch/klp-build | 9 ++++-----
tools/objtool/check.c | 5 ++---
tools/objtool/elf.c | 23 +++--------------------
tools/objtool/klp-diff.c | 3 ++-
4 files changed, 11 insertions(+), 29 deletions(-)