Re: Trouble with non modular ciphers

2008-01-31 Thread Herbert Xu
On Thu, Jan 31, 2008 at 10:21:24AM +0100, Andi Kleen wrote: > > FYI -- with a linus git kernel of yesterday or so I ran into a problem where > one cipher module (CBC) was compiled in and the rest modular. dm_crypt > could not resolve the cipher module until I turned it into a module. > I don't r

Re: Trouble with non modular ciphers

2008-01-31 Thread Sebastian Siewior
* Andi Kleen | 2008-01-31 13:49:54 [+0100]: >On Thursday 31 January 2008 13:48:34 Sebastian Siewior wrote: >> * Andi Kleen | 2008-01-31 10:21:24 [+0100]: >> >> >FYI -- with a linus git kernel of yesterday or so I ran into a problem >> >where >> >one cipher module (CBC) was compiled in and the r

Re: Trouble with non modular ciphers

2008-01-31 Thread Andi Kleen
On Thursday 31 January 2008 13:48:34 Sebastian Siewior wrote: > * Andi Kleen | 2008-01-31 10:21:24 [+0100]: > > >FYI -- with a linus git kernel of yesterday or so I ran into a problem where > >one cipher module (CBC) was compiled in and the rest modular. dm_crypt > >could not resolve the cipher

Re: Trouble with non modular ciphers

2008-01-31 Thread Sebastian Siewior
* Andi Kleen | 2008-01-31 10:21:24 [+0100]: >FYI -- with a linus git kernel of yesterday or so I ran into a problem where >one cipher module (CBC) was compiled in and the rest modular. dm_crypt >could not resolve the cipher module until I turned it into a module. and dm_crypt itself was a module

Trouble with non modular ciphers

2008-01-31 Thread Andi Kleen
FYI -- with a linus git kernel of yesterday or so I ran into a problem where one cipher module (CBC) was compiled in and the rest modular. dm_crypt could not resolve the cipher module until I turned it into a module. I don't remember if cryptomanager was modular or not. I don't have the exact c