Re: [GIT PULL 0/3] perf/urgent fixes

From: Ingo Molnar
Date: Fri Feb 03 2017 - 14:43:22 EST



* Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:

> Hi Ingo,
>
> Please consider pulling,
>
> - Arnaldo
>
> Test results at the end of this message, as usual.
>
> The following changes since commit fff4b87e594ad3d2e4f51e8d3d86a6f9d3d8b654:
>
> perf/x86/intel/uncore: Make package handling more robust (2017-02-01 08:37:27 +0100)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo-4.10-20170203
>
> for you to fetch changes up to aa33b9b9a2ebb00d33c83a5312d4fbf2d5aeba36:
>
> perf callchain: Reference count maps (2017-02-02 11:39:09 -0300)
>
> ----------------------------------------------------------------
> perf/urgent fixes:
>
> . Reference count maps in callchains, fixing a SEGFAULT when referencing a
> map after it is freed (Krister Johansen)
>
> - Fix segfault on 'perf diff -o N' option (Namhyung Kim)
>
> - Fix 'perf diff -o/--order' option behavior (Namhyung Kim)
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
>
> ----------------------------------------------------------------
> Krister Johansen (1):
> perf callchain: Reference count maps
>
> Namhyung Kim (2):
> perf diff: Fix segfault on 'perf diff -o N' option
> perf diff: Fix -o/--order option behavior (again)
>
> tools/perf/builtin-diff.c | 2 +-
> tools/perf/ui/hist.c | 10 ++++++++++
> tools/perf/util/callchain.c | 11 +++++++++--
> tools/perf/util/callchain.h | 6 ++++++
> tools/perf/util/hist.c | 7 +++++++
> tools/perf/util/hist.h | 7 +++++++
> 6 files changed, 40 insertions(+), 3 deletions(-)

Pulled, thanks a lot Arnaldo!

Ingo