-
- Downloads
Pull crypto fixes from Herbert Xu: - 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. * git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: user - Fix size of netlink dump message crypto: user - Fix lookup of algorithms with IV generator crypto: pcrypt - Use the online cpumask as the default padata: Fix cpu hotplug padata: Use the online cpumask as the default padata: Add a reference to the api documentation
Showing
- crypto/ablkcipher.c 2 additions, 2 deletionscrypto/ablkcipher.c
- crypto/aead.c 2 additions, 2 deletionscrypto/aead.c
- crypto/crypto_user.c 79 additions, 1 deletioncrypto/crypto_user.c
- crypto/pcrypt.c 4 additions, 4 deletionscrypto/pcrypt.c
- include/crypto/internal/aead.h 2 additions, 0 deletionsinclude/crypto/internal/aead.h
- include/crypto/internal/skcipher.h 2 additions, 0 deletionsinclude/crypto/internal/skcipher.h
- include/linux/cryptouser.h 3 additions, 0 deletionsinclude/linux/cryptouser.h
- kernel/padata.c 9 additions, 4 deletionskernel/padata.c
Please sign in to comment