From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Josh Poimboeuf <jpoimboe@redhat.com>,
Thomas Gleixner <tglx@linutronix.de>,
Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] objtool changes for v7.1
Date: Mon, 13 Apr 2026 10:07:55 +0200 [thread overview]
Message-ID: <adykW02Y5MqsKQCf@gmail.com> (raw)
Linus,
Please pull the latest objtool/core Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git objtool-core-2026-04-13
for you to fetch changes up to 1735858caa4bbb8b923860c0833d463b5d9c5f79:
objtool updates for v7.1:
- KLP support updates and fixes (Song Liu)
- KLP-build script updates and fixes (Joe Lawrence)
- Support Clang RAX DRAP sequence, to address clang
false positive (Josh Poimboeuf)
- Reorder ORC register numbering to match regular x86
register numbering (Josh Poimboeuf)
- Misc cleanups (Wentong Tian, Song Liu)
Thanks,
Ingo
------------------>
Joe Lawrence (9):
livepatch/klp-build: support patches that add/remove files
livepatch/klp-build: switch to GNU patch and recountdiff
livepatch/klp-build: add grep-override function
livepatch/klp-build: add Makefile with check target
livepatch/klp-build: fix shellcheck complaints
livepatch/klp-build: improve short-circuit validation
livepatch/klp-build: provide friendlier error messages
livepatch/klp-build: add terminal color output
livepatch/klp-build: report patch validation fuzz
Josh Poimboeuf (2):
objtool: Support Clang RAX DRAP sequence
objtool/x86: Reorder ORC register numbering
Song Liu (7):
objtool/klp: Remove redundant strcmp() in correlate_symbols()
objtool/klp: Remove trailing '_' in demangle_name()
objtool/klp: Use sym->demangled_name for symbol_name hash
objtool/klp: Also demangle global objects
objtool/klp: Remove .llvm suffix in demangle_name()
objtool/klp: Match symbols based on demangled_name for global variables
objtool/klp: Correlate locals to globals
Wentong Tian (1):
objtool: Use section/symbol type helpers
arch/x86/include/asm/orc_types.h | 9 ++-
arch/x86/kernel/unwind_orc.c | 32 +++++---
scripts/livepatch/Makefile | 20 +++++
scripts/livepatch/klp-build | 131 +++++++++++++++++++--------------
tools/arch/x86/include/asm/orc_types.h | 9 ++-
tools/objtool/arch/x86/decode.c | 18 +++--
tools/objtool/arch/x86/orc.c | 31 ++++----
tools/objtool/check.c | 4 +-
tools/objtool/disas.c | 6 +-
tools/objtool/elf.c | 101 +++++++++++++++++++------
tools/objtool/include/objtool/elf.h | 3 +
tools/objtool/klp-diff.c | 97 ++++++++++++++++++++++--
12 files changed, 336 insertions(+), 125 deletions(-)
create mode 100644 scripts/livepatch/Makefile
next reply other threads:[~2026-04-13 8:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-13 8:07 Ingo Molnar [this message]
2026-04-14 20:45 ` [GIT PULL] objtool changes for v7.1 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=adykW02Y5MqsKQCf@gmail.com \
--to=mingo@kernel.org \
--cc=a.p.zijlstra@chello.nl \
--cc=akpm@linux-foundation.org \
--cc=jpoimboe@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.