From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933554AbcAKOMe (ORCPT ); Mon, 11 Jan 2016 09:12:34 -0500 Received: from mail.kernel.org ([198.145.29.136]:44062 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933187AbcAKOMc (ORCPT ); Mon, 11 Jan 2016 09:12:32 -0500 Date: Mon, 11 Jan 2016 11:12:28 -0300 From: Arnaldo Carvalho de Melo To: "Wangnan (F)" Cc: Jiri Olsa , jolsa@kernel.org, namhyung@kernel.or, lizefan@huawei.com, pi3orama@163.com, linux-kernel@vger.kernel.org, Namhyung Kim Subject: Re: [PATCH] perf tools: Add missing sources in perf's MANIFEST Message-ID: <20160111141228.GB18367@kernel.org> References: <1452263041-225488-1-git-send-email-wangnan0@huawei.com> <1452263041-225488-3-git-send-email-wangnan0@huawei.com> <20160111094305.GF15415@krava.brq.redhat.com> <569379E2.9080106@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <569379E2.9080106@huawei.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, Jan 11, 2016 at 05:46:10PM +0800, Wangnan (F) escreveu: > On 2016/1/11 17:43, Jiri Olsa wrote: > >On Fri, Jan 08, 2016 at 02:23:57PM +0000, Wang Nan wrote: > >>These losted headers are found in arm64 cross building: > >>failed to build perf using tarball generated using > >> > >> $ make perf-targz-src-pkg > >> > >>Signed-off-by: Wang Nan > >>Cc: Arnaldo Carvalho de Melo > >>Cc: Jiri Olsa > >>Cc: Namhyung Kim > >>--- > >> tools/perf/MANIFEST | 2 ++ > >> 1 file changed, 2 insertions(+) > >> > >>diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST > >>index ce3932e..c0053af 100644 > >>--- a/tools/perf/MANIFEST > >>+++ b/tools/perf/MANIFEST > >>@@ -1,6 +1,7 @@ > >> tools/perf > >> tools/arch/alpha/include/asm/barrier.h > >> tools/arch/arm/include/asm/barrier.h > >>+tools/arch/arm64/include/asm/barrier.h > >> tools/arch/ia64/include/asm/barrier.h > >> tools/arch/mips/include/asm/barrier.h > >> tools/arch/powerpc/include/asm/barrier.h > >>@@ -30,6 +31,7 @@ tools/lib/util/find_next_bit.c > >> tools/include/asm/atomic.h > >> tools/include/asm/barrier.h > >> tools/include/asm/bug.h > >>+tools/include/asm-generic/atomic-gcc.h > >> tools/include/asm-generic/barrier.h > >> tools/include/asm-generic/bitops/arch_hweight.h > >> tools/include/asm-generic/bitops/atomic.h > >tarpkg test just failed for me due to missing bitmap sources > >I needed to add.. seems related to: > > 915b0882c310 tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/ > I also saw this: > http://lkml.kernel.org/g/56931E12.8030506@huawei.com > tarpkg works for me when I posted this patchset at Friday, but > fail after I return back today... Right, my turn, we all make mistakes ;-\ Anyway, I'm looking at git commit hooks to try and get this checked automatically for future renames or when new files gets added that are not listed in the MANIFEST file... Thank you guys for spotting this! :-) - Arnaldo