Re: [RFC 2/2] [crypto] make the crypto subsystem fully modular

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* Herbert Xu | 2008-03-24 20:35:59 [+0800]:

>On Sat, Jan 05, 2008 at 01:36:37PM +0100, Sebastian Siewior wrote:
>>
>> diff --git a/crypto/api.c b/crypto/api.c
>> index a2496d1..0a0f41e 100644
>> --- a/crypto/api.c
>> +++ b/crypto/api.c
>> @@ -445,3 +445,6 @@ int crypto_has_alg(const char *name, u32 type, u32 mask)
>>  	return ret;
>>  }
>>  EXPORT_SYMBOL_GPL(crypto_has_alg);
>> +
>> +MODULE_DESCRIPTION("Cryptographic core API");
>> +MODULE_LICENSE("GPL");
>
>Could you please add an exit handler? That way we can unload the
>module which is probably the most important application of this.
We can do this allready because we don't have an init function.

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

[Index of Archives]     [Kernel]     [Gnu Classpath]     [Gnu Crypto]     [DM Crypt]     [Netfilter]     [Bugtraq]

  Powered by Linux