On Fri, Oct 23, 2020 at 03:27:48PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > One of the assignments that was removed by commit 4a0c1de64bf9 ("crypto: > x86/poly1305 - Remove assignments with no effect") is actually needed, > since it affects the return value. > > This fixes the following crypto self-test failure: > > alg: shash: poly1305-simd test failed (wrong result) on test vector 2, cfg="init+update+final aligned buffer" > > Fixes: 4a0c1de64bf9 ("crypto: x86/poly1305 - Remove assignments with no effect") > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > > Note, this is a regression in mainline, so please include this in a pull > request for 5.10. > > arch/x86/crypto/poly1305_glue.c | 1 + > 1 file changed, 1 insertion(+) Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt