From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752086AbdBCTnS (ORCPT ); Fri, 3 Feb 2017 14:43:18 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:36680 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751338AbdBCTnQ (ORCPT ); Fri, 3 Feb 2017 14:43:16 -0500 Date: Fri, 3 Feb 2017 20:43:12 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Frederic Weisbecker , Jiri Olsa , Krister Johansen , Masami Hiramatsu , Namhyung Kim , Peter Zijlstra , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/3] perf/urgent fixes Message-ID: <20170203194312.GA28533@gmail.com> References: <20170203154903.32279-1-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170203154903.32279-1-acme@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo 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 > > ---------------------------------------------------------------- > 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