From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751195AbbIZGRu (ORCPT ); Sat, 26 Sep 2015 02:17:50 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:38908 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750922AbbIZGRt (ORCPT ); Sat, 26 Sep 2015 02:17:49 -0400 Date: Sat, 26 Sep 2015 08:17:44 +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 , Masami Hiramatsu , Namhyung Kim , Stephane Eranian , Wang Nan , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/3] perf/urgent fixes Message-ID: <20150926061744.GA27841@gmail.com> References: <1443194918-5867-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443194918-5867-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 d0d0313c2ae4bc220c4ed96ce340860a4e74a2e9: > > Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2015-09-23 09:41:09 +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 b5cabbcbd157a4bf5a92dfc85134999a3b55342d: > > perf tools: Fix copying of /proc/kcore (2015-09-25 10:45:50 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > User visible: > > - Fix copying of /proc/kcore made to the ~/.debug/ DSO cache to allow using > objdump with kcore files (Adrian Hunter) > > - Fix adding perf probes in kernel module functions (Arnaldo Carvalho de Melo) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Adrian Hunter (2): > perf intel-pt: Remove no_force_psb from documentation > perf tools: Fix copying of /proc/kcore > > Arnaldo Carvalho de Melo (1): > perf probe: Use existing routine to look for a kernel module by dso->short_name > > tools/perf/Documentation/intel-pt.txt | 15 --------------- > tools/perf/util/probe-event.c | 13 +++++++------ > tools/perf/util/symbol-elf.c | 35 +++++++++++++---------------------- > 3 files changed, 20 insertions(+), 43 deletions(-) Pulled, thanks Arnaldo! Ingo