Re: [PATCH 08/11] crypto: pass crypto_user module to netlink_dump_start

2012-09-26 Thread Gao feng
于 2012年09月26日 13:49, Steffen Klassert 写道: > On Wed, Sep 26, 2012 at 12:52:17PM +0800, Gao feng wrote: >> use proper netlink_dump_control.done and .module to avoid panic. >> >> Signed-off-by: Gao feng >> Cc: Herbert Xu >> --- >> crypto/crypto_user.c |6 +- >> 1 files changed, 5 insertions

Re: [PATCH 08/11] crypto: pass crypto_user module to netlink_dump_start

2012-09-25 Thread Steffen Klassert
On Wed, Sep 26, 2012 at 12:52:17PM +0800, Gao feng wrote: > use proper netlink_dump_control.done and .module to avoid panic. > > Signed-off-by: Gao feng > Cc: Herbert Xu > --- > crypto/crypto_user.c |6 +- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/crypto/crypt

[PATCH 08/11] crypto: pass crypto_user module to netlink_dump_start

2012-09-25 Thread Gao feng
use proper netlink_dump_control.done and .module to avoid panic. Signed-off-by: Gao feng Cc: Herbert Xu --- crypto/crypto_user.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/crypto/crypto_user.c b/crypto/crypto_user.c index ba2c611..b5cb32b 100644 --- a/crypto/c