[GIT PULL 0/3] perf/urgent fixes

From: Arnaldo Carvalho de Melo
Date: Wed Mar 14 2012 - 12:59:10 EST


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

----------------------------------------------------------------
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/