linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] objtool warning fixes
@ 2016-07-29  0:14 Josh Poimboeuf
  2016-07-29  0:14 ` [PATCH 1/3] objtool: support new gcc 6 switch jump table pattern Josh Poimboeuf
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Josh Poimboeuf @ 2016-07-29  0:14 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-kernel, Linus Torvalds

Fixes for some objtool-related warnings reported by Linus.

Josh Poimboeuf (3):
  objtool: support new gcc 6 switch jump table pattern
  objtool: resync x86 instruction decoder with the kernel's
  objtool: un-capitalize "Warning" for out-of-sync instruction decoder

 tools/objtool/Makefile                            |   2 +-
 tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk |  11 +-
 tools/objtool/arch/x86/insn/inat.h                |  17 +-
 tools/objtool/arch/x86/insn/insn.c                |  18 +-
 tools/objtool/arch/x86/insn/insn.h                |  12 +-
 tools/objtool/arch/x86/insn/x86-opcode-map.txt    | 263 ++++++++++++++--------
 tools/objtool/builtin-check.c                     | 140 +++++++-----
 7 files changed, 309 insertions(+), 154 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-07-29 15:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-29  0:14 [PATCH 0/3] objtool warning fixes Josh Poimboeuf
2016-07-29  0:14 ` [PATCH 1/3] objtool: support new gcc 6 switch jump table pattern Josh Poimboeuf
2016-07-29 15:14   ` [tip:core/urgent] objtool: Support new GCC " tip-bot for Josh Poimboeuf
2016-07-29  0:14 ` [PATCH 2/3] objtool: resync x86 instruction decoder with the kernel's Josh Poimboeuf
2016-07-29 15:14   ` [tip:core/urgent] objtool: Resync " tip-bot for Josh Poimboeuf
2016-07-29  0:15 ` [PATCH 3/3] objtool: un-capitalize "Warning" for out-of-sync instruction decoder Josh Poimboeuf
2016-07-29 15:15   ` [tip:core/urgent] objtool: Un-capitalize " tip-bot for Josh Poimboeuf

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).