All of lore.kernel.org
 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>
Subject: [GIT PULL] objtool changes for v6.13
Date: Mon, 18 Nov 2024 11:25:34 +0100	[thread overview]
Message-ID: <ZzsWHrSROj-PyQOz@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-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(-)

             reply	other threads:[~2024-11-18 10:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-18 10:25 Ingo Molnar [this message]
2024-11-19 23:33 ` [GIT PULL] objtool changes for v6.13 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=ZzsWHrSROj-PyQOz@gmail.com \
    --to=mingo@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=akpm@linux-foundation.org \
    --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 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.