All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Wang Nan <wangnan0@huawei.com>
Cc: linux-kernel@vger.kernel.org, lizefan@huawei.com,
	pi3orama@163.com, Jiri Olsa <jolsa@kernel.org>,
	Raphael Beamonte <raphael.beamonte@gmail.com>,
	David Ahern <dsahern@gmail.com>,
	Matt Fleming <matt@codeblueprint.co.uk>,
	Namhyung Kim <namhyung@kernel.org>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>
Subject: Re: [PATCH] perf: Fix perf-targz-src-pkg building failure
Date: Tue, 22 Sep 2015 10:29:11 -0300	[thread overview]
Message-ID: <20150922132911.GC10097@kernel.org> (raw)
In-Reply-To: <1442907177-41859-1-git-send-email-wangnan0@huawei.com>

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 <wangnan0@huawei.com>
> Cc: Jiri Olsa <jolsa@kernel.org>
> Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
> Cc: Raphael Beamonte <raphael.beamonte@gmail.com>
> Cc: David Ahern <dsahern@gmail.com>
> Cc: Matt Fleming <matt@codeblueprint.co.uk>
> Cc: Namhyung Kim <namhyung@kernel.org>
> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
> ---
>  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

      reply	other threads:[~2015-09-22 13:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-22  7:32 [PATCH] perf: Fix perf-targz-src-pkg building failure Wang Nan
2015-09-22 13:29 ` Arnaldo Carvalho de Melo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150922132911.GC10097@kernel.org \
    --to=acme@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=dsahern@gmail.com \
    --cc=jolsa@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizefan@huawei.com \
    --cc=matt@codeblueprint.co.uk \
    --cc=namhyung@kernel.org \
    --cc=pi3orama@163.com \
    --cc=raphael.beamonte@gmail.com \
    --cc=wangnan0@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.