From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933678AbbIVN3V (ORCPT ); Tue, 22 Sep 2015 09:29:21 -0400 Received: from mail.kernel.org ([198.145.29.136]:35396 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933644AbbIVN3Q (ORCPT ); Tue, 22 Sep 2015 09:29:16 -0400 Date: Tue, 22 Sep 2015 10:29:11 -0300 From: Arnaldo Carvalho de Melo To: Wang Nan Cc: linux-kernel@vger.kernel.org, lizefan@huawei.com, pi3orama@163.com, Jiri Olsa , Raphael Beamonte , David Ahern , Matt Fleming , Namhyung Kim , Peter Zijlstra Subject: Re: [PATCH] perf: Fix perf-targz-src-pkg building failure Message-ID: <20150922132911.GC10097@kernel.org> References: <1442907177-41859-1-git-send-email-wangnan0@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442907177-41859-1-git-send-email-wangnan0@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 Tue, Sep 22, 2015 at 07:32:57AM +0000, Wang Nan escreveu: > Commit 01ca9fd41d6f2ad796a6b109b5253e06b6ae6dc7 ("tools: Add err.h with > ERR_PTR PTR_ERR interface") introduces 'linux/err.h', but forgot to insert > it into MANIFEST, which causes failure when calling tests/perf-targz-src-pkg > to create tarball and building. > >> This patch add it into MANIFEST. Jiri fixed this already, its in my perf/ebpf branch, that will all but the last patch become perf/core today: https://git.kernel.org/cgit/linux/kernel/git/acme/linux.git/commit/?h=perf/ebpf&id=3562977f1c70d0adf60fcb5ad73529fb067944ec https://git.kernel.org/cgit/linux/kernel/git/acme/linux.git/log/?h=perf/ebpf Thanks anyway! - Arnaldo > Signed-off-by: Wang Nan > Cc: Jiri Olsa > Cc: Arnaldo Carvalho de Melo > Cc: Raphael Beamonte > Cc: David Ahern > Cc: Matt Fleming > Cc: Namhyung Kim > Cc: Peter Zijlstra > --- > tools/perf/MANIFEST | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST > index 14e8b98..6581782 100644 > --- a/tools/perf/MANIFEST > +++ b/tools/perf/MANIFEST > @@ -42,6 +42,7 @@ tools/include/asm-generic/bitops.h > tools/include/linux/atomic.h > tools/include/linux/bitops.h > tools/include/linux/compiler.h > +tools/include/linux/err.h > tools/include/linux/filter.h > tools/include/linux/hash.h > tools/include/linux/kernel.h > -- > 1.8.3.4