Re: [PATCH 2/3] crypto: x86/aesni - Correct the data type in struct aesni_xts_ctx

From: Eric Biggers
Date: Tue Sep 26 2023 - 01:21:25 EST


On Mon, Sep 25, 2023 at 08:17:51AM -0700, Chang S. Bae wrote:
> Currently, every field in struct aesni_xts_ctx is defined as a byte
> array of the same size as struct crypto_aes_ctx. This data type
> is obscure and the choice lacks justification.
>
> To rectify this, update the field type in struct aesni_xts_ctx to
> match its actual structure.
>
> Suggested-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> Signed-off-by: Chang S. Bae <chang.seok.bae@xxxxxxxxx>
> Cc: linux-crypto@xxxxxxxxxxxxxxx
> Cc: x86@xxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Link: https://lore.kernel.org/all/ZFWQ4sZEVu%2FLHq+Q@xxxxxxxxx/

Please put the "Link" directly after the Suggested-by to make it clear that the
link is for the suggestion. Thanks!

- Eric