Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1229955 > unrolled thread

[PATCH] perf: Fix perf-targz-src-pkg building failure

Started byWang Nan <wangnan0@huawei.com>
First post2015-09-22 09:50 +0200
Last post2015-09-22 15:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] perf: Fix perf-targz-src-pkg building failure Wang Nan <wangnan0@huawei.com> - 2015-09-22 09:50 +0200
    Re: [PATCH] perf: Fix perf-targz-src-pkg building failure Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-09-22 15:30 +0200

#1229955 — [PATCH] perf: Fix perf-targz-src-pkg building failure

FromWang Nan <wangnan0@huawei.com>
Date2015-09-22 09:50 +0200
Subject[PATCH] perf: Fix perf-targz-src-pkg building failure
Message-ID<qbquS-7mj-15@gated-at.bofh.it>
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.

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1230200

FromArnaldo Carvalho de Melo <acme@kernel.org>
Date2015-09-22 15:30 +0200
Message-ID<qbvNV-6Aq-57@gated-at.bofh.it>
In reply to#1229955
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web