From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932569AbdKCOUk (ORCPT ); Fri, 3 Nov 2017 10:20:40 -0400 Received: from terminus.zytor.com ([65.50.211.136]:49093 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751856AbdKCOUi (ORCPT ); Fri, 3 Nov 2017 10:20:38 -0400 Date: Fri, 3 Nov 2017 07:18:14 -0700 From: tip-bot for Arnaldo Carvalho de Melo Message-ID: Cc: namhyung@kernel.org, linux-kernel@vger.kernel.org, jolsa@kernel.org, mingo@kernel.org, tglx@linutronix.de, adrian.hunter@intel.com, dsahern@gmail.com, luto@kernel.org, wangnan0@huawei.com, hpa@zytor.com, acme@redhat.com Reply-To: acme@redhat.com, hpa@zytor.com, dsahern@gmail.com, adrian.hunter@intel.com, tglx@linutronix.de, wangnan0@huawei.com, luto@kernel.org, linux-kernel@vger.kernel.org, jolsa@kernel.org, mingo@kernel.org, namhyung@kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] tools include uapi: Grab a copy of linux/prctl.h Git-Commit-ID: 433727948904301b01f1d5ebf39893c96cd4bab7 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: 433727948904301b01f1d5ebf39893c96cd4bab7 Gitweb: https://git.kernel.org/tip/433727948904301b01f1d5ebf39893c96cd4bab7 Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 26 Oct 2017 14:41:01 -0300 Committer: Arnaldo Carvalho de Melo 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 Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Link: http://lkml.kernel.org/n/tip-cg8mpmz4hk9nfih685emnbk9@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- {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