linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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>,
	Borislav Petkov <bp@alien8.de>,
	Andrew Morton <akpm@linux-foundation.org>,
	Alexandre Chartre <alexandre.chartre@oracle.com>
Subject: [GIT PULL] objtool fixes
Date: Sat, 6 Dec 2025 12:37:58 +0100	[thread overview]
Message-ID: <aTQVlpdvx-ZILt2B@gmail.com> (raw)


Linus,

Please pull the latest objtool/urgent Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git objtool-urgent-2025-12-06

   # HEAD: 2d3451ef1ef679ae496f8e335f4b1305885e8083 objtool: Simplify .annotate_insn code generation output some more

Address various objtool scalability bugs/inefficiencies exposed by
allmodconfig builds, plus improve the quality of alternatives
instructions generated code and disassembly.

 Thanks,

	Ingo

------------------>
Josh Poimboeuf (7):
      objtool: Fix stack overflow in validate_branch()
      x86/alternative: Remove ANNOTATE_DATA_SPECIAL usage
      x86/asm: Remove ANNOTATE_DATA_SPECIAL usage
      objtool: Consolidate annotation macros
      objtool: Remove newlines and tabs from annotation macros
      objtool: Add more robust signal error handling, detect and warn about stack overflows
      objtool: Simplify .annotate_insn code generation output some more


 arch/um/include/asm/Kbuild                 |   1 -
 arch/um/include/shared/common-offsets.h    |   3 +
 arch/x86/include/asm/alternative.h         |   9 +-
 arch/x86/include/asm/asm.h                 |  25 +++---
 arch/x86/include/asm/bug.h                 |   2 +-
 arch/x86/include/asm/cpufeature.h          |   2 +-
 arch/x86/include/asm/irq_stack.h           |   2 +-
 arch/x86/include/asm/jump_label.h          |   2 +-
 arch/x86/include/asm/nospec-branch.h       |   4 +-
 arch/x86/include/asm/paravirt_types.h      |   2 +-
 arch/x86/include/asm/smap.h                |   8 +-
 arch/x86/include/asm/static_call.h         |   2 +-
 arch/x86/kernel/alternative.c              |   4 +-
 arch/x86/kernel/asm-offsets.c              |   3 +
 arch/x86/kernel/rethook.c                  |   2 +-
 arch/x86/kernel/static_call.c              |   4 +-
 arch/x86/lib/error-inject.c                |   2 +-
 arch/x86/um/shared/sysdep/kernel-offsets.h |   2 +
 include/linux/annotate.h                   |  35 +++-----
 include/linux/objtool.h                    |   2 +-
 kernel/bounds.c                            |   1 +
 scripts/mod/devicetable-offsets.c          |   1 +
 tools/objtool/Build                        |   1 +
 tools/objtool/check.c                      |  27 +++---
 tools/objtool/include/objtool/objtool.h    |   2 +
 tools/objtool/objtool.c                    |   4 +-
 tools/objtool/signal.c                     | 135 +++++++++++++++++++++++++++++
 27 files changed, 215 insertions(+), 72 deletions(-)
 create mode 100644 tools/objtool/signal.c

             reply	other threads:[~2025-12-06 11:38 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-06 11:37 Ingo Molnar [this message]
2025-12-06 20:43 ` [GIT PULL] objtool fixes pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2025-04-10 21:03 Ingo Molnar
2025-04-10 22:52 ` pr-tracker-bot
2025-04-01 19:57 Ingo Molnar
2025-04-02 17:48 ` pr-tracker-bot
2025-04-02 17:58 ` Linus Torvalds
2025-04-02 20:30   ` Ingo Molnar
2025-04-03  8:31   ` Josh Poimboeuf
2025-04-03 14:52     ` Ingo Molnar
2025-04-03 15:23       ` Josh Poimboeuf
2025-04-03 15:33         ` Ingo Molnar
2025-04-03 15:43         ` Josh Poimboeuf
2025-04-03 16:06           ` Linus Torvalds
2025-04-03 18:24             ` Josh Poimboeuf
2025-04-03 19:12               ` Linus Torvalds
2025-04-03 19:42                 ` Josh Poimboeuf
2025-04-03 15:58       ` Linus Torvalds
2025-04-03 15:39     ` Linus Torvalds
2025-02-28 19:08 Ingo Molnar
2025-03-01  1:41 ` pr-tracker-bot
2021-06-24  6:54 Ingo Molnar
2021-06-24 16:34 ` pr-tracker-bot
2021-06-12 12:37 Ingo Molnar
2021-06-12 19:09 ` pr-tracker-bot
2021-05-15  7:46 Ingo Molnar
2021-05-15 17:55 ` pr-tracker-bot
2020-04-25  9:04 Ingo Molnar
2020-04-25 19:30 ` pr-tracker-bot
2018-11-30  6:18 Ingo Molnar
2018-11-30 21:00 ` pr-tracker-bot
2017-11-26 12:34 Ingo Molnar
2017-03-01 22:01 Ingo Molnar
2017-02-28  7:53 Ingo Molnar
2017-03-01  1:55 ` Linus Torvalds
2017-03-01  6:05   ` Josh Poimboeuf
2016-04-23 11:10 Ingo Molnar

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=aTQVlpdvx-ZILt2B@gmail.com \
    --to=mingo@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=akpm@linux-foundation.org \
    --cc=alexandre.chartre@oracle.com \
    --cc=bp@alien8.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).