Crypto Fixes for 4.9

2016-12-09 Thread Herbert Xu
Hi Linus: This push fixes the following issues: - Fix pointer size when caam is used with AArch64 boot loader on AArch32 kernel. - Fix ahash state corruption in marvell driver. - Fix buggy algif_aed tag handling. - Prevent mcryptd from being used with incompatible algorithms which can cause c

Crypto Fixes for 4.9

2016-12-04 Thread Herbert Xu
Hi Linus: This push fixes the following issues: - Intermittent build failure in RSA. - Memory corruption in chelsio crypto driver. - Regression in DRBG due to vmalloced stack. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus David Michael (1):

Crypto Fixes for 4.9

2016-11-22 Thread Herbert Xu
Hi Linus: The last push broke algif_hash for all shash implementations, so this is a follow-up to fix that. It also fixes a problem in the crypto scatterwalk that triggers a BUG_ON with certain debugging options due to the new vmalloced-stack code. Please pull from git://git.kernel.org/pub/scm

Crypto Fixes for 4.9

2016-11-19 Thread Herbert Xu
Hi Linus: This push fixes the following issues: - Compiler warning in caam driver that was the last one remaining. - Do not register aes-xts in caam drivers on unsupported platforms. - Regression in algif_hash interface that may lead to an oops. Please pull from git://git.kernel.org/pub/scm/li

Crypto Fixes for 4.9

2016-10-24 Thread Herbert Xu
Hi Linus: This push fixes a regression caused by the stack vmalloc change. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Andrew Lutomirski (1): hwrng: core - Don't use a stack buffer in add_early_randomness() drivers/char/hw_random/core.c