Crypto Fixes for 3.17

2014-09-24 Thread Herbert Xu
Hi Linus: This push fixes three issues: * If ccp is loaded on a machine without ccp, it will incorrectly activate causing all requests to fail. Fixed by preventing ccp from loading if hardware isn't available. * Not all IRQs were enabled for the qat driver, leading to potential stalls when it

Crypto Fixes for 3.17

2014-09-15 Thread Herbert Xu
Hi Linus: This push fixes the newly added drbg generator so that it actually works on 32-bit machines. Previously the code was only tested on 64-bit and on 32-bit it overflowed and simply doesn't work. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or