From: Herbert Xu Date: Wed, 10 Dec 2008 12:29:44 +0000 (+1100) Subject: crypto: api - Disallow cryptomgr as a module if algorithms are built-in X-Git-Tag: v2.6.28-rc8~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a0fcbb4dad15f02ca8f8ae6324fcd3fc43b9d35;p=pandora-kernel.git crypto: api - Disallow cryptomgr as a module if algorithms are built-in If we have at least one algorithm built-in then it no longer makes sense to have the testing framework, and hence cryptomgr to be a module. It should be either on or off, i.e., built-in or disabled. This just happens to stop a potential runaway modprobe loop that seems to trigger on at least one distro. With fixes from Evgeniy Polyakov. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed