]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
objtool: Ignore intentional differences for the x86 insn decoder
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 31 Aug 2019 20:35:53 +0000 (17:35 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
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 <jpoimboe@redhat.com>
Link: http://lore.kernel.org/lkml/20190830193109.p7jagidsrahoa4pn@treble
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/n/tip-j965m9b7xtdc83em3twfkh9o@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/objtool/sync-check.sh