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-next>] [day] [month] [year] [list]
Date:	Sat, 22 Jan 2011 23:56:12 -0200
From:	Arnaldo Carvalho de Melo <acme@...radead.org>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	linux-kernel@...r.kernel.org,
	Arnaldo Carvalho de Melo <acme@...radead.org>,
	Arjan van de Ven <arjan@...radead.org>,
	Denis Kirjanov <dkirjanov@...nel.org>,
	Eric Dumazet <eric.dumazet@...il.com>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Ingo Molnar <mingo@...e.hu>, Mike Galbraith <efault@....de>,
	Paul Mackerras <paulus@...ba.org>,
	Peter Zijlstra <peterz@...radead.org>,
	Pingtian Han <phan@...hat.com>,
	Stephane Eranian <eranian@...gle.com>,
	Thomas Renninger <trenn@...e.de>,
	Tom Zanussi <tzanussi@...il.com>,
	Arnaldo Carvalho de Melo <acme@...stprotocols.net>
Subject: [GIT PULL 0/6] perf/urgent build fixes for some environments

Hi Ingo,

        Please consider pulling from:

git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/urgent

Regards,

- Arnaldo

Arnaldo Carvalho de Melo (5):
  perf test: Fix build on older glibcs
  perf tools: Fix 64 bit integer format strings
  perf tools: Add missing header, fixes build
  perf tools: Fix build when using gcc 3.4.6
  perf tools: Fix build by checking if extra warnings are supported

Thomas Renninger (1):
  perf tools: Fix time function double declaration with glibc

 tools/perf/Makefile                    |    9 +++++-
 tools/perf/builtin-annotate.c          |    6 ++--
 tools/perf/builtin-kmem.c              |    4 +-
 tools/perf/builtin-lock.c              |    6 ++--
 tools/perf/builtin-record.c            |    2 +-
 tools/perf/builtin-report.c            |    2 +-
 tools/perf/builtin-sched.c             |   20 +++++++-------
 tools/perf/builtin-script.c            |    6 ++--
 tools/perf/builtin-stat.c              |    4 +-
 tools/perf/builtin-test.c              |   47 +++++++++++++++++--------------
 tools/perf/builtin-top.c               |    9 +++---
 tools/perf/util/event.c                |    5 ++-
 tools/perf/util/header.c               |    4 +-
 tools/perf/util/hist.c                 |   17 ++++++-----
 tools/perf/util/include/linux/bitops.h |    1 +
 tools/perf/util/map.c                  |    3 +-
 tools/perf/util/parse-events.c         |    2 +-
 tools/perf/util/parse-events.h         |    2 +-
 tools/perf/util/probe-event.c          |    2 +-
 tools/perf/util/session.c              |   28 ++++++++++---------
 tools/perf/util/svghelper.c            |    9 +++---
 tools/perf/util/symbol.c               |    9 +++---
 tools/perf/util/types.h                |   10 ++++---
 tools/perf/util/ui/browsers/hists.c    |    2 +-
 tools/perf/util/ui/browsers/map.c      |    5 ++-
 tools/perf/util/values.c               |   10 +++---
 26 files changed, 123 insertions(+), 101 deletions(-)

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