OSDN Git Service

tools arch s390: Do not include header files from the kernel sources
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 28 Nov 2017 14:08:41 +0000 (11:08 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 18 Dec 2017 14:56:13 +0000 (11:56 -0300)
commit10b9baa701d5023897f70a4acb3bf0235da3dc4f
treebcfdcb24102fd1a603f4a15495e43bc4218c7d12
parentca58d7e64bdfc54f7dfe46713c1e2acc68d7522d
tools arch s390: Do not include header files from the kernel sources

Long ago we decided to be verbotten including files in the kernel git
sources from tools/ living source code, to avoid disturbing kernel
development (and perf's and other tools/) when, say, a kernel hacker
adds something, tests everything but tools/ and have tools/ build
broken.

This got broken recently by s/390, fix it by copying
arch/s390/include/uapi/asm/perf_regs.h to tools/arch/s390/include/uapi/asm/,
making this one be used by means of <asm/perf_regs.h> and updating
tools/perf/check_headers.sh to make sure we are notified when the
original changes, so that we can check if anything is needed on the
tooling side.

This would have been caught by the 'tarkpg' test entry in:

$ make -C tools/perf build-test

When run on a s/390 build system or container.

Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Cc: Thomas Richter <tmricht@linux.vnet.ibm.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Fixes: f704ef44602f ("s390/perf: add support for perf_regs and libdw")
Link: https://lkml.kernel.org/n/tip-n57139ic0v9uffx8wdqi3d8a@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/arch/s390/include/uapi/asm/perf_regs.h [new file with mode: 0644]
tools/perf/arch/s390/include/perf_regs.h
tools/perf/check-headers.sh