public inbox for linux-kernel@vger.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 v5.9
Date: Mon, 3 Aug 2020 14:06:02 +0200	[thread overview]
Message-ID: <20200803120602.GA506993@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-2020-08-03

   # HEAD: d832c0051f4e9cc7d26ef3bc6e9b662bc6a90f3a Merge branch 'objtool/urgent' into objtool/core

Misc updates:

- Add support for non-rela relocations, in preparation to merge 'recordmcount'
  functionality into objtool.

- Fix assumption that broke under --ffunction-sections (LTO) builds.

- Misc cleanups.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
 Thanks,

	Ingo

------------------>
Kristen Carlson Accardi (1):
      objtool: Do not assume order of parent/child functions

Matt Helsley (2):
      objtool: Rename rela to reloc
      objtool: Add support for relocations without addends

Sami Tolvanen (1):
      objtool: Use sh_info to find the base for .rela sections


 tools/objtool/arch.h            |   2 +-
 tools/objtool/arch/x86/decode.c |   2 +-
 tools/objtool/check.c           | 202 +++++++++++++-------------
 tools/objtool/check.h           |   2 +-
 tools/objtool/elf.c             | 308 ++++++++++++++++++++++++++++------------
 tools/objtool/elf.h             |  29 ++--
 tools/objtool/orc_gen.c         |  46 +++---
 tools/objtool/special.c         |  28 ++--
 8 files changed, 375 insertions(+), 244 deletions(-)

             reply	other threads:[~2020-08-03 12:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-03 12:06 Ingo Molnar [this message]
2020-08-03 22:10 ` [GIT PULL] objtool changes for v5.9 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=20200803120602.GA506993@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox