From: Arnaldo Carvalho de Melo <a...@ghostprotocols.net> Hi Ingo,
Please consider pulling, - Arnaldo The following changes since commit 45e6af06367e7b2eb8dc49671092462d8f8a5f47: Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2014-01-19 13:09:01 +0100) 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 578c03c86fadcc6fd7319ddf41dd4d1d88aab77a: perf symbols: Fix JIT symbol resolution on heap (2014-01-21 10:56:05 -0300) ---------------------------------------------------------------- perf/core fixes: . Fix JIT symbol resolution on heap (Namhyung Kim) . Fix wrong SVG height in 'timechart' (Stanislav Fomichev) . Free temp cpu_map in perf_session__cpu_bitmap (Stanislav Fomichev) . Fix NULL pointer reference bug with event unit in 'stat' (Stephane Eranian) . Fix memory corruption of xyarray when cpumask is used (Stephane Eranian) . Ensure sscanf does not overrun the "mem" field (Alan Cox) . Add support for the xtensa architecture (Baruch Siach) Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com> ---------------------------------------------------------------- Alan Cox (1): perf tools: Ensure sscanf does not overrun the "mem" field Baruch Siach (1): perf tools: Add support for the xtensa architecture Namhyung Kim (1): perf symbols: Fix JIT symbol resolution on heap Stanislav Fomichev (2): perf timechart: Fix wrong SVG height perf session: Free cpu_map in perf_session__cpu_bitmap Stephane Eranian (3): perf stat: fix NULL pointer reference bug with event unit perf evsel: Remove duplicate member zeroing after free perf stat: Fix memory corruption of xyarray when cpumask is used tools/perf/builtin-timechart.c | 3 +++ tools/perf/perf.h | 7 +++++++ tools/perf/util/evlist.c | 7 +++++-- tools/perf/util/evsel.c | 1 - tools/perf/util/header.c | 2 +- tools/perf/util/map.c | 4 ++-- tools/perf/util/parse-events.c | 2 +- tools/perf/util/pmu.c | 24 ++++++++++++++++++++---- tools/perf/util/pmu.h | 2 +- tools/perf/util/session.c | 10 +++++++--- 10 files changed, 47 insertions(+), 15 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/