2015-06-05 17:43:08

by David Ahern

[permalink] [raw]
Subject: [PATCH] perf: Update MANIFEST per files removed from kernel

Building perf out of kernel tree is currently broken because the
MANIFEST file refers to kernel files that have been removed. With
this patch make perf-targz-src-pkg succeeds as does building perf
using the generated tarfile.

Signed-off-by: David Ahern <[email protected]>
---
tools/perf/MANIFEST | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST
index 11ccbb2..13d0458 100644
--- a/tools/perf/MANIFEST
+++ b/tools/perf/MANIFEST
@@ -28,24 +28,20 @@ include/asm-generic/bitops/const_hweight.h
include/asm-generic/bitops/fls64.h
include/asm-generic/bitops/__fls.h
include/asm-generic/bitops/fls.h
-include/linux/const.h
include/linux/perf_event.h
include/linux/rbtree.h
include/linux/list.h
include/linux/hash.h
include/linux/stringify.h
-lib/find_next_bit.c
lib/hweight.c
lib/rbtree.c
include/linux/swab.h
arch/*/include/asm/unistd*.h
-arch/*/include/asm/perf_regs.h
arch/*/include/uapi/asm/unistd*.h
arch/*/include/uapi/asm/perf_regs.h
arch/*/lib/memcpy*.S
arch/*/lib/memset*.S
include/linux/poison.h
-include/linux/magic.h
include/linux/hw_breakpoint.h
include/linux/rbtree_augmented.h
include/uapi/linux/perf_event.h
--
1.7.1


2015-06-11 19:18:17

by David Ahern

[permalink] [raw]
Subject: Re: [PATCH] perf: Update MANIFEST per files removed from kernel

ping

On 6/5/15 11:42 AM, David Ahern wrote:
> Building perf out of kernel tree is currently broken because the
> MANIFEST file refers to kernel files that have been removed. With
> this patch make perf-targz-src-pkg succeeds as does building perf
> using the generated tarfile.
>
> Signed-off-by: David Ahern <[email protected]>
> ---
> tools/perf/MANIFEST | 4 ----
> 1 files changed, 0 insertions(+), 4 deletions(-)
>
> diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST
> index 11ccbb2..13d0458 100644
> --- a/tools/perf/MANIFEST
> +++ b/tools/perf/MANIFEST
> @@ -28,24 +28,20 @@ include/asm-generic/bitops/const_hweight.h
> include/asm-generic/bitops/fls64.h
> include/asm-generic/bitops/__fls.h
> include/asm-generic/bitops/fls.h
> -include/linux/const.h
> include/linux/perf_event.h
> include/linux/rbtree.h
> include/linux/list.h
> include/linux/hash.h
> include/linux/stringify.h
> -lib/find_next_bit.c
> lib/hweight.c
> lib/rbtree.c
> include/linux/swab.h
> arch/*/include/asm/unistd*.h
> -arch/*/include/asm/perf_regs.h
> arch/*/include/uapi/asm/unistd*.h
> arch/*/include/uapi/asm/perf_regs.h
> arch/*/lib/memcpy*.S
> arch/*/lib/memset*.S
> include/linux/poison.h
> -include/linux/magic.h
> include/linux/hw_breakpoint.h
> include/linux/rbtree_augmented.h
> include/uapi/linux/perf_event.h
>

2015-06-11 19:52:05

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: Re: [PATCH] perf: Update MANIFEST per files removed from kernel

Em Thu, Jun 11, 2015 at 01:18:12PM -0600, David Ahern escreveu:
> ping

Sorry, will pick this one

> On 6/5/15 11:42 AM, David Ahern wrote:
> >Building perf out of kernel tree is currently broken because the
> >MANIFEST file refers to kernel files that have been removed. With
> >this patch make perf-targz-src-pkg succeeds as does building perf
> >using the generated tarfile.
> >
> >Signed-off-by: David Ahern <[email protected]>
> >---
> > tools/perf/MANIFEST | 4 ----
> > 1 files changed, 0 insertions(+), 4 deletions(-)
> >
> >diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST
> >index 11ccbb2..13d0458 100644
> >--- a/tools/perf/MANIFEST
> >+++ b/tools/perf/MANIFEST
> >@@ -28,24 +28,20 @@ include/asm-generic/bitops/const_hweight.h
> > include/asm-generic/bitops/fls64.h
> > include/asm-generic/bitops/__fls.h
> > include/asm-generic/bitops/fls.h
> >-include/linux/const.h
> > include/linux/perf_event.h
> > include/linux/rbtree.h
> > include/linux/list.h
> > include/linux/hash.h
> > include/linux/stringify.h
> >-lib/find_next_bit.c
> > lib/hweight.c
> > lib/rbtree.c
> > include/linux/swab.h
> > arch/*/include/asm/unistd*.h
> >-arch/*/include/asm/perf_regs.h
> > arch/*/include/uapi/asm/unistd*.h
> > arch/*/include/uapi/asm/perf_regs.h
> > arch/*/lib/memcpy*.S
> > arch/*/lib/memset*.S
> > include/linux/poison.h
> >-include/linux/magic.h
> > include/linux/hw_breakpoint.h
> > include/linux/rbtree_augmented.h
> > include/uapi/linux/perf_event.h
> >

Subject: [tip:perf/core] perf tools: Update MANIFEST per files removed from kernel

Commit-ID: c8ad7063626406181a7ebab10cb31b4f741b13d4
Gitweb: http://git.kernel.org/tip/c8ad7063626406181a7ebab10cb31b4f741b13d4
Author: David Ahern <[email protected]>
AuthorDate: Fri, 5 Jun 2015 13:42:53 -0400
Committer: Arnaldo Carvalho de Melo <[email protected]>
CommitDate: Thu, 11 Jun 2015 22:54:23 -0300

perf tools: Update MANIFEST per files removed from kernel

Building perf out of kernel tree is currently broken because the
MANIFEST file refers to kernel files that have been removed. With this
patch make perf-targz-src-pkg succeeds as does building perf using the
generated tarfile.

Signed-off-by: David Ahern <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
---
tools/perf/MANIFEST | 4 ----
1 file changed, 4 deletions(-)

diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST
index a0bdd61..fe50a1b 100644
--- a/tools/perf/MANIFEST
+++ b/tools/perf/MANIFEST
@@ -50,24 +50,20 @@ include/asm-generic/bitops/const_hweight.h
include/asm-generic/bitops/fls64.h
include/asm-generic/bitops/__fls.h
include/asm-generic/bitops/fls.h
-include/linux/const.h
include/linux/perf_event.h
include/linux/rbtree.h
include/linux/list.h
include/linux/hash.h
include/linux/stringify.h
-lib/find_next_bit.c
lib/hweight.c
lib/rbtree.c
include/linux/swab.h
arch/*/include/asm/unistd*.h
-arch/*/include/asm/perf_regs.h
arch/*/include/uapi/asm/unistd*.h
arch/*/include/uapi/asm/perf_regs.h
arch/*/lib/memcpy*.S
arch/*/lib/memset*.S
include/linux/poison.h
-include/linux/magic.h
include/linux/hw_breakpoint.h
include/linux/rbtree_augmented.h
include/uapi/linux/perf_event.h