Re: VIA Padlock driver no longer loads automatically

2009-04-20 Thread Herbert Xu
On Mon, Apr 20, 2009 at 06:14:02PM -0400, Chuck Ebbert wrote: > On x86 machines only aes_generic and aes_i586 get loaded automatically as of > kernel 2.6.29. Looks like this was caused by: > > commit a760a6656e6f00bb0144a42a048cf0266646e22c > crypto: api - Fix module load deadlock with fallbac

Re: VIA Padlock driver no longer loads automatically

2009-04-20 Thread Herbert Xu
On Tue, Apr 21, 2009 at 01:53:31PM +0800, Herbert Xu wrote: > > Thanks for the report. This patch should fix the problem. In fact, padlock-aes shouldn't have been aes-all in the first place so I'm going to add tihs patch too. commit acd246b7494c629aa617da49716409566cf52149 Author: Herbert Xu D

Re: VIA Padlock driver no longer loads automatically

2009-04-21 Thread Sebastian Andrzej Siewior
* Herbert Xu | 2009-04-21 13:56:13 [+0800]: >On Tue, Apr 21, 2009 at 01:53:31PM +0800, Herbert Xu wrote: >> >> Thanks for the report. This patch should fix the problem. > >In fact, padlock-aes shouldn't have been aes-all in the first >place so I'm going to add tihs patch too. You changed all alg

Re: VIA Padlock driver no longer loads automatically

2009-04-21 Thread Herbert Xu
On Tue, Apr 21, 2009 at 10:26:45AM +0200, Sebastian Andrzej Siewior wrote: > > You changed all algos which need fallback to *-all to get them > probed/loaded after the generic algorithm. The same load/fallback/test > pattern exist for the s390 aes for instance. Should it be renamed as > well? It w

Re: VIA Padlock driver no longer loads automatically

2009-04-21 Thread Sebastian Andrzej Siewior
* Herbert Xu | 2009-04-21 18:53:27 [+0800]: >It was already renamed in the original patch. The problem here >is that padlock-aes was incorrectly renamed as it doesn't require >a fallback. Right, just key computation which is not part of the crypto API. >Cheers, >-- Sebastian -- To unsubscribe