]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
crypto: powerpc/poly1305 - add depends on BROKEN for now
authorEric Biggers <ebiggers@google.com>
Thu, 24 Jul 2025 02:49:21 +0000 (22:49 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Aug 2025 08:48:45 +0000 (09:48 +0100)
commita1bc9a394a2799e614b5e5a3c4d6cda6fad3d8a7
tree0681b404cf25018d93ae99396b1dc01366c01d4d
parentb49b543f4e0b69bb65ecb3771660d9f48c0dcc9f
crypto: powerpc/poly1305 - add depends on BROKEN for now

[ Upstream commit bc8169003b41e89fe7052e408cf9fdbecb4017fe ]

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>
[ applied to arch/powerpc/crypto/Kconfig ]
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/crypto/Kconfig