[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1390336984-1553-1-git-send-email-acme@infradead.org>
Date:	Tue, 21 Jan 2014 17:42:56 -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@...stprotocols.net>,
	Adrian Hunter <adrian.hunter@...el.com>,
	Alan Cox <alan@...ux.intel.com>,
	Alan Cox <gnomes@...rguk.ukuu.org.uk>,
	Andi Kleen <andi@...stfloor.org>,
	Baruch Siach <baruch@...s.co.il>,
	David Ahern <dsahern@...il.com>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Gaurav Jain <gjain@...com>, Jiri Olsa <jolsa@...hat.com>,
	linux-xtensa@...ux-xtensa.org, Max Filippov <jcmvbkbc@...il.com>,
	Mike Galbraith <efault@....de>,
	Namhyung Kim <namhyung@...nel.org>,
	Namhyung Kim <namhyung.kim@....com>,
	Paul Mackerras <paulus@...ba.org>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Peter Zijlstra <peterz@...radead.org>,
	Stanislav Fomichev <stfomichev@...dex-team.ru>,
	Stephane Eranian <eranian@...gle.com>,
	Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL 0/8] perf/core fixes
From: Arnaldo Carvalho de Melo <acme@...stprotocols.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 <acme@...hat.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 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