Re: [PATCH v4] crypto: caam - strip input without changing crypto request

From: Horia Geanta
Date: Mon May 27 2019 - 12:33:42 EST


On 5/24/2019 5:47 PM, Iuliana Prodan wrote:
> For rsa and pkcs1pad, CAAM expects an input of modulus size.
> For this we strip the leading zeros in case the size is more than modulus.
> This commit avoids modifying the crypto request while stripping zeros from
> input, to comply with the crypto API requirement. This is done by adding
> a fixup input pointer and length.
>
> Signed-off-by: Iuliana Prodan <iuliana.prodan@xxxxxxx>
> ---
> Changes since V3:
> - no changes.
Since there were no changes, you should have kept the Reviewed-by tag I provided
for v3.

Another thing: don't send a patch set with
[PATCH v3 1/2]
[PATCH v4]

It's confusing:
-patches belonging to a patch set should have the same version / prefix
-makes one think patches are missing (where is 2/2?)

Thanks,
Horia