]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
cryptoloop build fix from Herbert for 2.6.19
authorChris Wright <chrisw@sous-sol.org>
Sat, 2 Dec 2006 03:55:21 +0000 (19:55 -0800)
committerChris Wright <chrisw@sous-sol.org>
Sat, 2 Dec 2006 03:55:21 +0000 (19:55 -0800)
queue-2.6.19/cryptoloop-select-crypto_cbc.patch [new file with mode: 0644]
queue-2.6.19/series

diff --git a/queue-2.6.19/cryptoloop-select-crypto_cbc.patch b/queue-2.6.19/cryptoloop-select-crypto_cbc.patch
new file mode 100644 (file)
index 0000000..15d6561
--- /dev/null
@@ -0,0 +1,26 @@
+From stable-bounces@linux.kernel.org  Fri Dec  1 19:42:43 2006
+Date: Sat, 2 Dec 2006 14:37:27 +1100
+To: stable@kernel.org
+Message-ID: <20061202033726.GA26175@gondor.apana.org.au>
+From: Herbert Xu <herbert@gondor.apana.org.au>
+Subject: [CRYPTO] cryptoloop: Select CRYPTO_CBC
+
+As CBC is the default chaining method for cryptoloop, we should select
+it from cryptoloop to ease the transition.
+
+Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
+---
+ drivers/block/Kconfig |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- linux-2.6.19.orig/drivers/block/Kconfig
++++ linux-2.6.19/drivers/block/Kconfig
+@@ -305,6 +305,7 @@ config BLK_DEV_LOOP
+ config BLK_DEV_CRYPTOLOOP
+       tristate "Cryptoloop Support"
+       select CRYPTO
++      select CRYPTO_CBC
+       depends on BLK_DEV_LOOP
+       ---help---
+         Say Y here if you want to be able to use the ciphers that are 
index 50073be68da8bb381b0fce3c9198909330a60074..b89043c238e4fac1af6de059222f0bdcc28d96f6 100644 (file)
@@ -5,3 +5,4 @@ ebtables-verify-that-ebt_entries-have-zero-distinguisher.patch
 ebtables-deal-with-the-worst-case-behaviour-in-loop-checks.patch
 ebtables-prevent-wraparounds-in-checks-for-entry-components-sizes.patch
 net_sched-policer-restore-compatibility-with-old-iproute-binaries.patch
+cryptoloop-select-crypto_cbc.patch