From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758797Ab3EGIgJ (ORCPT ); Tue, 7 May 2013 04:36:09 -0400 Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:39856 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758470Ab3EGIgH (ORCPT ); Tue, 7 May 2013 04:36:07 -0400 Date: Tue, 7 May 2013 10:34:17 +0200 From: Peter Zijlstra To: Jiri Olsa Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Namhyung Kim , Corey Ashford , Frederic Weisbecker , Ingo Molnar , Paul Mackerras , Stephane Eranian , Borislav Petkov Subject: Re: [PATCH 0/2] perf: Fix/factor auxiliary events Message-ID: <20130507083417.GA9688@dyad.programming.kicks-ass.net> References: <1367857638-27631-1-git-send-email-jolsa@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1367857638-27631-1-git-send-email-jolsa@redhat.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 06, 2013 at 06:27:16PM +0200, Jiri Olsa wrote: > hi, > sending fix for issue caused by using smp_processor_id() > in preemptible path discussed in here: > http://marc.info/?l=linux-kernel&m=136733569907888&w=2 > > I also noticed there's a space for some code factoring > saving some .text size and centralizing auxiliary > events notification. These look good, thanks! Acked-by: Peter Zijlstra