public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] objtool: sync warning fix and cleanups
@ 2017-11-03 14:31 Josh Poimboeuf
  2017-11-03 14:31 ` [PATCH 1/3] objtool: Resync objtool's instruction decoder with the kernel's Josh Poimboeuf
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Josh Poimboeuf @ 2017-11-03 14:31 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-kernel, Stephen Rothwell

Patch 1 fixes the "x86 instruction decoder differs from kernel" warning.

Patches 2-3 improve the sync checking so that future warnings will be
more useful.

Josh Poimboeuf (3):
  objtool: Resync objtool's instruction decoder with the kernel's
  objtool: Move synced files to their original relative locations
  objtool: Move sync check to a script

 tools/objtool/.gitignore                           |  2 +-
 tools/objtool/Makefile                             | 20 +++------------
 tools/objtool/arch/x86/Build                       | 10 +++-----
 tools/objtool/arch/x86/decode.c                    |  6 ++---
 .../objtool/arch/x86/{insn => include/asm}/inat.h  |  2 +-
 .../arch/x86/{insn => include/asm}/inat_types.h    |  0
 .../objtool/arch/x86/{insn => include/asm}/insn.h  |  2 +-
 .../objtool/{ => arch/x86/include/asm}/orc_types.h |  0
 tools/objtool/arch/x86/{insn => lib}/inat.c        |  2 +-
 tools/objtool/arch/x86/{insn => lib}/insn.c        |  4 +--
 .../arch/x86/{insn => lib}/x86-opcode-map.txt      |  0
 .../arch/x86/{insn => tools}/gen-insn-attr-x86.awk |  1 +
 tools/objtool/orc.h                                |  2 +-
 tools/objtool/sync-check.sh                        | 29 ++++++++++++++++++++++
 14 files changed, 48 insertions(+), 32 deletions(-)
 rename tools/objtool/arch/x86/{insn => include/asm}/inat.h (99%)
 rename tools/objtool/arch/x86/{insn => include/asm}/inat_types.h (100%)
 rename tools/objtool/arch/x86/{insn => include/asm}/insn.h (99%)
 rename tools/objtool/{ => arch/x86/include/asm}/orc_types.h (100%)
 rename tools/objtool/arch/x86/{insn => lib}/inat.c (99%)
 rename tools/objtool/arch/x86/{insn => lib}/insn.c (99%)
 rename tools/objtool/arch/x86/{insn => lib}/x86-opcode-map.txt (100%)
 rename tools/objtool/arch/x86/{insn => tools}/gen-insn-attr-x86.awk (99%)
 create mode 100755 tools/objtool/sync-check.sh

-- 
2.13.6

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

end of thread, other threads:[~2017-11-04  8:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-03 14:31 [PATCH 0/3] objtool: sync warning fix and cleanups Josh Poimboeuf
2017-11-03 14:31 ` [PATCH 1/3] objtool: Resync objtool's instruction decoder with the kernel's Josh Poimboeuf
2017-11-04  8:31   ` [tip:core/urgent] objtool: Resync objtool's instruction decoder source code copy with the kernel's latest version tip-bot for Josh Poimboeuf
2017-11-03 14:31 ` [PATCH 2/3] objtool: Move synced files to their original relative locations Josh Poimboeuf
2017-11-03 14:31 ` [PATCH 3/3] objtool: Move sync check to a script Josh Poimboeuf
2017-11-03 18:54 ` [PATCH 0/3] objtool: sync warning fix and cleanups Josh Poimboeuf
2017-11-04  7:54   ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox