All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] objtool: fix some objtool warnings
@ 2017-07-27 20:56 Josh Poimboeuf
  2017-07-27 20:56 ` [PATCH 1/4] objtool: Assume unannotated 'ud2' instructions are dead ends Josh Poimboeuf
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Josh Poimboeuf @ 2017-07-27 20:56 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Arnd Bergmann, linux-kernel

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

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

end of thread, other threads:[~2017-08-21 14:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-27 20:56 [PATCH 0/4] objtool: fix some objtool warnings Josh Poimboeuf
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

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.