Re: [GIT PULL] Crypto Fixes for 6.1

From: Linus Torvalds
Date: Fri Oct 28 2022 - 13:02:55 EST


On Thu, Oct 27, 2022 at 9:58 PM Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> wrote:
>
> This push fixes an alignment crash in x86/polyval.

I'm surprised that there isn't a cra_ctxalignment field. Instead there
is crypto_tfm_ctx_alignment(), but that is just an odd way to write
CRYPTO_MINALIGN.

Linus