lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160111094305.GF15415@krava.brq.redhat.com>
Date:	Mon, 11 Jan 2016 10:43:05 +0100
From:	Jiri Olsa <jolsa@...hat.com>
To:	Wang Nan <wangnan0@...wei.com>
Cc:	acme@...nel.org, jolsa@...nel.org, namhyung@...nel.or,
	lizefan@...wei.com, pi3orama@....com, linux-kernel@...r.kernel.org,
	Arnaldo Carvalho de Melo <acme@...hat.com>,
	Namhyung Kim <namhyung@...nel.org>
Subject: [PATCH] perf tools: Add missing sources in perf's MANIFEST

On Fri, Jan 08, 2016 at 02:23:57PM +0000, Wang Nan wrote:
> These losted headers are found in arm64 cross building:
> failed to build perf using tarball generated using
> 
>  $ make perf-targz-src-pkg
> 
> Signed-off-by: Wang Nan <wangnan0@...wei.com>
> Cc: Arnaldo Carvalho de Melo <acme@...hat.com>
> Cc: Jiri Olsa <jolsa@...nel.org>
> Cc: Namhyung Kim <namhyung@...nel.org>
> ---
>  tools/perf/MANIFEST | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST
> index ce3932e..c0053af 100644
> --- a/tools/perf/MANIFEST
> +++ b/tools/perf/MANIFEST
> @@ -1,6 +1,7 @@
>  tools/perf
>  tools/arch/alpha/include/asm/barrier.h
>  tools/arch/arm/include/asm/barrier.h
> +tools/arch/arm64/include/asm/barrier.h
>  tools/arch/ia64/include/asm/barrier.h
>  tools/arch/mips/include/asm/barrier.h
>  tools/arch/powerpc/include/asm/barrier.h
> @@ -30,6 +31,7 @@ tools/lib/util/find_next_bit.c
>  tools/include/asm/atomic.h
>  tools/include/asm/barrier.h
>  tools/include/asm/bug.h
> +tools/include/asm-generic/atomic-gcc.h
>  tools/include/asm-generic/barrier.h
>  tools/include/asm-generic/bitops/arch_hweight.h
>  tools/include/asm-generic/bitops/atomic.h

tarpkg test just failed for me due to missing bitmap sources
I needed to add.. seems related to:
  915b0882c310 tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/


thanks,
jirka


---
Adding missing bitmap.[ch] sources to the MINIFEST file.

Signed-off-by: Jiri Olsa <jolsa@...nel.org>
---
diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST
index ddf922f93aa1..2e1fa2357528 100644
--- a/tools/perf/MANIFEST
+++ b/tools/perf/MANIFEST
@@ -28,6 +28,7 @@ tools/lib/string.c
 tools/lib/symbol/kallsyms.c
 tools/lib/symbol/kallsyms.h
 tools/lib/find_bit.c
+tools/lib/bitmap.c
 tools/include/asm/atomic.h
 tools/include/asm/barrier.h
 tools/include/asm/bug.h
@@ -57,6 +58,7 @@ tools/include/linux/rbtree_augmented.h
 tools/include/linux/string.h
 tools/include/linux/types.h
 tools/include/linux/err.h
+tools/include/linux/bitmap.h
 include/asm-generic/bitops/arch_hweight.h
 include/asm-generic/bitops/const_hweight.h
 include/asm-generic/bitops/fls64.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ