Crypto Fixes for 3.13

2013-12-31 Thread Herbert Xu
Hi Linus: This push fixes a build error on ARM that was introduced in 3.13-rc1. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git Krzysztof HaƂasa (1): crypto: ixp4xx - Fix kernel

Re: [PATCH v1] crypto: aesni - fix build on x86 (32bit)

2013-12-31 Thread Herbert Xu
On Mon, Dec 30, 2013 at 03:52:24PM +0200, Andy Shevchenko wrote: > It seems commit d764593a "crypto: aesni - AVX and AVX2 version of AESNI-GCM > encode and decode" breaks a build on x86_32 since it's designed only for > x86_64. This patch makes a compilation unit conditional to CONFIG_64BIT and > f