All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf: Update MANIFEST per files removed from kernel
@ 2015-06-05 17:42 David Ahern
  2015-06-11 19:18 ` David Ahern
  2015-06-12  8:52 ` [tip:perf/core] perf tools: " tip-bot for David Ahern
  0 siblings, 2 replies; 4+ messages in thread
From: David Ahern @ 2015-06-05 17:42 UTC (permalink / raw)
  To: acme, linux-kernel; +Cc: David Ahern

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 <david.ahern@oracle.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] perf: Update MANIFEST per files removed from kernel
  2015-06-05 17:42 [PATCH] perf: Update MANIFEST per files removed from kernel David Ahern
@ 2015-06-11 19:18 ` David Ahern
  2015-06-11 19:51   ` Arnaldo Carvalho de Melo
  2015-06-12  8:52 ` [tip:perf/core] perf tools: " tip-bot for David Ahern
  1 sibling, 1 reply; 4+ messages in thread
From: David Ahern @ 2015-06-11 19:18 UTC (permalink / raw)
  To: acme, linux-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 <david.ahern@oracle.com>
> ---
>   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
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] perf: Update MANIFEST per files removed from kernel
  2015-06-11 19:18 ` David Ahern
@ 2015-06-11 19:51   ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; 4+ messages in thread
From: Arnaldo Carvalho de Melo @ 2015-06-11 19:51 UTC (permalink / raw)
  To: David Ahern; +Cc: linux-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 <david.ahern@oracle.com>
> >---
> >  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
> >

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [tip:perf/core] perf tools: Update MANIFEST per files removed from kernel
  2015-06-05 17:42 [PATCH] perf: Update MANIFEST per files removed from kernel David Ahern
  2015-06-11 19:18 ` David Ahern
@ 2015-06-12  8:52 ` tip-bot for David Ahern
  1 sibling, 0 replies; 4+ messages in thread
From: tip-bot for David Ahern @ 2015-06-12  8:52 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: acme, mingo, linux-kernel, david.ahern, tglx, hpa

Commit-ID:  c8ad7063626406181a7ebab10cb31b4f741b13d4
Gitweb:     http://git.kernel.org/tip/c8ad7063626406181a7ebab10cb31b4f741b13d4
Author:     David Ahern <david.ahern@oracle.com>
AuthorDate: Fri, 5 Jun 2015 13:42:53 -0400
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
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 <david.ahern@oracle.com>
Link: http://lkml.kernel.org/r/1433526173-172332-1-git-send-email-david.ahern@oracle.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-12  8:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-05 17:42 [PATCH] perf: Update MANIFEST per files removed from kernel David Ahern
2015-06-11 19:18 ` David Ahern
2015-06-11 19:51   ` Arnaldo Carvalho de Melo
2015-06-12  8:52 ` [tip:perf/core] perf tools: " tip-bot for David Ahern

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.