Crypto Fixes for 3.19

2015-01-19 Thread Herbert Xu
Hi Linus: This push fixes a regression that arose from the change to add a crypto prefix to module names which was done to prevent the loading of arbitrary modules through the Crypto API. In particular, a number of modules were missing the crypto prefix which meant that they could no longer be au

Crypto Fixes for 3.19

2015-01-06 Thread Herbert Xu
Hi Linus: This push fixes a build problem with sha-mb with old toolchains and an implementation bug in the ctr(aes)/by8 branch of aesni-intel that's enabled when AVX is available. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or master.kernel.org:/pub/sc

Crypto Fixes for 3.19

2014-12-30 Thread Herbert Xu
Hi Linus: This push fixes a use-after-free crash in the user-space crypto API. 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 Rabin Vincent (1): crypto: af_alg - fix backlog han