Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753521AbaAWQpS (ORCPT ); Thu, 23 Jan 2014 11:45:18 -0500 Received: from mail-we0-f181.google.com ([74.125.82.181]:64080 "EHLO mail-we0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753077AbaAWQpN (ORCPT ); Thu, 23 Jan 2014 11:45:13 -0500 Date: Thu, 23 Jan 2014 17:45:09 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Alan Cox , Alan Cox , Andi Kleen , Baruch Siach , David Ahern , Frederic Weisbecker , Gaurav Jain , Jiri Olsa , linux-xtensa@linux-xtensa.org, Max Filippov , Mike Galbraith , Namhyung Kim , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Peter Zijlstra , Stanislav Fomichev , Stephane Eranian , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/8] perf/core fixes Message-ID: <20140123164509.GA23869@gmail.com> References: <1390336984-1553-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1390336984-1553-1-git-send-email-acme@infradead.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo wrote: > From: Arnaldo Carvalho de Melo > > 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 > > ---------------------------------------------------------------- > 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(-) Pulled, thanks a lot Arnaldo! Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/