2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/arch/powerpc/lib/crypto
Eric Biggers bc8169003b 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: ba8f8624fd ("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>
2025-05-21 06:53:56 +08:00
..
chacha-p10-glue.c crypto: lib/chacha - add array bounds to function prototypes 2025-05-12 13:32:53 +08:00
chacha-p10le-8x.S crypto: lib/chacha - strongly type the ChaCha state 2025-05-12 13:32:53 +08:00
Kconfig crypto: powerpc/poly1305 - add depends on BROKEN for now 2025-05-21 06:53:56 +08:00
Makefile crypto: powerpc/sha256 - implement library instead of shash 2025-05-05 18:20:43 +08:00
poly1305-p10-glue.c Revert "crypto: powerpc/poly1305 - Add SIMD fallback" 2025-05-21 06:53:36 +08:00
poly1305-p10le_64.S crypto: powerpc/poly1305 - Add poly1305_emit_arch wrapper 2025-05-10 13:13:26 +08:00
sha256-spe-asm.S crypto: powerpc/sha256 - implement library instead of shash 2025-05-05 18:20:43 +08:00
sha256.c crypto: arch/sha256 - Export block functions as GPL only 2025-05-05 18:20:45 +08:00