From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751966AbcGMHXS (ORCPT ); Wed, 13 Jul 2016 03:23:18 -0400 Received: from terminus.zytor.com ([198.137.202.10]:41842 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752566AbcGMHW5 (ORCPT ); Wed, 13 Jul 2016 03:22:57 -0400 Date: Wed, 13 Jul 2016 00:22:42 -0700 From: tip-bot for Arnaldo Carvalho de Melo Message-ID: Cc: hpa@zytor.com, linux-kernel@vger.kernel.org, dsahern@gmail.com, adrian.hunter@intel.com, namhyung@kernel.org, jolsa@kernel.org, mingo@kernel.org, tglx@linutronix.de, wangnan0@huawei.com, acme@redhat.com Reply-To: acme@redhat.com, wangnan0@huawei.com, tglx@linutronix.de, mingo@kernel.org, jolsa@kernel.org, namhyung@kernel.org, adrian.hunter@intel.com, dsahern@gmail.com, linux-kernel@vger.kernel.org, hpa@zytor.com To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf tools: Add the tools/ stringify copy to the MANIFEST Git-Commit-ID: 1d4489d0ec141fe77eb79ce9bf9179d0342cb809 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: 1d4489d0ec141fe77eb79ce9bf9179d0342cb809 Gitweb: http://git.kernel.org/tip/1d4489d0ec141fe77eb79ce9bf9179d0342cb809 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 12 Jul 2016 11:31:39 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 12 Jul 2016 15:20:40 -0300 perf tools: Add the tools/ stringify copy to the MANIFEST So that we don't end up using the kernel one when building out of tree, via a detached tarball. Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Fixes: 737ef7d32cb4 ("tools include: Copy linux/stringify.h from the kernel") Link: http://lkml.kernel.org/n/tip-t8yn1d7y0magk889ymc8jlai@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/MANIFEST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index db7cfb4..923eda2 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST @@ -73,6 +73,7 @@ tools/include/linux/poison.h tools/include/linux/rbtree.h tools/include/linux/rbtree_augmented.h tools/include/linux/string.h +tools/include/linux/stringify.h tools/include/linux/types.h tools/include/linux/err.h tools/include/linux/bitmap.h @@ -83,7 +84,6 @@ include/asm-generic/bitops/__fls.h include/asm-generic/bitops/fls.h include/linux/list.h include/linux/hash.h -include/linux/stringify.h include/linux/swab.h arch/*/include/asm/unistd*.h arch/*/include/uapi/asm/unistd*.h