Crypto Fixes for 4.16

2018-02-22 Thread Herbert Xu
Hi Linus: This push fixes an oops in the s5p-sss driver when used with ecb(aes). Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Kamil Konieczny (1): crypto: s5p-sss - Fix kernel Oops in AES-ECB mode drivers/crypto/s5p-sss.c | 12

Crypto Fixes for 4.16

2018-02-11 Thread Herbert Xu
Hi Linus: This push fixes the following issues: - Fix oversize stack frames on mn10300 in sha3-generic. - Fix warning on old compilers in sha3-generic. - Fix API error in sun4i_ss_prng. - Fix potential dead-lock in sun4i_ss_prng. - Fix null-pointer dereference in sha512-mb. - Fix endless loop wh