From: Chris Wright Date: Sat, 2 Dec 2006 03:55:21 +0000 (-0800) Subject: cryptoloop build fix from Herbert for 2.6.19 X-Git-Tag: v2.6.19.1~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07e09bbb5b4a1402f26d5a4c5734682afde560ca;p=thirdparty%2Fkernel%2Fstable-queue.git cryptoloop build fix from Herbert for 2.6.19 --- 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 index 00000000000..15d656113e5 --- /dev/null +++ b/queue-2.6.19/cryptoloop-select-crypto_cbc.patch @@ -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 +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 +Signed-off-by: Chris Wright +--- + 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 diff --git a/queue-2.6.19/series b/queue-2.6.19/series index 50073be68da..b89043c238e 100644 --- a/queue-2.6.19/series +++ b/queue-2.6.19/series @@ -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