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:	Fri, 23 Sep 2011 14:03:34 -0700
From:	Linus Torvalds <torvalds@...ux-foundation.org>
To:	Arnaldo Carvalho de Melo <acme@...radead.org>
Cc:	linux-kernel@...r.kernel.org, Anton Blanchard <anton@...ba.org>,
	Arnaldo Carvalho de Melo <acme@...hat.com>,
	Darren Hart <dvhart@...ux.intel.com>,
	David Ahern <dsahern@...il.com>,
	"David S . Miller" <davem@...emloft.net>,
	Eric B Munson <emunson@...bm.net>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Ian Munsie <imunsie@....ibm.com>, Ingo Molnar <mingo@...e.hu>,
	Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>,
	Mike Galbraith <efault@....de>,
	Paul Mackerras <paulus@...ba.org>,
	Pekka Enberg <penberg@...helsinki.fi>,
	Peter Zijlstra <peterz@...radead.org>,
	Robert Richter <robert.richter@....com>,
	Stephane Eranian <eranian@...gle.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	yrl.pp-manager.tt@...achi.com, arnaldo.melo@...il.com
Subject: Re: [GIT PULL 00/12] perf tools fixes

On Fri, Sep 23, 2011 at 1:26 PM, Arnaldo Carvalho de Melo
<acme@...radead.org> wrote:
>
>        Please consider pulling from:
>
>  git://github.com/acmel/linux.git perf-tools-for-linus

Grr. I just did, and then (stupidly) pushed out after checking that my
kernel compile was fine.

But it obviously doesn't affect the kernel compile. It *does* affect
the perf tool compile, and util/python.c no longer compiles because
the byte-swap flag isn't passed to it. So we get

  util/python.c: In function ‘pyrf_evlist__read_on_cpu’:
  util/python.c:806:13: error: too few arguments to function
‘perf_event__parse_sample’
  util/event.h:187:5: note: declared here
  error: command 'gcc' failed with exit status 1

because apparently whoever did that used the new WERROR=0 while doing so.

Grr. So now that totally broken pull got pushed out.

                   Linus
--
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