Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH] crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86
       [not found] <51652688.vLFH53k1uKh/xP2W%fengguang.wu@intel.com>
@ 2013-04-10 15:39 ` Jussi Kivilinna
  2013-04-25 13:06   ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Jussi Kivilinna @ 2013-04-10 15:39 UTC (permalink / raw)
  To: linux-crypto; +Cc: kbuild-all, kbuild test robot, Herbert Xu, David S. Miller

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-all@01.org
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
---
 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

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

* Re: [PATCH] crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86
  2013-04-10 15:39 ` [PATCH] crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86 Jussi Kivilinna
@ 2013-04-25 13:06   ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2013-04-25 13:06 UTC (permalink / raw)
  To: Jussi Kivilinna
  Cc: linux-crypto, kbuild-all, kbuild test robot, David S. Miller

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: kbuild-all@01.org
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
> Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>

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

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

end of thread, other threads:[~2013-04-25 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <51652688.vLFH53k1uKh/xP2W%fengguang.wu@intel.com>
2013-04-10 15:39 ` [PATCH] crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86 Jussi Kivilinna
2013-04-25 13:06   ` Herbert Xu

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