[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-cg8mpmz4hk9nfih685emnbk9@git.kernel.org>
Date: Fri, 3 Nov 2017 07:18:14 -0700
From: tip-bot for Arnaldo Carvalho de Melo <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: namhyung@...nel.org, linux-kernel@...r.kernel.org,
jolsa@...nel.org, mingo@...nel.org, tglx@...utronix.de,
adrian.hunter@...el.com, dsahern@...il.com, luto@...nel.org,
wangnan0@...wei.com, hpa@...or.com, acme@...hat.com
Subject: [tip:perf/core] tools include uapi: Grab a copy of linux/prctl.h
Commit-ID: 433727948904301b01f1d5ebf39893c96cd4bab7
Gitweb: https://git.kernel.org/tip/433727948904301b01f1d5ebf39893c96cd4bab7
Author: Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Thu, 26 Oct 2017 14:41:01 -0300
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Fri, 27 Oct 2017 09:10:10 -0300
tools include uapi: Grab a copy of linux/prctl.h
We will use it to generate tables for beautifying prctl's 'option' arg
and some of the others eventually.
Cc: Andy Lutomirski <luto@...nel.org>
Cc: Adrian Hunter <adrian.hunter@...el.com>
Cc: David Ahern <dsahern@...il.com>
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Wang Nan <wangnan0@...wei.com>
Link: http://lkml.kernel.org/n/tip-cg8mpmz4hk9nfih685emnbk9@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
{include => tools/include}/uapi/linux/prctl.h | 0
tools/perf/check-headers.sh | 1 +
2 files changed, 1 insertion(+)
diff --git a/include/uapi/linux/prctl.h b/tools/include/uapi/linux/prctl.h
similarity index 100%
copy from include/uapi/linux/prctl.h
copy to tools/include/uapi/linux/prctl.h
diff --git a/tools/perf/check-headers.sh b/tools/perf/check-headers.sh
index 3226294..8d8b371 100755
--- a/tools/perf/check-headers.sh
+++ b/tools/perf/check-headers.sh
@@ -6,6 +6,7 @@ include/uapi/drm/i915_drm.h
include/uapi/linux/fcntl.h
include/uapi/linux/kvm.h
include/uapi/linux/perf_event.h
+include/uapi/linux/prctl.h
include/uapi/linux/sched.h
include/uapi/linux/stat.h
include/uapi/linux/vhost.h
Powered by blists - more mailing lists