Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH v3] crypto: Removing CRYPTO_AES_GCM_P10.
@ 2024-09-19 11:36 Danny Tsen
  2024-09-20  9:37 ` Kamlesh Gurudasani
  2024-09-21  9:31 ` Herbert Xu
  0 siblings, 2 replies; 5+ messages in thread
From: Danny Tsen @ 2024-09-19 11:36 UTC (permalink / raw)
  To: linux-crypto
  Cc: stable, herbert, leitao, nayna, appro, linux-kernel, linuxppc-dev,
	mpe, ltcgcw, dtsen, Danny Tsen

Data mismatch found when testing ipsec tunnel with AES/GCM crypto.
Disabling CRYPTO_AES_GCM_P10 in Kconfig for this feature.

Fixes: fd0e9b3e2ee6 ("crypto: p10-aes-gcm - An accelerated AES/GCM stitched implementation")
Fixes: cdcecfd9991f ("crypto: p10-aes-gcm - Glue code for AES/GCM stitched implementation")
Fixes: 45a4672b9a6e2 ("crypto: p10-aes-gcm - Update Kconfig and Makefile")

Signed-off-by: Danny Tsen <dtsen@linux.ibm.com>
---
 arch/powerpc/crypto/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/crypto/Kconfig b/arch/powerpc/crypto/Kconfig
index 09ebcbdfb34f..46a4c85e85e2 100644
--- a/arch/powerpc/crypto/Kconfig
+++ b/arch/powerpc/crypto/Kconfig
@@ -107,6 +107,7 @@ config CRYPTO_AES_PPC_SPE
 
 config CRYPTO_AES_GCM_P10
 	tristate "Stitched AES/GCM acceleration support on P10 or later CPU (PPC)"
+	depends on BROKEN
 	depends on PPC64 && CPU_LITTLE_ENDIAN && VSX
 	select CRYPTO_LIB_AES
 	select CRYPTO_ALGAPI
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-22 20:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-19 11:36 [PATCH v3] crypto: Removing CRYPTO_AES_GCM_P10 Danny Tsen
2024-09-20  9:37 ` Kamlesh Gurudasani
2024-09-21  5:16   ` Stephen Rothwell
2024-09-21  9:31 ` Herbert Xu
2024-09-22 20:49   ` Danny Tsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox