From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758667AbbA3OwU (ORCPT ); Fri, 30 Jan 2015 09:52:20 -0500 Received: from mail.kernel.org ([198.145.29.136]:50085 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750852AbbA3OwQ (ORCPT ); Fri, 30 Jan 2015 09:52:16 -0500 Date: Fri, 30 Jan 2015 11:52:20 -0300 From: Arnaldo Carvalho de Melo To: Michael Ellerman Cc: Sukadev Bhattiprolu , Jiri Olsa , Paul Mackerras , dev@codyps.com, peterz@infradead.org, hbabu@us.ibm.com, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH v7 0/4] Add support for parametrized events Message-ID: <20150130145220.GD3101@kernel.org> References: <1422322990-9030-1-git-send-email-sukadev@linux.vnet.ibm.com> <1422505723.6621.6.camel@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1422505723.6621.6.camel@ellerman.id.au> X-Url: http://acmel.wordpress.com 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 Em Thu, Jan 29, 2015 at 03:28:43PM +1100, Michael Ellerman escreveu: > On Mon, 2015-01-26 at 17:43 -0800, Sukadev Bhattiprolu wrote: > > Description of "event parameters" from the documentation patch: > > > > Cody P Schafer (6): > > perf: provide sysfs_show for struct perf_pmu_events_attr > > perf: add PMU_EVENT_ATTR_STRING() helper > > powerpc/perf/hv-24x7: parse catalog and populate sysfs with events > > powerpc/perf/{hv-gpci, hv-common}: generate requests with counters > > annotated > > powerpc/perf/hv-gpci: add the remaining gpci requests > > powerpc/perf/hv-24x7: Document sysfs event description entries > > > > Sukadev Bhattiprolu (1): > > perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helper > > > Hi Sukadev, > > I realise Cody wrote most of these and you are just getting them merged, but > they still need to be Signed-off-by you. Most of them aren't. > > So please resend with them all signed off by you. > > While you're at it, please drop all the CC lines, and move the changelog > annotations below the --- line so they are dropped when I apply them. > > Also add Jiri's ack to the first two patches. I'm ok taking Jiri's Ack for these and merge them, Suka, may I add your signed-off-by on those? (question for the record...). - Arnaldo > You can probably trim the CC list when you repost, I think everyone's seen this > series enough times. > > cheers > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by lists.ozlabs.org (Postfix) with ESMTP id 433DE1A0E68 for ; Sat, 31 Jan 2015 01:52:17 +1100 (AEDT) Date: Fri, 30 Jan 2015 11:52:20 -0300 From: Arnaldo Carvalho de Melo To: Michael Ellerman Subject: Re: [PATCH v7 0/4] Add support for parametrized events Message-ID: <20150130145220.GD3101@kernel.org> References: <1422322990-9030-1-git-send-email-sukadev@linux.vnet.ibm.com> <1422505723.6621.6.camel@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1422505723.6621.6.camel@ellerman.id.au> Cc: peterz@infradead.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Paul Mackerras , dev@codyps.com, Sukadev Bhattiprolu , Jiri Olsa List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Em Thu, Jan 29, 2015 at 03:28:43PM +1100, Michael Ellerman escreveu: > On Mon, 2015-01-26 at 17:43 -0800, Sukadev Bhattiprolu wrote: > > Description of "event parameters" from the documentation patch: > > > > Cody P Schafer (6): > > perf: provide sysfs_show for struct perf_pmu_events_attr > > perf: add PMU_EVENT_ATTR_STRING() helper > > powerpc/perf/hv-24x7: parse catalog and populate sysfs with events > > powerpc/perf/{hv-gpci, hv-common}: generate requests with counters > > annotated > > powerpc/perf/hv-gpci: add the remaining gpci requests > > powerpc/perf/hv-24x7: Document sysfs event description entries > > > > Sukadev Bhattiprolu (1): > > perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helper > > > Hi Sukadev, > > I realise Cody wrote most of these and you are just getting them merged, but > they still need to be Signed-off-by you. Most of them aren't. > > So please resend with them all signed off by you. > > While you're at it, please drop all the CC lines, and move the changelog > annotations below the --- line so they are dropped when I apply them. > > Also add Jiri's ack to the first two patches. I'm ok taking Jiri's Ack for these and merge them, Suka, may I add your signed-off-by on those? (question for the record...). - Arnaldo > You can probably trim the CC list when you repost, I think everyone's seen this > series enough times. > > cheers >