Re: [PATCH] perf tools: Stop depending on .git files for building PERF-VERSION-FILE
From: Arnaldo Carvalho de Melo
Date: Wed Mar 30 2022 - 10:30:25 EST
Em Wed, Mar 30, 2022 at 11:28:12AM -0300, Arnaldo Carvalho de Melo escreveu:
> Em Wed, Mar 30, 2022 at 04:22:35PM +0200, Matthieu Baerts escreveu:
> > On 30/03/2022 16:12, Arnaldo Carvalho de Melo wrote:
> > >> Thank you for your patch, I just tested it and it also fixes the issue I
> > >> reported!
> > > I'm taking this as a:
> > > Tested-by: Matthieu Baerts <matthieu.baerts@xxxxxxxxxxxx>
> > > Ok?
> > Yes, OK for me, thank you!
> > I never know what maintainers prefer when there is already a
> > "Reported-by" tag so I didn't specify it but I will do next time.
> Right, I'll stick both R-by and T-by.
> There are cases where people just report and don't test, or just ack.
But when you actually provide the:
Tested-by: Matthieu Baerts <matthieu.baerts@xxxxxxxxxxxx>
It makes the lives of maintainers using b4 easier, as it'll collect
those.
About b4: https://people.kernel.org/monsieuricon/introducing-b4-and-patch-attestation
- Arnaldo