From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753372AbdHJQfN (ORCPT ); Thu, 10 Aug 2017 12:35:13 -0400 Received: from terminus.zytor.com ([65.50.211.136]:54033 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753169AbdHJQfJ (ORCPT ); Thu, 10 Aug 2017 12:35:09 -0400 Date: Thu, 10 Aug 2017 09:32:52 -0700 From: tip-bot for Arnaldo Carvalho de Melo Message-ID: Cc: adrian.hunter@intel.com, wangnan0@huawei.com, mingo@kernel.org, acme@redhat.com, hpa@zytor.com, dsahern@gmail.com, jolsa@kernel.org, namhyung@kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de Reply-To: adrian.hunter@intel.com, wangnan0@huawei.com, mingo@kernel.org, acme@redhat.com, hpa@zytor.com, jolsa@kernel.org, namhyung@kernel.org, dsahern@gmail.com, linux-kernel@vger.kernel.org, tglx@linutronix.de To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] tools include uapi: Grab a copy of linux/kvm.h Git-Commit-ID: 3ce97513f960b62fc9b2eee892162e225cd0f3a8 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 3ce97513f960b62fc9b2eee892162e225cd0f3a8 Gitweb: http://git.kernel.org/tip/3ce97513f960b62fc9b2eee892162e225cd0f3a8 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 31 Jul 2017 16:45:32 -0300 Committer: Arnaldo Carvalho de Melo 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 Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Link: http://lkml.kernel.org/n/tip-nxwpq34hu6te1m2ra5m7o8n9@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- {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