From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934793AbcALKIS (ORCPT ); Tue, 12 Jan 2016 05:08:18 -0500 Received: from terminus.zytor.com ([198.137.202.10]:56475 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934701AbcALKIO (ORCPT ); Tue, 12 Jan 2016 05:08:14 -0500 Date: Tue, 12 Jan 2016 02:07:56 -0800 From: tip-bot for Jiri Olsa Message-ID: Cc: linux-kernel@vger.kernel.org, a.p.zijlstra@chello.nl, jolsa@redhat.com, jolsa@kernel.org, tglx@linutronix.de, acme@redhat.com, mingo@kernel.org, dsahern@gmail.com, hpa@zytor.com, wangnan0@huawei.com, namhyung@kernel.org Reply-To: jolsa@redhat.com, linux-kernel@vger.kernel.org, a.p.zijlstra@chello.nl, mingo@kernel.org, hpa@zytor.com, dsahern@gmail.com, wangnan0@huawei.com, namhyung@kernel.org, jolsa@kernel.org, tglx@linutronix.de, acme@redhat.com In-Reply-To: <1452509693-13452-5-git-send-email-jolsa@kernel.org> References: <1452509693-13452-5-git-send-email-jolsa@kernel.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/urgent] perf tools: Add missing sources to perf' s MANIFEST Git-Commit-ID: 3238ba01c235e3e9e12fc7bc6ac3f7d513e26a31 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: 3238ba01c235e3e9e12fc7bc6ac3f7d513e26a31 Gitweb: http://git.kernel.org/tip/3238ba01c235e3e9e12fc7bc6ac3f7d513e26a31 Author: Jiri Olsa AuthorDate: Mon, 11 Jan 2016 11:54:51 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 11 Jan 2016 12:09:25 -0300 perf tools: Add missing sources to perf's MANIFEST Adding missing bitmap.[ch] sources to the MANIFEST file. Fixes building 'make perf-*-src-pkg' generated tarballs. Reported-by: Wang Nan Signed-off-by: Jiri Olsa Cc: David Ahern Cc: Namhyung Kim Cc: Peter Zijlstra Fixes: 915b0882c310 ("tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/") Link: http://lkml.kernel.org/r/1452509693-13452-5-git-send-email-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/MANIFEST | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index ddf922f..2e1fa23 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST @@ -28,6 +28,7 @@ tools/lib/string.c tools/lib/symbol/kallsyms.c tools/lib/symbol/kallsyms.h tools/lib/find_bit.c +tools/lib/bitmap.c tools/include/asm/atomic.h tools/include/asm/barrier.h tools/include/asm/bug.h @@ -57,6 +58,7 @@ tools/include/linux/rbtree_augmented.h tools/include/linux/string.h tools/include/linux/types.h tools/include/linux/err.h +tools/include/linux/bitmap.h include/asm-generic/bitops/arch_hweight.h include/asm-generic/bitops/const_hweight.h include/asm-generic/bitops/fls64.h