[PATCH 0/3] objtool warning fixes

From: Josh Poimboeuf
Date: Thu Jul 28 2016 - 20:15:19 EST


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