Re: [PATCH] [crypto] load the SHA1[1|256] module by an alias

2007-10-06 Thread Sebastian Siewior
* Herbert Xu | 2007-10-05 22:20:22 [+0800]: On Fri, Oct 05, 2007 at 03:50:56PM +0200, Sebastian Siewior wrote: I did not find a module_mutex. We hold a readlock of crypto_alg_sem within the crypto subsystem and request_module() increments kmod_concurrent (which may not exceed a certain

Re: [1/1 take 2] HIFN 795x driver.

2007-10-06 Thread Sebastian Siewior
* Evgeniy Polyakov | 2007-10-02 19:00:13 [+0400]: +MODULE_LICENSE(GPL); +MODULE_AUTHOR(Evgeniy Polyakov [EMAIL PROTECTED]); +MODULE_DESCRIPTION(Driver for HIFN 795x crypto accelerator chip.); Please also add MODULE_ALIAS for algos (that was aes, des and 3des as far as I remember). Sebastian -

Re: [PATCH] [crypto] load the SHA1[1|256] module by an alias (v2)

2007-10-06 Thread Sebastian Siewior
* Herbert Xu | 2007-10-05 23:10:51 [+0800]: On Fri, Oct 05, 2007 at 03:12:10PM +0200, Sebastian Siewior wrote: Loading the crypto algorithm by the alias instead of by module directly has the advantage that all possible implementations of this algorithm are loaded automatically and the crypto