Re: Crypto Fixes for 2.6.32

2009-11-23 Thread Herbert Xu
Hi Linus: This push fixes a crash in the gcm driver when used in conjunction with an asynchronous cipher (e.g., aesni-intel). 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 Huang

Crypto Fixes for 2.6.32

2009-10-20 Thread Herbert Xu
Hi Linus: This push fixes a regression in the padlock-sha driver that causes faults on 32-bit VIA processors. 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 Herbert Xu (1):

Re: Crypto Fixes for 2.6.32

2009-10-20 Thread Herbert Xu
Hi Linus: This push fixes a regression in the padlock-sha driver that causes faults on 32-bit VIA processors. I've just added another regression fix that's specific to the Intel AESNI instruction where the FPU test was reversed. Please pull from