Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1452184
| From | Josh Poimboeuf <jpoimboe@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] objtool warning fixes |
| Date | 2016-07-29 02:20 +0200 |
| Message-ID | <s03GW-5iX-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] objtool warning fixes Josh Poimboeuf <jpoimboe@redhat.com> - 2016-07-29 02:20 +0200
[PATCH 3/3] objtool: un-capitalize "Warning" for out-of-sync instruction decoder Josh Poimboeuf <jpoimboe@redhat.com> - 2016-07-29 02:20 +0200
[tip:core/urgent] objtool: Un-capitalize "Warning" for out-of-sync instruction decoder tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2016-07-29 17:30 +0200
[PATCH 1/3] objtool: support new gcc 6 switch jump table pattern Josh Poimboeuf <jpoimboe@redhat.com> - 2016-07-29 02:20 +0200
[tip:core/urgent] objtool: Support new GCC 6 switch jump table pattern tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2016-07-29 17:30 +0200
[PATCH 2/3] objtool: resync x86 instruction decoder with the kernel's Josh Poimboeuf <jpoimboe@redhat.com> - 2016-07-29 02:20 +0200
[tip:core/urgent] objtool: Resync x86 instruction decoder with the kernel's tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2016-07-29 17:30 +0200
csiph-web