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:	Mon,  2 Jul 2012 17:18:38 -0300
From:	Arnaldo Carvalho de Melo <acme@...radead.org>
To:	Ingo Molnar <mingo@...nel.org>
Cc:	linux-kernel@...r.kernel.org,
	Arnaldo Carvalho de Melo <acme@...radead.org>,
	Arun Sharma <asharma@...com>,
	Benjamin Redelings <benjamin.redelings@...cent.org>,
	Corey Ashford <cjashfor@...ux.vnet.ibm.com>,
	Cyrill Gorcunov <gorcunov@...nvz.org>,
	David Ahern <dsahern@...il.com>,
	"Frank Ch. Eigler" <fche@...hat.com>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Hitoshi Mitake <h.mitake@...il.com>,
	Jiri Olsa <jolsa@...hat.com>, Jovi Zhang <bookjovi@...il.com>,
	Konstantin Stepanyuk <konstantin.stepanyuk@...il.com>,
	Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>,
	Namhyung Kim <namhyung@...nel.org>,
	Paul Mackerras <paulus@...ba.org>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Robert Richter <robert.richter@....com>,
	Stephane Eranian <eranian@...gle.com>,
	Steven Rostedt <rostedt@...dmis.org>,
	Tom Zanussi <tzanussi@...il.com>,
	Ulrich Drepper <drepper@...il.com>, arnaldo.melo@...il.com,
	Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL 00/13] perf/core fixes and improvements

Hi Ingo,

	Please consider pulling,

- Arnaldo

The following changes since commit add79461a2a7d964a00b4a2fdaf313c4cf9cf4ec:

  Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2012-06-29 15:11:26 +0200)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-core-for-mingo

for you to fetch changes up to 17d7a1123f0f6d532830152564cc812cc73db2f3:

  perf bench: Fix confused variable namings and descriptions in mem subsystem (2012-07-02 14:35:45 -0300)

----------------------------------------------------------------
perf/core improvements and fixes

. Fix libtraceevent 'clean' make target, from Namhyung Kim

. Teach ctags about libtraceevent error codes, from Namhyung Kim

. Fix libtraceevent dependency files usage, from Namhyung Kim

. Support hex number pretty printing in libtraceevent, fixing
  kvm output, from Namhyung Kim

. Kill some die() usage in libtraceevent, from Namhyung Kim

. Improve support for hw breakpoints parsing/pretty printing/testing,
  from Jiri Olsa

. Clarify perf bench option naming, from Hitoshi Mitake

. Look for ".note" ELF notes too, used in the kernel vdso, from Jiri Olsa

. Fix internal PMU list usage, removing leak, from Robert Richter

Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>

----------------------------------------------------------------
Hitoshi Mitake (1):
      perf bench: Fix confused variable namings and descriptions in mem subsystem

Jiri Olsa (4):
      perf tools: Fix hw breakpoint's type modifier parsing
      perf evsel: Handle hw breakpoints event names in perf_evsel__name()
      perf symbols: Add '.note' check into search for NOTE section
      perf tools: Adding round_up/round_down macros

Konstantin Stepanyuk (1):
      tools lib traceevent: Fix clean target in Makefile

Namhyung Kim (6):
      tools lib traceevent: Teach [ce]tags about libtraceeevent error codes
      tools lib traceevent: Make dependency files regeneratable
      tools lib traceevent: Check string is really printable
      tools lib traceevent: Use local variable 'field'
      tools lib traceevent: Add support for __print_hex()
      tools lib traceevent: Replace malloc_or_die to plain malloc in alloc_event()

Robert Richter (1):
      perf tools: Fix generation of pmu list

 tools/lib/traceevent/Makefile                      |   14 ++-
 tools/lib/traceevent/event-parse.c                 |  112 ++++++++++++++++++--
 tools/lib/traceevent/event-parse.h                 |    7 ++
 tools/perf/Documentation/perf-bench.txt            |    4 +-
 tools/perf/bench/mem-memcpy.c                      |   80 +++++++-------
 tools/perf/bench/mem-memset.c                      |   80 +++++++-------
 tools/perf/util/evsel.c                            |   30 ++++++
 tools/perf/util/include/linux/kernel.h             |   10 ++
 tools/perf/util/parse-events-test.c                |   47 ++++++++
 tools/perf/util/parse-events.c                     |   20 ++--
 tools/perf/util/parse-events.l                     |    2 +-
 tools/perf/util/pmu.c                              |    3 +-
 .../perf/util/scripting-engines/trace-event-perl.c |    4 +
 .../util/scripting-engines/trace-event-python.c    |    4 +
 tools/perf/util/symbol.c                           |   29 +++--
 15 files changed, 335 insertions(+), 111 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

Powered by Openwall GNU/*/Linux Powered by OpenVZ