Re: [PATCH v6 00/13] Add support for NIST P521 to ecdsa

From: Jarkko Sakkinen
Date: Thu Mar 21 2024 - 12:58:31 EST


On Thu Mar 21, 2024 at 6:36 PM EET, Stefan Berger wrote:
> >
> > Putting tested-by to every possible patch only degrades the quality
> > of the commit log.
>
> I would still be interested how one would test individual patches in a
> series so they are worthy of a Tested-by tag.

I've at least said this twice in this thread.

I.e. in a feature you most likely test the uapi so 13/13.

In a bug fix you test kernel with and without the patch. Generally you
test stuff that you can observe.

You can also test non-uapi behaviour with e.g. kprobes or measure
e.g. performance, depending on patch.

BR, Jarkko