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 updates for v5.13
Date: Wed, 28 Apr 2021 09:40:27 +0200	[thread overview]
Message-ID: <20210428074027.GA206401@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-2021-04-28

   # HEAD: 7d3d10e0e85fb7c23a86a70f795b1eabd2bc030b x86/crypto: Enable objtool in crypto code

Objtool updates in this cycle were:

 - Standardize the crypto asm code so that it looks like compiler-generated
   code to objtool - so that it can understand it. This enables unwinding
   from crypto asm code - and also fixes the last known remaining objtool
   warnings for LTO and more.

 - x86 decoder fixes: clean up and fix the decoder, and also extend it a bit

 - Misc fixes and cleanups

 Thanks,

	Ingo

------------------>
Josh Poimboeuf (13):
      objtool: Support asm jump tables
      x86/crypto/aesni-intel_avx: Remove unused macros
      x86/crypto/aesni-intel_avx: Fix register usage comments
      x86/crypto/aesni-intel_avx: Standardize stack alignment prologue
      x86/crypto/camellia-aesni-avx2: Unconditionally allocate stack buffer
      x86/crypto/crc32c-pcl-intel: Standardize jump table
      x86/crypto/sha_ni: Standardize stack alignment prologue
      x86/crypto/sha1_avx2: Standardize stack alignment prologue
      x86/crypto/sha256-avx2: Standardize stack alignment prologue
      x86/crypto/sha512-avx: Standardize stack alignment prologue
      x86/crypto/sha512-avx2: Standardize stack alignment prologue
      x86/crypto/sha512-ssse3: Standardize stack alignment prologue
      x86/crypto: Enable objtool in crypto code

Peter Zijlstra (11):
      objtool: Allow UNWIND_HINT to suppress dodgy stack modifications
      objtool,x86: Renumber CFI_reg
      objtool,x86: Rewrite LEA decode
      objtool,x86: Rewrite LEAVE
      objtool,x86: Simplify register decode
      objtool,x86: Support %riz encodings
      objtool,x86: Rewrite ADD/SUB/AND
      objtool,x86: More ModRM sugar
      objtool: Add --backup
      objtool: Collate parse_options() users
      objtool: Parse options from OBJTOOL_ARGS


 arch/x86/crypto/Makefile                       |   2 -
 arch/x86/crypto/aesni-intel_avx-x86_64.S       |  28 +--
 arch/x86/crypto/camellia-aesni-avx2-asm_64.S   |   5 +-
 arch/x86/crypto/crc32c-pcl-intel-asm_64.S      |   7 +-
 arch/x86/crypto/sha1_avx2_x86_64_asm.S         |   8 +-
 arch/x86/crypto/sha1_ni_asm.S                  |   8 +-
 arch/x86/crypto/sha256-avx2-asm.S              |  13 +-
 arch/x86/crypto/sha512-avx-asm.S               |  41 ++--
 arch/x86/crypto/sha512-avx2-asm.S              |  42 ++--
 arch/x86/crypto/sha512-ssse3-asm.S             |  41 ++--
 tools/objtool/arch/x86/decode.c                | 282 ++++++++++++++-----------
 tools/objtool/arch/x86/include/arch/cfi_regs.h |  12 +-
 tools/objtool/builtin-check.c                  |  43 +++-
 tools/objtool/builtin-orc.c                    |   5 +-
 tools/objtool/check.c                          |  53 +++--
 tools/objtool/include/objtool/arch.h           |   1 -
 tools/objtool/include/objtool/builtin.h        |   5 +-
 tools/objtool/objtool.c                        |  64 ++++++
 18 files changed, 384 insertions(+), 276 deletions(-)

             reply	other threads:[~2021-04-28  7:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-28  7:40 Ingo Molnar [this message]
2021-04-28 20:49 ` [GIT PULL] objtool updates for v5.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=20210428074027.GA206401@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