On Fri, Jun 09, 2006 at 02:07:01AM +0000, Shawn Bohrer wrote:
> 
> [1.]  One line summary of the problem:  Booting my IBM T20 with
> 2.6.17-rc5 causes a kernel panic, with and initial message of "BUG:
> scheduling while atomic: swapper/0x4e31468b/1"

Thanks for the report.  It makes no sense to build tcrypt into the
kernel since its init function is designed to always fail.  So I'm
going to modify Kconfig to disallow this from happening.

Thanks,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
diff --git a/crypto/Kconfig b/crypto/Kconfig
index c442f2e..ba133d5 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -337,7 +337,7 @@ config CRYPTO_CRC32C
 
 config CRYPTO_TEST
        tristate "Testing module"
-       depends on CRYPTO
+       depends on CRYPTO && m
        help
          Quick & dirty crypto test module.
 

Reply via email to