From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@infradead.org>
Cc: linux-kernel@vger.kernel.org,
Arnaldo Carvalho de Melo <acme@ghostprotocols.net>,
Adrian Hunter <adrian.hunter@intel.com>,
Alan Cox <alan@linux.intel.com>,
Alan Cox <gnomes@lxorguk.ukuu.org.uk>,
Andi Kleen <andi@firstfloor.org>,
Baruch Siach <baruch@tkos.co.il>, David Ahern <dsahern@gmail.com>,
Frederic Weisbecker <fweisbec@gmail.com>,
Gaurav Jain <gjain@fb.com>, Jiri Olsa <jolsa@redhat.com>,
linux-xtensa@linux-xtensa.org, Max Filippov <jcmvbkbc@gmail.com>,
Mike Galbraith <efault@gmx.de>,
Namhyung Kim <namhyung@kernel.org>,
Namhyung Kim <namhyung.kim@lge.com>,
Paul Mackerras <paulus@samba.org>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Peter Zijlstra <peterz@infradead.org>,
Stanislav Fomichev <stfomichev@yandex-team.ru>,
Stephane Eranian <eranian@google.com>,
Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: Re: [GIT PULL 0/8] perf/core fixes
Date: Thu, 23 Jan 2014 17:45:09 +0100 [thread overview]
Message-ID: <20140123164509.GA23869@gmail.com> (raw)
In-Reply-To: <1390336984-1553-1-git-send-email-acme@infradead.org>
* Arnaldo Carvalho de Melo <acme@infradead.org> wrote:
> From: Arnaldo Carvalho de Melo <acme@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 <acme@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(-)
Pulled, thanks a lot Arnaldo!
Ingo
next prev parent reply other threads:[~2014-01-23 16:45 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-21 20:42 [GIT PULL 0/8] perf/core fixes Arnaldo Carvalho de Melo
2014-01-21 20:42 ` [PATCH 1/8] perf timechart: Fix wrong SVG height Arnaldo Carvalho de Melo
2014-01-21 20:42 ` [PATCH 2/8] perf session: Free cpu_map in perf_session__cpu_bitmap Arnaldo Carvalho de Melo
2014-01-21 20:42 ` [PATCH 3/8] perf tools: Add support for the xtensa architecture Arnaldo Carvalho de Melo
2014-01-21 20:43 ` [PATCH 4/8] perf stat: fix NULL pointer reference bug with event unit Arnaldo Carvalho de Melo
2014-01-21 20:43 ` [PATCH 5/8] perf tools: Ensure sscanf does not overrun the "mem" field Arnaldo Carvalho de Melo
2014-01-21 20:43 ` [PATCH 6/8] perf evsel: Remove duplicate member zeroing after free Arnaldo Carvalho de Melo
2014-01-21 20:43 ` [PATCH 7/8] perf stat: Fix memory corruption of xyarray when cpumask is used Arnaldo Carvalho de Melo
2014-01-21 20:43 ` [PATCH 8/8] perf symbols: Fix JIT symbol resolution on heap Arnaldo Carvalho de Melo
2014-01-23 16:45 ` Ingo Molnar [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-07-01 21:23 [GIT PULL 0/8] perf/core fixes Arnaldo Carvalho de Melo
2015-07-02 8:50 ` Ingo Molnar
2015-07-02 8:56 ` Ingo Molnar
2015-07-02 9:11 ` Jiri Olsa
2015-07-02 9:22 ` Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140123164509.GA23869@gmail.com \
--to=mingo@kernel.org \
--cc=a.p.zijlstra@chello.nl \
--cc=acme@ghostprotocols.net \
--cc=acme@infradead.org \
--cc=acme@redhat.com \
--cc=adrian.hunter@intel.com \
--cc=alan@linux.intel.com \
--cc=andi@firstfloor.org \
--cc=baruch@tkos.co.il \
--cc=dsahern@gmail.com \
--cc=efault@gmx.de \
--cc=eranian@google.com \
--cc=fweisbec@gmail.com \
--cc=gjain@fb.com \
--cc=gnomes@lxorguk.ukuu.org.uk \
--cc=jcmvbkbc@gmail.com \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-xtensa@linux-xtensa.org \
--cc=namhyung.kim@lge.com \
--cc=namhyung@kernel.org \
--cc=paulus@samba.org \
--cc=peterz@infradead.org \
--cc=stfomichev@yandex-team.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox