kernel: the patch to disable the crypto tests is no longer necessary since 2.6.36...
authorFelix Fietkau <nbd@openwrt.org>
Thu, 24 Feb 2011 01:11:11 +0000 (01:11 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 24 Feb 2011 01:11:11 +0000 (01:11 +0000)
SVN-Revision: 25689

target/linux/generic/config-2.6.36
target/linux/generic/config-2.6.37
target/linux/generic/config-2.6.38
target/linux/generic/patches-2.6.36/260-crypto_optional_tests.patch [deleted file]
target/linux/generic/patches-2.6.37/260-crypto_optional_tests.patch [deleted file]
target/linux/generic/patches-2.6.38/260-crypto_optional_tests.patch [deleted file]

index 4fd91338af99bf96ac1439cff0934f0974a808d7..0eb7c40e1df6374664a4c8ddb527f4cd4c8781e3 100644 (file)
@@ -417,7 +417,6 @@ CONFIG_CRYPTO_ALGAPI2=y
 # CONFIG_CRYPTO_MANAGER is not set
 # CONFIG_CRYPTO_MANAGER2 is not set
 CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
-CONFIG_CRYPTO_MANAGER_NO_TESTS=y
 # CONFIG_CRYPTO_MD4 is not set
 # CONFIG_CRYPTO_MD5 is not set
 # CONFIG_CRYPTO_MICHAEL_MIC is not set
index a68eb76780416aaffd70125709c1f6fb73353ac9..05ec12ae511b9ae99f94704ff355458bc2064b54 100644 (file)
@@ -428,7 +428,6 @@ CONFIG_CRYPTO_ALGAPI2=y
 # CONFIG_CRYPTO_MANAGER is not set
 # CONFIG_CRYPTO_MANAGER2 is not set
 CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
-CONFIG_CRYPTO_MANAGER_NO_TESTS=y
 # CONFIG_CRYPTO_MD4 is not set
 # CONFIG_CRYPTO_MD5 is not set
 # CONFIG_CRYPTO_MICHAEL_MIC is not set
index 0d0de9d327c2596619eeccf1829d394685c41f16..c1b6cd6b3bf1f26cb014ba25af0253403b22a644 100644 (file)
@@ -427,7 +427,6 @@ CONFIG_CRYPTO_ALGAPI2=y
 # CONFIG_CRYPTO_MANAGER is not set
 # CONFIG_CRYPTO_MANAGER2 is not set
 CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
-CONFIG_CRYPTO_MANAGER_NO_TESTS=y
 # CONFIG_CRYPTO_MD4 is not set
 # CONFIG_CRYPTO_MD5 is not set
 # CONFIG_CRYPTO_MICHAEL_MIC is not set
diff --git a/target/linux/generic/patches-2.6.36/260-crypto_optional_tests.patch b/target/linux/generic/patches-2.6.36/260-crypto_optional_tests.patch
deleted file mode 100644 (file)
index 38113df..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
---- a/crypto/Kconfig
-+++ b/crypto/Kconfig
-@@ -109,6 +109,10 @@ config CRYPTO_MANAGER_DISABLE_TESTS
-         Disable run-time self tests that normally take place at
-         algorithm registration.
-+config CRYPTO_MANAGER_NO_TESTS
-+      bool "Disable internal testsuite to save space"
-+      depends on CRYPTO_MANAGER
-+
- config CRYPTO_GF128MUL
-       tristate "GF(2^128) multiplication functions (EXPERIMENTAL)"
-       depends on EXPERIMENTAL
---- a/crypto/testmgr.c
-+++ b/crypto/testmgr.c
-@@ -58,6 +58,8 @@ int alg_test(const char *driver, const c
- #define ENCRYPT 1
- #define DECRYPT 0
-+#ifndef CONFIG_CRYPTO_MANAGER_NO_TESTS
-+
- struct tcrypt_result {
-       struct completion completion;
-       int err;
-@@ -2484,8 +2486,11 @@ static int alg_find_test(const char *alg
-       return -1;
- }
-+#endif /* CONFIG_CRYPTO_MANAGER_NO_TESTS */
-+
- int alg_test(const char *driver, const char *alg, u32 type, u32 mask)
- {
-+#ifndef CONFIG_CRYPTO_MANAGER_NO_TESTS
-       int i;
-       int j;
-       int rc;
-@@ -2540,6 +2545,9 @@ notest:
-       return 0;
- non_fips_alg:
-       return -EINVAL;
-+#else /* CONFIG_CRYPTO_MANAGER_NO_TESTS */
-+      return 0;
-+#endif /* CONFIG_CRYPTO_MANAGER_NO_TESTS */
- }
- #endif /* CONFIG_CRYPTO_MANAGER_DISABLE_TESTS */
---- a/crypto/testmgr.h
-+++ b/crypto/testmgr.h
-@@ -20,6 +20,8 @@
- #include <crypto/compress.h>
-+#ifndef CONFIG_CRYPTO_MANAGER_NO_TESTS
-+
- #define MAX_DIGEST_SIZE               64
- #define MAX_TAP                       8
-@@ -9608,4 +9610,6 @@ static struct hash_testvec crc32c_tv_tem
-       },
- };
-+#endif /* CONFIG_CRYPTO_MANAGER_NO_TESTS */
-+
- #endif        /* _CRYPTO_TESTMGR_H */
diff --git a/target/linux/generic/patches-2.6.37/260-crypto_optional_tests.patch b/target/linux/generic/patches-2.6.37/260-crypto_optional_tests.patch
deleted file mode 100644 (file)
index 28352ed..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
---- a/crypto/Kconfig
-+++ b/crypto/Kconfig
-@@ -108,6 +108,10 @@ config CRYPTO_MANAGER_DISABLE_TESTS
-         Disable run-time self tests that normally take place at
-         algorithm registration.
-+config CRYPTO_MANAGER_NO_TESTS
-+      bool "Disable internal testsuite to save space"
-+      depends on CRYPTO_MANAGER
-+
- config CRYPTO_GF128MUL
-       tristate "GF(2^128) multiplication functions (EXPERIMENTAL)"
-       depends on EXPERIMENTAL
---- a/crypto/testmgr.c
-+++ b/crypto/testmgr.c
-@@ -58,6 +58,8 @@ int alg_test(const char *driver, const c
- #define ENCRYPT 1
- #define DECRYPT 0
-+#ifndef CONFIG_CRYPTO_MANAGER_NO_TESTS
-+
- struct tcrypt_result {
-       struct completion completion;
-       int err;
-@@ -2484,8 +2486,11 @@ static int alg_find_test(const char *alg
-       return -1;
- }
-+#endif /* CONFIG_CRYPTO_MANAGER_NO_TESTS */
-+
- int alg_test(const char *driver, const char *alg, u32 type, u32 mask)
- {
-+#ifndef CONFIG_CRYPTO_MANAGER_NO_TESTS
-       int i;
-       int j;
-       int rc;
-@@ -2540,6 +2545,9 @@ notest:
-       return 0;
- non_fips_alg:
-       return -EINVAL;
-+#else /* CONFIG_CRYPTO_MANAGER_NO_TESTS */
-+      return 0;
-+#endif /* CONFIG_CRYPTO_MANAGER_NO_TESTS */
- }
- #endif /* CONFIG_CRYPTO_MANAGER_DISABLE_TESTS */
---- a/crypto/testmgr.h
-+++ b/crypto/testmgr.h
-@@ -20,6 +20,8 @@
- #include <crypto/compress.h>
-+#ifndef CONFIG_CRYPTO_MANAGER_NO_TESTS
-+
- #define MAX_DIGEST_SIZE               64
- #define MAX_TAP                       8
-@@ -9608,4 +9610,6 @@ static struct hash_testvec crc32c_tv_tem
-       },
- };
-+#endif /* CONFIG_CRYPTO_MANAGER_NO_TESTS */
-+
- #endif        /* _CRYPTO_TESTMGR_H */
diff --git a/target/linux/generic/patches-2.6.38/260-crypto_optional_tests.patch b/target/linux/generic/patches-2.6.38/260-crypto_optional_tests.patch
deleted file mode 100644 (file)
index e1a1588..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
---- a/crypto/Kconfig
-+++ b/crypto/Kconfig
-@@ -108,6 +108,10 @@ config CRYPTO_MANAGER_DISABLE_TESTS
-         Disable run-time self tests that normally take place at
-         algorithm registration.
-+config CRYPTO_MANAGER_NO_TESTS
-+      bool "Disable internal testsuite to save space"
-+      depends on CRYPTO_MANAGER
-+
- config CRYPTO_GF128MUL
-       tristate "GF(2^128) multiplication functions (EXPERIMENTAL)"
-       help
---- a/crypto/testmgr.c
-+++ b/crypto/testmgr.c
-@@ -65,6 +65,8 @@ int alg_test(const char *driver, const c
- #define ENCRYPT 1
- #define DECRYPT 0
-+#ifndef CONFIG_CRYPTO_MANAGER_NO_TESTS
-+
- struct tcrypt_result {
-       struct completion completion;
-       int err;
-@@ -2508,8 +2510,11 @@ static int alg_find_test(const char *alg
-       return -1;
- }
-+#endif /* CONFIG_CRYPTO_MANAGER_NO_TESTS */
-+
- int alg_test(const char *driver, const char *alg, u32 type, u32 mask)
- {
-+#ifndef CONFIG_CRYPTO_MANAGER_NO_TESTS
-       int i;
-       int j;
-       int rc;
-@@ -2564,6 +2569,9 @@ notest:
-       return 0;
- non_fips_alg:
-       return -EINVAL;
-+#else /* CONFIG_CRYPTO_MANAGER_NO_TESTS */
-+      return 0;
-+#endif /* CONFIG_CRYPTO_MANAGER_NO_TESTS */
- }
- #endif /* CONFIG_CRYPTO_MANAGER_DISABLE_TESTS */
---- a/crypto/testmgr.h
-+++ b/crypto/testmgr.h
-@@ -29,6 +29,8 @@
- #include <crypto/compress.h>
-+#ifndef CONFIG_CRYPTO_MANAGER_NO_TESTS
-+
- #define MAX_DIGEST_SIZE               64
- #define MAX_TAP                       8
-@@ -9969,4 +9971,6 @@ static struct hash_testvec crc32c_tv_tem
-       },
- };
-+#endif /* CONFIG_CRYPTO_MANAGER_NO_TESTS */
-+
- #endif        /* _CRYPTO_TESTMGR_H */