From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752161AbbGOLec (ORCPT ); Wed, 15 Jul 2015 07:34:32 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:38713 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751014AbbGOLeb (ORCPT ); Wed, 15 Jul 2015 07:34:31 -0400 Date: Wed, 15 Jul 2015 13:34:26 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Adrian Hunter , Borislav Petkov , David Ahern , Frederic Weisbecker , Jiri Olsa , Michael Petlan , Namhyung Kim , Stephane Eranian , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/2] perf/urgent fixes Message-ID: <20150715113426.GA32303@gmail.com> References: <1436815199-12402-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436815199-12402-1-git-send-email-acme@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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 > > The following changes since commit a833581e372a4adae2319d8dc379493edbc444e9: > > x86, perf: Fix static_key bug in load_mm_cr4() (2015-07-10 10:24:38 +0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo > > for you to fetch changes up to 9c0fa8dd3d58de8b688fda758eea1719949c7f0a: > > perf hists browser: Take the --comm, --dsos, etc filters into account (2015-07-13 16:06:09 -0300) > > ---------------------------------------------------------------- > perf/urgent fix: > > User visible: > > - Fix 'perf report' and 'perf top' handling of the '--dsos DSO-LIST', > '--comms COMM-LIST' and '--symbols SYM-LIST' command line options, > that were segfaulting due to not considering those lists as filters > in the hists browser TUI code. (Arnaldo Carvalho de Melo) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (2): > perf symbols: Store if there is a filter in place > perf hists browser: Take the --comm, --dsos, etc filters into account > > tools/perf/ui/browsers/hists.c | 2 +- > tools/perf/util/symbol.c | 2 ++ > tools/perf/util/symbol.h | 3 ++- > 3 files changed, 5 insertions(+), 2 deletions(-) Pulled, thanks Arnaldo! Ingo