[GIT PULL] objtool fixes

From: Ingo Molnar

Date: Sun Sep 13 2026 - 04:04:15 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-09-13

for you to fetch changes up to ac323c9467092479dc1e5bc138c9abbe015b0069:

Fix misc objtool bugs:

- Fix potential klp-build allocation leak in
cleanup functionality handling kzalloc() failure
(Yafang Shao)

- Fix KLP checksum false positives triggering with
GCC, caused by quirks in string literal symbol
generation (Josh Poimboeuf)

Thanks,

Ingo

------------------>
Josh Poimboeuf (1):
objtool/klp: Fix checksums for constant pool references

Yafang Shao (1):
klp-build: Fix wrong index in funcs cleanup error path


scripts/livepatch/init.c | 2 +-
tools/objtool/klp-checksum.c | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)