2013-04-10 15:39:24

by Jussi Kivilinna

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

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: [email protected]
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Jussi Kivilinna <[email protected]>
---
crypto/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/Kconfig b/crypto/Kconfig
index 808ac37..0e7a237 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -678,7 +678,7 @@ config CRYPTO_AES_NI_INTEL
select CRYPTO_CRYPTD
select CRYPTO_ABLK_HELPER_X86
select CRYPTO_ALGAPI
- select CRYPTO_GLUE_HELPER if 64BIT
+ select CRYPTO_GLUE_HELPER_X86 if 64BIT
select CRYPTO_LRW
select CRYPTO_XTS
help


2013-04-25 13:06:32

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86

On Wed, Apr 10, 2013 at 06:39:20PM +0300, Jussi Kivilinna wrote:
> 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: [email protected]
> Reported-by: kbuild test robot <[email protected]>
> Signed-off-by: Jussi Kivilinna <[email protected]>

Patch applied. Thanks!
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt