From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933446Ab2GFLIb (ORCPT ); Fri, 6 Jul 2012 07:08:31 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:42384 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933199Ab2GFLI3 (ORCPT ); Fri, 6 Jul 2012 07:08:29 -0400 Date: Fri, 6 Jul 2012 13:08:23 +0200 From: Ingo Molnar To: Robert Richter Cc: LKML , oprofile-list , Will Deacon , Peter Zijlstra Subject: Re: [GIT PULL] oprofile: updates for tip/perf/core Message-ID: <20120706110823.GE19552@gmail.com> References: <20120629180304.GZ24632@erda.amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120629180304.GZ24632@erda.amd.com> 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 * Robert Richter wrote: > Ingo, > > it's only one patch (oprofile, perf: Use per-cpu framework), please > pull from: > > git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git core > > Note: This pull request implicitly pulls tip/perf/urgent into > tip/perf/core. Hope this is ok to you. This is due to the reason my > patch depends on Will Deacon's patch that is in urgent. > > Thanks, > > -Robert > > > The following changes since commit add79461a2a7d964a00b4a2fdaf313c4cf9cf4ec: > > Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2012-06-29 15:11:26 +0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git core > > Ingo Molnar (1): > Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/.../rostedt/linux-trace into perf/urgent > > Robert Richter (1): > oprofile, perf: Use per-cpu framework > > Steven Rostedt (1): > ftrace: Make all inline tags also include notrace > > Will Deacon (1): > oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static array > > drivers/oprofile/oprofile_perf.c | 23 +++++++++++------------ > include/linux/compiler-gcc.h | 6 +++--- > 2 files changed, 14 insertions(+), 15 deletions(-) Pulled, thanks Robert! Ingo