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