Crypto Fixes for 4.1

2015-06-17 Thread Herbert Xu
Hi Linus: This push fixes the following issues: 1) Crash in caam hash due to uninitialised buffer lengths. 2) Alignment issue in caam RNG that may lead to non-random output. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git Steve Cornelius (2):

Crypto Fixes for 4.1

2015-05-26 Thread Herbert Xu
Hi Linus: This push disables the newly (4.1) added user-space AEAD interface so that we can fix issues in the underlying kernel AEAD interface. Once the new kernel AEAD interface is ready we can then reenable the user-space AEAD interface. Please pull from

Re: Crypto Fixes for 4.1

2015-05-22 Thread Linus Torvalds
On Thu, May 21, 2015 at 9:05 PM, Herbert Xu herb...@gondor.apana.org.au wrote: 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 Mind fixing your script to not have that old

Re: Crypto Fixes for 4.1

2015-05-22 Thread Herbert Xu
On Fri, May 22, 2015 at 02:29:11PM -0700, Linus Torvalds wrote: On Thu, May 21, 2015 at 9:05 PM, Herbert Xu herb...@gondor.apana.org.au wrote: Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or

Crypto Fixes for 4.1

2015-05-21 Thread Herbert Xu
Hi Linus: This push fixes the following issues: * Crash in the newly added algif_aead interface when it tries to link SG lists. * ICV corruption in s390/ghash when the same tfm is used by more than one thread. Please pull from

Crypto Fixes for 4.1

2015-04-25 Thread Herbert Xu
Hi Linus: This push fixes a build problem with img-hash under non-standard configurations and a serious regression with sha512_ssse3 which can lead to boot failures. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or