Crypto Fixes for 4.8

2016-09-19 Thread Herbert Xu
Hi Linus: This push fixes a potential weakness in IPsec CBC IV generation, as well as a number of issues that arose out of an OOM crash on ARM with CTR-mode AES. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Ard Biesheuvel (2): crypto:

Re: Crypto Fixes for 4.8

2016-09-05 Thread Herbert Xu
Hi Linus: This push fixes a regression in the cryptd code that breaks certain accelerated AED algorithms as well as an older regression in the caam driver that breaks IPsec. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Herbert Xu (1):

Crypto Fixes for 4.8

2016-08-31 Thread Herbert Xu
Hi Linus: This push fixes the following issues: - Kconfig problem that prevented mxc-rnga from being enabled. - Bogus key sizes in qat aes-xts. - Buggy aes-xts code in vmx. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Fabian Frederick (1):

Crypto Fixes for 4.8

2016-08-23 Thread Herbert Xu
Hi Linus: This push fixes a number of memory corruption bugs in the newly added sha256-mb/sha256-mb code. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Xiaodong Liu (2): crypto: sha256-mb - fix ctx pointer and digest copy crypto:

Crypto Fixes for 4.8

2016-08-16 Thread Herbert Xu
Hi Linus: This push fixes the following issue: - Missing ULL suffixes for 64-bit constants in sha3. - Two caam AEAD regressions. - Bogus setkey hooks in non-hmac caam hashes. - Missing kbuild dependency for powerpc crc32c. Please pull from

Crypto Fixes for 4.8

2016-08-01 Thread Herbert Xu
Hi Linus: This push fixes a number of regressions in the marvell cesa driver caused by the chaining work, and a regression in lib/mpi that leads to a GFP_KERNEL allocation with preemption disabled. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus