lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aTQVlpdvx-ZILt2B@gmail.com>
Date: Sat, 6 Dec 2025 12:37:58 +0100
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Josh Poimboeuf <jpoimboe@...hat.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	Borislav Petkov <bp@...en8.de>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Alexandre Chartre <alexandre.chartre@...cle.com>
Subject: [GIT PULL] objtool fixes


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ