]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: powerpc/poly1305 - add depends on BROKEN for now
authorEric Biggers <ebiggers@google.com>
Tue, 20 May 2025 02:39:29 +0000 (10:39 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 20 May 2025 22:53:56 +0000 (06:53 +0800)
commitbc8169003b41e89fe7052e408cf9fdbecb4017fe
tree915ec26e5fa214d1a95c60df8278857d8bafcf75
parent16766292c697f31ccfc338d4040f2d5f03df777c
crypto: powerpc/poly1305 - add depends on BROKEN for now

As discussed in the thread containing
https://lore.kernel.org/linux-crypto/20250510053308.GB505731@sol/, the
Power10-optimized Poly1305 code is currently not safe to call in softirq
context.  Disable it for now.  It can be re-enabled once it is fixed.

Fixes: ba8f8624fde2 ("crypto: poly1305-p10 - Glue code for optmized Poly1305 implementation for ppc64le")
Cc: stable@vger.kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/powerpc/lib/crypto/Kconfig