[PATCH] crypto: caam - Add missing Job Ring include

2013-11-17 Thread Michael Neuling
linuxnext currently doesn't compile with the powerpc mpc85xx_defconfig giving: drivers/crypto/caam/jr.c: In function 'caam_jr_probe': drivers/crypto/caam/jr.c:468:2: error: implicit declaration of function 'of_iomap' [-Werror=implicit-function-declaration] In: commit 313ea293e9c4d1eabcaddd

Re: crypto: s390 - Fix aes-cbc IV corruption

2013-11-17 Thread Herbert Xu
On Thu, Nov 14, 2013 at 05:10:20PM +0100, Jan Glauber wrote: > On Thu, Oct 31, 2013 at 11:25:47AM +0800, Herbert Xu wrote: > > Hi: > > Hi Herbert, > > just seen this as my old email address is dead... Your patch looks > fine as it keeps the iv and the key together as required by the instruction.