Re: [PATCH 18/31] perf vendor events arm64: Add armv8-recommended.json

From: Arnaldo Carvalho de Melo
Date: Tue Mar 13 2018 - 11:23:36 EST


Em Tue, Mar 13, 2018 at 04:08:38PM +0100, Ingo Molnar escreveu:
>
> * John Garry <john.garry@xxxxxxxxxx> wrote:
>
> > On 13/03/2018 14:26, Ingo Molnar wrote:
> > >
> > > * Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:
> > >
> > > > From: John Garry <john.garry@xxxxxxxxxx>
> > > >
> > > > 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 <zhangshaokun@xxxxxxxxxxxxx>
> > > > Cc: Alexander Shishkin <alexander.shishkin@xxxxxxxxxxxxxxx>
> > > > Cc: Andi Kleen <ak@xxxxxxxxxxxxxxx>
> > > > Cc: Ganapatrao Kulkarni <ganapatrao.kulkarni@xxxxxxxxxx>
> > > > Cc: Jiri Olsa <jolsa@xxxxxxxxxx>
> > > > Cc: Namhyung Kim <namhyung@xxxxxxxxxx>
> > > > Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> > > > Cc: Shaokun Zhang <zhangshaokun@xxxxxxxxxxxxx>
> > > > Cc: Will Deacon <will.deacon@xxxxxxx>
> > > > Cc: William Cohen <wcohen@xxxxxxxxxx>
> > > > Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> > > > Cc: linuxarm@xxxxxxxxxx
> > > > Link: http://lkml.kernel.org/r/1520506716-197429-9-git-send-email-john.garry@xxxxxxxxxx
> > > > Signed-off-by: John Garry <john.garry@xxxxxxxxxx>
> > > > Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
> > >
> > > 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 <zhangshaokun@xxxxxxxxxxxxx>
>
> 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