From: Herbert Xu <herbert@gondor.apana.org.au>
To: "Toralf Förster" <toralf.foerster@gmx.de>
Cc: linux-crypto@vger.kernel.org
Subject: Re: unmet direct dependencies (CRYPTO && EXPERIMENTAL)
Date: Tue, 28 Dec 2010 22:58:26 +1100 [thread overview]
Message-ID: <20101228115826.GA27538@gondor.apana.org.au> (raw)
In-Reply-To: <201012271313.31686.toralf.foerster@gmx.de>
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
next prev parent reply other threads:[~2010-12-28 11:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-27 12:13 unmet direct dependencies (CRYPTO && EXPERIMENTAL) Toralf Förster
2010-12-28 11:58 ` Herbert Xu [this message]
2010-12-28 14:43 ` Toralf Förster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101228115826.GA27538@gondor.apana.org.au \
--to=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=toralf.foerster@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox