linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/3] perf/urgent fixes
@ 2012-03-14 16:58 Arnaldo Carvalho de Melo
  2012-03-14 16:58 ` [PATCH 1/3] perf tools: Incorrect use of snprintf results in SEGV Arnaldo Carvalho de Melo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Arnaldo Carvalho de Melo @ 2012-03-14 16:58 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: linux-kernel, Arnaldo Carvalho de Melo, Anton Blanchard,
	David Ahern, Eric B Munson, Frederic Weisbecker, Mike Galbraith,
	Paul Mackerras, Peter Zijlstra, stable, Stephane Eranian,
	Yanmin Zhang, arnaldo.melo, Arnaldo Carvalho de Melo

Hi Ingo,

	Please consider pulling,

- Arnaldo

The following changes since commit 8aa8a7c80ccdfac2df5ee48a51a4a7bee2143d4f:

  perf record: Fix buffer overrun bug in tracepoint_id_to_path() (2012-03-13 17:01:28 +0100)

are available in the git repository at:

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

for you to fetch changes up to eae7a755ee81129370c8f555b0d5672e6673735d:

  perf tools, x86: Build perf on older user-space as well (2012-03-14 12:42:34 -0300)

----------------------------------------------------------------
Some corner cases fixes.

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

----------------------------------------------------------------
Anton Blanchard (1):
      perf tools: Incorrect use of snprintf results in SEGV

Arnaldo Carvalho de Melo (1):
      perf tools: Use scnprintf where applicable

Ingo Molnar (1):
      perf tools, x86: Build perf on older user-space as well

 tools/perf/Makefile                     |    2 ++
 tools/perf/arch/powerpc/util/header.c   |    2 +-
 tools/perf/arch/x86/util/header.c       |    2 +-
 tools/perf/perf.h                       |    6 ++++++
 tools/perf/util/color.c                 |    9 +++++----
 tools/perf/util/header.c                |    4 ++--
 tools/perf/util/hist.c                  |   30 +++++++++++++++---------------
 tools/perf/util/include/asm/unistd_32.h |    1 +
 tools/perf/util/include/asm/unistd_64.h |    1 +
 tools/perf/util/sort.c                  |    3 +++
 tools/perf/util/strbuf.c                |    7 ++++---
 tools/perf/util/ui/browsers/hists.c     |   12 ++++++------
 tools/perf/util/ui/helpline.c           |    2 +-
 13 files changed, 48 insertions(+), 33 deletions(-)
 create mode 100644 tools/perf/util/include/asm/unistd_32.h
 create mode 100644 tools/perf/util/include/asm/unistd_64.h

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-14 17:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-14 16:58 [GIT PULL 0/3] perf/urgent fixes Arnaldo Carvalho de Melo
2012-03-14 16:58 ` [PATCH 1/3] perf tools: Incorrect use of snprintf results in SEGV Arnaldo Carvalho de Melo
2012-03-14 16:58 ` [PATCH 2/3] perf tools: Use scnprintf where applicable Arnaldo Carvalho de Melo
2012-03-14 16:58 ` [PATCH 3/3] perf tools, x86: Build perf on older user-space as well Arnaldo Carvalho de Melo
2012-03-14 17:50 ` [GIT PULL 0/3] perf/urgent fixes Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).