Re: [patch v3 01/11] netlink: add reference of module in netlink_dump_start

2012-10-04 Thread Gao feng
于 2012年10月04日 23:41, Ben Hutchings 写道: > 'which' not 'witch' :-) > > Ben. thanks Ben,will fix it :) -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [patch v3 01/11] netlink: add reference of module in netlink_dump_start

2012-10-04 Thread Ben Hutchings
On Thu, 2012-10-04 at 12:41 +0800, Gao feng wrote: > I get a panic when I use ss -a and rmmod inet_diag at the > same time. > > it's because netlink_dump use inet_diag_dump witch function > belongs to module inet_diag. > > I search the codes and find many modules have the same problem. > We need

Crypto Update for 3.7

2012-10-04 Thread Herbert Xu
Hi Linus: Here is the crypto update for 3.7: * Optimised AES/SHA1 for ARM. * IPsec ESN support in talitos and caam. * x86_64/avx implementation of cast5/cast6. * Add/use multi-algorithm registration helpers where possible. * Added IBM Power7+ in-Nest support. * Misc fixes. Please pull from git

Re: [patch v3 02/11] inet_diag: pass inet_diag module to netlink_dump_start

2012-10-04 Thread Gao feng
于 2012年10月04日 13:08, Eric Dumazet 写道: > I believe Pablo suggestion was to make netlink_dump_start() > automatically pass THIS_MODULE so that we dont need to change all call > sites ? Yes, since you and Pablo both think this should be better, I will resend this patchset. Thanks! -- To unsubscribe