From: Josh Poimboeuf <jpoimboe@redhat.com>
To: Ingo Molnar <mingo@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>, linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] objtool: fix some objtool warnings
Date: Thu, 27 Jul 2017 15:56:52 -0500 [thread overview]
Message-ID: <cover.1501188854.git.jpoimboe@redhat.com> (raw)
Some objtool warning fixes, most of which were reported by Arnd.
The first patch fixes an issue which is specific to GCC 7. It has been
around a while.
The second patch fixes an issue which has theoretically always existed
in objtool, but was only recently uncovered due to some recent function
whitelist changes associated with objtool 2.0.
The third and fourth patches are fixes for the recent objtool 2.0 and
ORC support.
Josh Poimboeuf (4):
objtool: Assume unannotated 'ud2' instructions are dead ends
objtool: Skip unreachable warnings for 'alt' instructions
objtool: Fix '-mtune=atom' decoding support in objtool 2.0
objtool: Disable GCC '-Wpacked' warnings
include/linux/compiler-gcc.h | 16 -----------
include/linux/compiler.h | 25 +++++++++++++++-
tools/objtool/Makefile | 3 +-
tools/objtool/arch.h | 5 ++--
tools/objtool/arch/x86/decode.c | 43 +++++++++++++++++++++++----
tools/objtool/check.c | 64 +++++++++++++++++++++++++++++++++++++++--
6 files changed, 127 insertions(+), 29 deletions(-)
--
2.13.3
next reply other threads:[~2017-07-27 20:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-27 20:56 Josh Poimboeuf [this message]
2017-07-27 20:56 ` [PATCH 1/4] objtool: Assume unannotated 'ud2' instructions are dead ends Josh Poimboeuf
2017-07-28 7:37 ` [tip:x86/asm] objtool: Assume unannotated UD2 " tip-bot for Josh Poimboeuf
2017-07-27 20:56 ` [PATCH 2/4] objtool: Skip unreachable warnings for 'alt' instructions Josh Poimboeuf
2017-07-28 7:37 ` [tip:x86/asm] " tip-bot for Josh Poimboeuf
2017-07-27 20:56 ` [PATCH 3/4] objtool: Fix '-mtune=atom' decoding support in objtool 2.0 Josh Poimboeuf
2017-07-28 7:37 ` [tip:x86/asm] " tip-bot for Josh Poimboeuf
2017-08-21 14:10 ` [tip:x86/urgent] " tip-bot for Josh Poimboeuf
2017-07-27 20:56 ` [PATCH 4/4] objtool: Disable GCC '-Wpacked' warnings Josh Poimboeuf
2017-07-28 7:38 ` [tip:x86/asm] " tip-bot for Josh Poimboeuf
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=cover.1501188854.git.jpoimboe@redhat.com \
--to=jpoimboe@redhat.com \
--cc=arnd@arndb.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.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;
as well as URLs for NNTP newsgroup(s).