linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Objtool updates for v6.1
@ 2022-10-07  8:19 Ingo Molnar
  2022-10-10 17:22 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2022-10-07  8:19 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Peter Zijlstra, Josh Poimboeuf, Thomas Gleixner,
	Andrew Morton, Borislav Petkov

Linus,

Please pull the latest objtool/core git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git objtool-core-2022-10-07

   # HEAD: 7a7621dfa417aa3715d2a3bd1bdd6cf5018274d0 objtool,x86: Teach decode about LOOP* instructions

Fairly small batch of changes:

Objtool changes for v6.1:

 - Remove the "ANNOTATE_NOENDBR on ENDBR" warning: it's not
   really useful and only found a non-bug false positive so far.

 - Properly decode LOOP/LOOPE/LOOPNE, which were missing from
   the x86 decoder. Because these instructions are rather
   ineffective, they never showed up in compiler output,
   but they are simple enough to support, so add them for
   completeness.

 - A bit more cross-arch preparatory work.

 Thanks,

	Ingo

------------------>
Chen Zhongjin (1):
      objtool: Use arch_jump_destination() in read_intra_function_calls()

Josh Poimboeuf (1):
      objtool: Remove "ANNOTATE_NOENDBR on ENDBR" warning

Peter Zijlstra (1):
      objtool,x86: Teach decode about LOOP* instructions


 tools/objtool/arch/x86/decode.c | 6 ++++++
 tools/objtool/check.c           | 5 +----
 2 files changed, 7 insertions(+), 4 deletions(-)

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

* Re: [GIT PULL] Objtool updates for v6.1
  2022-10-07  8:19 [GIT PULL] Objtool updates for v6.1 Ingo Molnar
@ 2022-10-10 17:22 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-10-10 17:22 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Peter Zijlstra, Josh Poimboeuf,
	Thomas Gleixner, Andrew Morton, Borislav Petkov

The pull request you sent on Fri, 7 Oct 2022 10:19:07 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git objtool-core-2022-10-07

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/65f109e19976a833c18820e3950c8f2bb8bd19b4

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2022-10-10 17:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-07  8:19 [GIT PULL] Objtool updates for v6.1 Ingo Molnar
2022-10-10 17:22 ` 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;
as well as URLs for NNTP newsgroup(s).