public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] objtool changes for v6.13
@ 2024-11-18 10:25 Ingo Molnar
  2024-11-19 23:33 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2024-11-18 10:25 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Peter Zijlstra, Josh Poimboeuf, Thomas Gleixner,
	Borislav Petkov, Andrew Morton


Linus,

Please pull the latest objtool/core Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git objtool-core-2024-11-18

   # HEAD: d5173f7537505315557d8580e3a648f07f17deda objtool: Exclude __tracepoints data from ENDBR checks

Objtool changes for v6.13:

 - Detect non-relocated text references for more robust
   IBT sealing (Josh Poimboeuf)

 - Fix build error when building stripped down
   UAPI headers (HONG Yifan)

 - Exclude __tracepoints data from ENDBR checks to fix
   false positives on clang builds (Peter Zijlstra)

 - Fix ORC unwind for newly forked tasks (Zheng Yejian)

 - Fix readelf related faddr2line regression (Carlos Llamas)

 Thanks,

	Ingo

------------------>
Carlos Llamas (1):
      Revert "scripts/faddr2line: Check only two symbols when calculating symbol size"

HONG Yifan (1):
      objtool: Also include tools/include/uapi

Josh Poimboeuf (1):
      objtool: Detect non-relocated text references

Peter Zijlstra (1):
      objtool: Exclude __tracepoints data from ENDBR checks

Zheng Yejian (1):
      x86/unwind/orc: Fix unwind for newly forked tasks


 arch/x86/kernel/acpi/wakeup_64.S     |   1 +
 arch/x86/kernel/head_64.S            |   1 +
 arch/x86/kernel/unwind_orc.c         |   2 +-
 scripts/faddr2line                   |   2 +-
 tools/objtool/Makefile               |   1 +
 tools/objtool/arch/x86/decode.c      |  15 +++--
 tools/objtool/check.c                | 113 ++++++++++++++++++++---------------
 tools/objtool/include/objtool/arch.h |   1 +
 8 files changed, 81 insertions(+), 55 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-19 23:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-18 10:25 [GIT PULL] objtool changes for v6.13 Ingo Molnar
2024-11-19 23:33 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox