Commit-ID: 3ce97513f960b62fc9b2eee892162e225cd0f3a8 Gitweb: http://git.kernel.org/tip/3ce97513f960b62fc9b2eee892162e225cd0f3a8 Author: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> AuthorDate: Mon, 31 Jul 2017 16:45:32 -0300 Committer: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> CommitDate: Tue, 1 Aug 2017 13:02:51 -0300 tools include uapi: Grab a copy of linux/kvm.h We will use it to generate tables for beautifying ioctl's 'cmd' arg. Cc: Adrian Hunter <adrian.hunter@xxxxxxxxx> Cc: David Ahern <dsahern@xxxxxxxxx> Cc: Jiri Olsa <jolsa@xxxxxxxxxx> Cc: Namhyung Kim <namhyung@xxxxxxxxxx> Cc: Wang Nan <wangnan0@xxxxxxxxxx> Link: http://lkml.kernel.org/n/tip-nxwpq34hu6te1m2ra5m7o8n9@xxxxxxxxxxxxxx Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> --- {include => tools/include}/uapi/linux/kvm.h | 0 tools/perf/MANIFEST | 1 + tools/perf/check-headers.sh | 1 + 3 files changed, 2 insertions(+) diff --git a/include/uapi/linux/kvm.h b/tools/include/uapi/linux/kvm.h similarity index 100% copy from include/uapi/linux/kvm.h copy to tools/include/uapi/linux/kvm.h diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index 35a33ad..513f52a 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST @@ -80,6 +80,7 @@ tools/include/uapi/linux/bpf.h tools/include/uapi/linux/bpf_common.h tools/include/uapi/linux/fcntl.h tools/include/uapi/linux/hw_breakpoint.h +tools/include/uapi/linux/kvm.h tools/include/uapi/linux/mman.h tools/include/uapi/linux/perf_event.h tools/include/uapi/linux/sched.h diff --git a/tools/perf/check-headers.sh b/tools/perf/check-headers.sh index 1e07c9b..1f00950 100755 --- a/tools/perf/check-headers.sh +++ b/tools/perf/check-headers.sh @@ -4,6 +4,7 @@ HEADERS=' include/uapi/drm/drm.h 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/sched.h include/uapi/linux/stat.h -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |