From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Subject: Re: [PATCH 18/31] perf vendor events arm64: Add armv8-recommended.json Date: Tue, 13 Mar 2018 12:23:28 -0300 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-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20180313150838.j6mfywse64o5ixhd@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Ingo Molnar Cc: Shaokun Zhang , Andi Kleen , Arnaldo Carvalho de Melo , Alexander Shishkin , John Garry , Will Deacon , linux-kernel@vger.kernel.org, linuxarm@huawei.com, linux-perf-users@vger.kernel.org, Peter Zijlstra , Ganapatrao Kulkarni , Namhyung Kim , William Cohen , Jiri Olsa , linux-arm-kernel@lists.infradead.org List-Id: linux-perf-users.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