From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751732AbaFEHxx (ORCPT ); Thu, 5 Jun 2014 03:53:53 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:55941 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750888AbaFEHxw (ORCPT ); Thu, 5 Jun 2014 03:53:52 -0400 Date: Thu, 5 Jun 2014 09:53:47 +0200 From: Ingo Molnar To: Jiri Olsa Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Masami Hiramatsu , Namhyung Kim , Paul Mackerras , Peter Zijlstra Subject: Re: [GIT PULL 0/2] perf/urgent fixes Message-ID: <20140605075347.GA4926@gmail.com> References: <1401888420-23191-1-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1401888420-23191-1-git-send-email-jolsa@kernel.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 * Jiri Olsa wrote: > hi Ingo, > please consider pulling > > thanks, > jirka > > > The following changes since commit b69cf53640da2b86439596118cfa95233154ee76: > > perf: Fix a race between ring_buffer_detach() and ring_buffer_attach() (2014-05-19 21:44:56 +0900) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git tags/perf-urgent-for-mingo > > for you to fetch changes up to 082f96a93eb5ba9bf771518a0dda590624568e8e: > > perf probe: Fix perf probe to find correct variable DIE (2014-06-04 14:49:20 +0200) > > ---------------------------------------------------------------- > perf/urgent fixes: > > . Fix perf probe to find correct variable DIE (Masami Hiramatsu) > > . Fix a segfault in perf probe if asked for variable it doesn't find (Masami Hiramatsu) > > Signed-off-by: Jiri Olsa > > ---------------------------------------------------------------- > Masami Hiramatsu (2): > perf probe: Fix a segfault if asked for variable it doesn't find > perf probe: Fix perf probe to find correct variable DIE > > tools/perf/util/dwarf-aux.c | 7 +++++-- > tools/perf/util/probe-finder.c | 4 ++-- > 2 files changed, 7 insertions(+), 4 deletions(-) Pulled, thanks a lot Jiri! Ingo