Re: Fwd: [PATCH v2] drivers/crypto/nx: fix init race, alignmasks and GCM bug

2013-04-10 Thread Kent Yoder
No problem, turns out I had a few more updates I needed to sneak into the patch anyway. Please see v3 in a new thread, applied to the ppc-dev-next tree. Thanks, Kent On Thu, Mar 28, 2013 at 1:24 PM, Benjamin Herrenschmidt wrote: > On Thu, 2013-03-28 at 11:32 -0500, Kent Yoder wrote: >> Hi Ben,

[PATCH] crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86

2013-04-10 Thread Jussi Kivilinna
The Kconfig setting for glue helper module is CRYPTO_GLUE_HELPER_X86, but recent change for aesni_intel used CRYPTO_GLUE_HELPER instead. Patch corrects this issue. Cc: kbuild-...@01.org Reported-by: kbuild test robot Signed-off-by: Jussi Kivilinna --- crypto/Kconfig |2 +- 1 file changed, 1