]> Git Repo - linux.git/commit
objtool: Ignore intentional differences for the x86 insn decoder
authorArnaldo Carvalho de Melo <[email protected]>
Sat, 31 Aug 2019 20:35:53 +0000 (17:35 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Sun, 1 Sep 2019 01:27:52 +0000 (22:27 -0300)
commitae31a514a134d9e4ca1d7b0f0a19b5934747d79f
treefcc19d333da6e6d94cc10783617c468f30717f76
parent2ffd84ae973b5ad16be96840574bb1142fda268a
objtool: Ignore intentional differences for the x86 insn decoder

Since we need to build this in !x86, we need to explicitely use the x86
files, not things like asm/insn.h, so we intentionally differ from the
master copy in the kernel sources, add -I diff directives to ignore just
these differences when checking for drift.

Acked-by: Josh Poimboeuf <[email protected]>
Link: http://lore.kernel.org/lkml/20190830193109.p7jagidsrahoa4pn@treble
Acked-by: Masami Hiramatsu <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/objtool/sync-check.sh
This page took 0.056021 seconds and 4 git commands to generate.