Re: [patch 08/32] cryptoloop: Select CRYPTO_CBC

2006-12-09 Thread Herbert Xu
On Sat, Dec 09, 2006 at 07:32:02AM +0100, Rene Herman wrote: > > dm-crypt needs CBC in the same manner -- normal (via howto) use of > cryptsetup doesn't work otherwise, same as with cryptoloop. Good point. Here's the patch for 2.6.19 and 2.6.20. [CRYPTO] dm-crypt: Select CRYPTO_CBC As CBC is

Re: [patch 08/32] cryptoloop: Select CRYPTO_CBC

2006-12-08 Thread Rene Herman
Chris Wright wrote: -stable review patch. If anyone has any objections, please let us know. -- From: Herbert Xu <[EMAIL PROTECTED]> As CBC is the default chaining method for cryptoloop, we should select it from cryptoloop to ease the transition. Signed-off-by: Herbert Xu <[EM

[patch 08/32] cryptoloop: Select CRYPTO_CBC

2006-12-08 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: Herbert Xu <[EMAIL PROTECTED]> As CBC is the default chaining method for cryptoloop, we should select it from cryptoloop to ease the transition. Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> Signed-