Hi Linus: This push fixes a number of issues: * Fix for CPU hotplug hang in padata. * Avoid using cpu_active inappropriately in pcrypt and padata. * Fix for user-space algorithm lookup hang with IV generators. * Fix for netlink dump of algorithms where stuff went missing due to incorrect calculation of message size. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git Steffen Klassert (6): padata: Add a reference to the api documentation padata: Use the online cpumask as the default padata: Fix cpu hotplug crypto: pcrypt - Use the online cpumask as the default crypto: user - Fix lookup of algorithms with IV generator crypto: user - Fix size of netlink dump message crypto/ablkcipher.c | 4 +- crypto/aead.c | 4 +- crypto/crypto_user.c | 80 +++++++++++++++++++++++++++++++++++- crypto/pcrypt.c | 8 ++-- include/crypto/internal/aead.h | 2 + include/crypto/internal/skcipher.h | 2 + include/linux/cryptouser.h | 3 + kernel/padata.c | 13 ++++-- 8 files changed, 103 insertions(+), 13 deletions(-) Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- 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