Re: [1/2] [CRYPTO] api: Avoid refilling larval->adult

2006-07-03 Thread Herbert Xu
On Mon, Jul 03, 2006 at 07:49:19PM -0700, David Miller wrote: > > Would you like me to merge these 2 fixes or will you do > so directly with your crypto-2.6 tree? I'll put them into the cryptodev-2.6 tree which'll go into mm. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert

Re: [1/2] [CRYPTO] api: Avoid refilling larval->adult

2006-07-03 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Mon, 3 Jul 2006 20:22:29 +1000 > A couple of bug fixes: Would you like me to merge these 2 fixes or will you do so directly with your crypto-2.6 tree? Either way is fine with me. - To unsubscribe from this list: send the line "unsubscribe linux-crypto"

[2/2] [CRYPTO] api: Retry when modules are removed

2006-07-03 Thread Herbert Xu
Hi: [CRYPTO] api: Retry when modules are removed The module loading/unloading semantics here are such that as long as you load a replacement before unloading a module, e.g., modprobe md5-new rmmod -w md5 no operations on md5 should fail. It turns out that there are a few cases where this assum

[1/2] [CRYPTO] api: Avoid refilling larval->adult

2006-07-03 Thread Herbert Xu
Hi: A couple of bug fixes: [CRYPTO] api: Avoid refilling larval->adult Once a larval has matured we should not change its adult value as this will break those who have already dereferenced it. Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> Cheers, -- Visit Openswan at http://www.openswan.org/