]> git.baikalelectronics.ru Git - kernel.git/commit
perf build: Ignore intentional differences for the x86 insn decoder
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 31 Aug 2019 20:14:19 +0000 (17:14 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 1 Sep 2019 01:27:52 +0000 (22:27 -0300)
commit740112a08b93bbabd3863d6ac08b1adbc65e0449
tree412fbc467b6db64c5f937e34a2cf03c634d4aa0d
parent9844bf2ea3ab92d66d6848bfc914a27763ef0dac
perf build: 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>
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-9qziqjjt120mmz6kyepka9p7@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/check-headers.sh