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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 07 Oct 2013 09:35:55 -0600
From:	David Ahern <dsahern@...il.com>
To:	Ingo Molnar <mingo@...nel.org>
CC:	linux-kernel@...r.kernel.org,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Arnaldo Carvalho de Melo <acme@...hat.com>,
	Namhyung Kim <namhyung@...nel.org>,
	Jiri Olsa <jolsa@...hat.com>
Subject: Re: [RFC PATCH 00/50] tools/perf: Speed up the build system

On 10/7/13 8:11 AM, Ingo Molnar wrote:
> These changes are not yet committed into any stable Git tree - I've pushed
> them out into:
>
>     git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.perf
>
> (it might take a few minutes for kernel.org to sync up.)

Tested on Fedora 12, 14, 16 with varying degrees of feature support 
installed. The tests that failed are all static builds with the command 
line:

make O=/tmp/junk -C tools/perf LDFLAGS=-static NO_DWARF=1

Passing LDFLAGS to the feature tests should handle that.

I also noticed that the dwarf test is still run even with the NO_DWARF 
option passed in:

[daahern@...s-vdc-dev1 perf]$ make O=/tmp/junk LDFLAGS=-static 
NO_DWARF=1 -j 4
     BUILD: Doing 'make -j16' parallel build

Auto-detecting system features:

...                     backtrace: [ on  ]
...                         dwarf: [ on  ]
...                fortify-source: [ on  ]

Note the dwarf test shows 'on'.

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ