[kernel] r16424 - in dists/trunk/linux-2.6/debian: . config

Ben Hutchings benh at alioth.debian.org
Sun Oct 10 15:28:12 UTC 2010


Author: benh
Date: Sun Oct 10 15:28:05 2010
New Revision: 16424

Log:
crypto: Explicitly enable algorithm self-tests (Closes: #599441)

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Sun Oct 10 15:08:13 2010	(r16423)
+++ dists/trunk/linux-2.6/debian/changelog	Sun Oct 10 15:28:05 2010	(r16424)
@@ -9,6 +9,7 @@
   * [x86] Enable modular IDEAPAD_ACPI (Closes: #599444)
   * perf: Enable Perl and Python scripting
     - Move scripts to /usr/share/perf_<version>-core (Closes: #599624)
+  * crypto: Explicitly enable algorithm self-tests (Closes: #599441)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Thu, 07 Oct 2010 03:24:21 +0100
 

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Sun Oct 10 15:08:13 2010	(r16423)
+++ dists/trunk/linux-2.6/debian/config/config	Sun Oct 10 15:28:05 2010	(r16424)
@@ -26,6 +26,7 @@
 CONFIG_CRYPTO=y
 CONFIG_CRYPTO_FIPS=y
 CONFIG_CRYPTO_MANAGER=y
+CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=n
 CONFIG_CRYPTO_GF128MUL=m
 CONFIG_CRYPTO_NULL=m
 # CONFIG_CRYPTO_CRYPTD is not set



More information about the Kernel-svn-changes mailing list