Re: [PATCH] crypto: Removing CRYPTO_AES_GCM_P10.

2024-09-19 Thread Danny Tsen
Thanks Michael. On 9/18/24 11:55 PM, Michael Ellerman wrote: Danny Tsen writes: Removing CRYPTO_AES_GCM_P10 in Kconfig first so that we can apply the subsequent patches to fix data mismatch over ipsec tunnel. This change log needs to stand on its own. ie. it needs to explain what the problem

Re: [PATCH] crypto: Removing CRYPTO_AES_GCM_P10.

2024-09-18 Thread Michael Ellerman
Danny Tsen writes: > Removing CRYPTO_AES_GCM_P10 in Kconfig first so that we can apply the > subsequent patches to fix data mismatch over ipsec tunnel. This change log needs to stand on its own. ie. it needs to explain what the problem is and why the feature is being disabled, without reference t

Re: [PATCH] crypto: Removing CRYPTO_AES_GCM_P10.

2024-09-13 Thread Danny Tsen
Got it.  Thanks. -Danny On 9/13/24 8:55 AM, Christophe Leroy wrote: Le 13/09/2024 à 14:30, Danny Tsen a écrit : [Vous ne recevez pas souvent de courriers de dt...@linux.ibm.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] Removing CRYPTO_AES_GCM

Re: [PATCH] crypto: Removing CRYPTO_AES_GCM_P10.

2024-09-13 Thread Christophe Leroy
Le 13/09/2024 à 14:30, Danny Tsen a écrit : [Vous ne recevez pas souvent de courriers de dt...@linux.ibm.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] Removing CRYPTO_AES_GCM_P10 in Kconfig first so that we can apply the subsequent patches to fi

[PATCH] crypto: Removing CRYPTO_AES_GCM_P10.

2024-09-13 Thread Danny Tsen
Removing CRYPTO_AES_GCM_P10 in Kconfig first so that we can apply the subsequent patches to fix data mismatch over ipsec tunnel. Signed-off-by: Danny Tsen --- arch/powerpc/crypto/Kconfig | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/arch/p