From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752150AbeCMPXd (ORCPT ); Tue, 13 Mar 2018 11:23:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:53086 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751089AbeCMPXb (ORCPT ); Tue, 13 Mar 2018 11:23:31 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7B6F5214E0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Tue, 13 Mar 2018 12:23:28 -0300 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: John Garry , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Shaokun Zhang , Alexander Shishkin , Andi Kleen , Ganapatrao Kulkarni , Jiri Olsa , Namhyung Kim , Peter Zijlstra , Will Deacon , William Cohen , linux-arm-kernel@lists.infradead.org, linuxarm@huawei.com, Arnaldo Carvalho de Melo Subject: Re: [PATCH 18/31] perf vendor events arm64: Add armv8-recommended.json Message-ID: <20180313152328.GD29837@kernel.org> References: <20180313120508.29327-1-acme@kernel.org> <20180313120508.29327-19-acme@kernel.org> <20180313142618.36je6syqg6ppwhbp@gmail.com> <6c485ee7-87d1-dc51-db34-94169b9ede08@huawei.com> <20180313150838.j6mfywse64o5ixhd@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180313150838.j6mfywse64o5ixhd@gmail.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Mar 13, 2018 at 04:08:38PM +0100, Ingo Molnar escreveu: > > * John Garry wrote: > > > On 13/03/2018 14:26, Ingo Molnar wrote: > > > > > > * Arnaldo Carvalho de Melo wrote: > > > > > > > From: John Garry > > > > > > > > Add JSON for ARMv8 IMPLEMENTATION DEFINED recommended events. > > > > > > > > The JSON is copied from ARMv8 architecture reference manual, available > > > > here: > > > > > > > > https://static.docs.arm.com/ddi0487/ca/DDI0487C_a_armv8_arm.pdf > > > > > > > > Signed-off-by: Shaokun Zhang > > > > Cc: Alexander Shishkin > > > > Cc: Andi Kleen > > > > Cc: Ganapatrao Kulkarni > > > > Cc: Jiri Olsa > > > > Cc: Namhyung Kim > > > > Cc: Peter Zijlstra > > > > Cc: Shaokun Zhang > > > > Cc: Will Deacon > > > > Cc: William Cohen > > > > Cc: linux-arm-kernel@lists.infradead.org > > > > Cc: linuxarm@huawei.com > > > > Link: http://lkml.kernel.org/r/1520506716-197429-9-git-send-email-john.garry@huawei.com > > > > Signed-off-by: John Garry > > > > Signed-off-by: Arnaldo Carvalho de Melo > > > > > > That's not a valid SOB chain, author != first-Signed-off-by. > > > > > > > Right, so my SOB can go first. > > > > Let me know how to help remedy. > > Well, it depends on what role Shaokun Zhang had in the creation of the patch: if > he co-authored the patch and you finished it then you can add him as: > > Originally-from: Shaokun Zhang > > or if he tested/reviewed the patch then his entry should be Reviewed-by/Acked-by > or Tested-by. yeah, please clarify what his role was and I'll do the necessary changes, in addition to adding more code to my pre-commit scripts, something long overdue... - Arnaldo