public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [tip:perf/core] tools include asm-generic: Grab errno.h and errno-base.h
@ 2018-01-24 11:24 tip-bot for Hendrik Brueckner
  0 siblings, 0 replies; only message in thread
From: tip-bot for Hendrik Brueckner @ 2018-01-24 11:24 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: jolsa, acme, mingo, hpa, brueckner, tglx, linux-kernel, tmricht,
	mpetlan

Commit-ID:  28b8f954003e59dbf0b56be6df0d81f83e64f36b
Gitweb:     https://git.kernel.org/tip/28b8f954003e59dbf0b56be6df0d81f83e64f36b
Author:     Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
AuthorDate: Fri, 19 Jan 2018 09:56:14 +0100
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Tue, 23 Jan 2018 09:51:37 -0300

tools include asm-generic: Grab errno.h and errno-base.h

This is a pre-req to generate an architecture specific mapping of errno
numbers to their names.  This errno mapping can be used by perf trace to
support cross-architecture trace reports and to get rid of the
audit-libs dependency.

Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Reviewed-by: Thomas Richter <tmricht@linux.vnet.ibm.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: linux-s390@vger.kernel.org
LPU-Reference: 1516352177-11106-3-git-send-email-brueckner@linux.vnet.ibm.com
Link: https://lkml.kernel.org/n/tip-q13ystrw4sjz4wyvd3654cnm@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 {include => tools/include}/uapi/asm-generic/errno-base.h | 0
 {include => tools/include}/uapi/asm-generic/errno.h      | 0
 tools/perf/check-headers.sh                              | 2 ++
 3 files changed, 2 insertions(+)

diff --git a/include/uapi/asm-generic/errno-base.h b/tools/include/uapi/asm-generic/errno-base.h
similarity index 100%
copy from include/uapi/asm-generic/errno-base.h
copy to tools/include/uapi/asm-generic/errno-base.h
diff --git a/include/uapi/asm-generic/errno.h b/tools/include/uapi/asm-generic/errno.h
similarity index 100%
copy from include/uapi/asm-generic/errno.h
copy to tools/include/uapi/asm-generic/errno.h
diff --git a/tools/perf/check-headers.sh b/tools/perf/check-headers.sh
index 83a65d3..51abdb0 100755
--- a/tools/perf/check-headers.sh
+++ b/tools/perf/check-headers.sh
@@ -49,6 +49,8 @@ include/asm-generic/bitops/__fls.h
 include/asm-generic/bitops/fls.h
 include/asm-generic/bitops/fls64.h
 include/linux/coresight-pmu.h
+include/uapi/asm-generic/errno.h
+include/uapi/asm-generic/errno-base.h
 include/uapi/asm-generic/ioctls.h
 include/uapi/asm-generic/mman-common.h
 '

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-24 11:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-24 11:24 [tip:perf/core] tools include asm-generic: Grab errno.h and errno-base.h tip-bot for Hendrik Brueckner

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