Linux cryptographic layer development
 help / color / mirror / Atom feed
* unmet direct dependencies  (CRYPTO && EXPERIMENTAL)
@ 2010-12-27 12:13 Toralf Förster
  2010-12-28 11:58 ` Herbert Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Toralf Förster @ 2010-12-27 12:13 UTC (permalink / raw)
  To: linux-crypto

Hello,

a "make randconfig 1>/dev/null" gave today :

warning: (CRYPTO_LRW && CRYPTO && EXPERIMENTAL || CRYPTO_XTS && CRYPTO && EXPERIMENTAL || CRYPTO_GHASH && CRYPTO) selects 
CRYPTO_GF128MUL which has unmet direct dependencies (CRYPTO && EXPERIMENTAL)

for the current git kernel sources.
Is this an already known issue ?

-- 
MfG/Kind regards
Toralf Förster

pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

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

* Re: unmet direct dependencies  (CRYPTO && EXPERIMENTAL)
  2010-12-27 12:13 unmet direct dependencies (CRYPTO && EXPERIMENTAL) Toralf Förster
@ 2010-12-28 11:58 ` Herbert Xu
  2010-12-28 14:43   ` Toralf Förster
  0 siblings, 1 reply; 3+ messages in thread
From: Herbert Xu @ 2010-12-28 11:58 UTC (permalink / raw)
  To: Toralf Förster; +Cc: linux-crypto

Toralf Förster <toralf.foerster@gmx.de> wrote:
> 
> a "make randconfig 1>/dev/null" gave today :
> 
> warning: (CRYPTO_LRW && CRYPTO && EXPERIMENTAL || CRYPTO_XTS && CRYPTO && EXPERIMENTAL || CRYPTO_GHASH && CRYPTO) selects 
> CRYPTO_GF128MUL which has unmet direct dependencies (CRYPTO && EXPERIMENTAL)
> 
> for the current git kernel sources.
> Is this an already known issue ?

Does this patch help?

commit 8ad225e8e4f530f500c12ec77fd5a51caf6a2f66
Author: Herbert Xu <herbert@gondor.apana.org.au>
Date:   Tue Dec 28 22:56:26 2010 +1100

    crypto: gf128mul - Remove experimental tag
    
    This feature no longer needs the experimental tag.
    
    Reported-by: Toralf Förster <toralf.foerster@gmx.de>
    Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

diff --git a/crypto/Kconfig b/crypto/Kconfig
index 96b0e55..4b7cb0e 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -110,7 +110,6 @@ config CRYPTO_MANAGER_DISABLE_TESTS
 
 config CRYPTO_GF128MUL
 	tristate "GF(2^128) multiplication functions (EXPERIMENTAL)"
-	depends on EXPERIMENTAL
 	help
 	  Efficient table driven implementation of multiplications in the
 	  field GF(2^128).  This is needed by some cypher modes. This

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 related	[flat|nested] 3+ messages in thread

* Re: unmet direct dependencies  (CRYPTO && EXPERIMENTAL)
  2010-12-28 11:58 ` Herbert Xu
@ 2010-12-28 14:43   ` Toralf Förster
  0 siblings, 0 replies; 3+ messages in thread
From: Toralf Förster @ 2010-12-28 14:43 UTC (permalink / raw)
  To: Herbert Xu; +Cc: linux-crypto


Herbert Xu wrote at 12:58:26
> Toralf Förster <toralf.foerster@gmx.de> wrote:
> > a "make randconfig 1>/dev/null" gave today :
> > 
> > warning: (CRYPTO_LRW && CRYPTO && EXPERIMENTAL || CRYPTO_XTS && CRYPTO &&
> > EXPERIMENTAL || CRYPTO_GHASH && CRYPTO) selects CRYPTO_GF128MUL which
> > has unmet direct dependencies (CRYPTO && EXPERIMENTAL)
> > 
> > for the current git kernel sources.
> > Is this an already known issue ?
> 
> Does this patch help?

Althought I did not have the original .config, I'm pretty sure this patch 
helps b/c after I applied it, the issue wasn't any longer observed even doing 
*a lot* of "make randconfig"..

> commit 8ad225e8e4f530f500c12ec77fd5a51caf6a2f66
> Author: Herbert Xu <herbert@gondor.apana.org.au>
> Date:   Tue Dec 28 22:56:26 2010 +1100
> 
>     crypto: gf128mul - Remove experimental tag
> 
>     This feature no longer needs the experimental tag.
> 
>     Reported-by: Toralf Förster <toralf.foerster@gmx.de>
>     Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
> 
> diff --git a/crypto/Kconfig b/crypto/Kconfig
> index 96b0e55..4b7cb0e 100644
> --- a/crypto/Kconfig
> +++ b/crypto/Kconfig
> @@ -110,7 +110,6 @@ config CRYPTO_MANAGER_DISABLE_TESTS
> 
>  config CRYPTO_GF128MUL
>  	tristate "GF(2^128) multiplication functions (EXPERIMENTAL)"
> -	depends on EXPERIMENTAL
>  	help
>  	  Efficient table driven implementation of multiplications in the
>  	  field GF(2^128).  This is needed by some cypher modes. This
> 
> Thanks,


-- 
MfG/Kind regards
Toralf Förster

pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

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

end of thread, other threads:[~2010-12-28 14:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-27 12:13 unmet direct dependencies (CRYPTO && EXPERIMENTAL) Toralf Förster
2010-12-28 11:58 ` Herbert Xu
2010-12-28 14:43   ` Toralf Förster

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