* Herbert Xu | 2007-10-08 11:20:17 [+0800]:

>On Sun, Oct 07, 2007 at 11:42:27PM +0200, Sebastian Siewior wrote:
>> 
>> I tried to deadlock and I did not succeed, maybe I did something wrong.
>> 
>> # fgrep sha modules.alias 
>> alias sha256 padlock_sha
>> alias sha1 padlock_sha
>> alias sha384 sha512
>> alias sha256 sha256_generic
>> alias sha1 sha1_generic
>
>Try reversing this.  modprobe aliases are added to the head
>of the list so they'll come out in reverse.

# fgrep sha modules.alias
alias sha1 sha1_generic
alias sha256 sha256_generic
alias sha384 sha512
alias sha1 padlock_sha
alias sha256 padlock_sha

Still no dead-lock.

>Cheers,

Sebastian
-
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to