Re: Crypto Fixes for 2.6.29

2009-03-03 Thread Herbert Xu
Hi Linus: This push fixes two bugs: * A 2.6.27 regression where the new test mechanism can cause the optimised AES implementation on s390 to hang on initial module load. The same thing can affect the VIA PadLock, although modprobe alias ordering may have prevented it from occurring. * A build e

Re: Crypto Fixes for 2.6.29

2009-02-26 Thread Herbert Xu
Hi Linus: This push fixes a 2.6.27 regression where the new test mechanism can cause the optimised AES implementation on s390 to hang on initial module load. The same thing can affect the VIA PadLock, although modprobe alias ordering may have prevented it from occurring. Please pull from git://

Re: Crypto Fixes for 2.6.29

2009-02-23 Thread Herbert Xu
Hi Linus: This push fixes a bug in /proc/crypto where it may display a bogus digest size for ahash algorithms. 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 Lee Nipper (1): cry

Re: Crypto Fixes for 2.6.29

2009-02-17 Thread Herbert Xu
Hi Linus: This push fixes LRW (used for disk encryption) on big endian. It turns out that it just never worked over there. Based on the fact that nobody screamed about it after the addition of mandatory testing, it seems that it just isn't used so we don't have to worry about existing big-endian

Re: Crypto Fixes for 2.6.29

2009-02-08 Thread Herbert Xu
Hi Linus: This push fixes a number of bugs/regerssions: * shash modules weren't ref counted properly. * AEAD initialisation may fail which broke IPsec. * Not all memory were zeroed when a crypto tfm is freed. * We were doing flush_dcache_page on slab pages. Please pull from git://git.kernel.or

Re: Crypto Fixes for 2.6.29

2009-01-26 Thread Herbert Xu
Hi Linus: This push fixes a number of minor bugs: * A crash in authenc that may occur if null encryption is used (a rare configuration). * Error handling in blkcipher_walk_done (though this error should never occur unless underlying algorithm is buggy). * Crash in CCM with no association data

Crypto Fixes for 2.6.29

2009-01-14 Thread Herbert Xu
Hi Linus: This push fixes a crash in authenc that may occur if null encryption is used (a rare configuration). 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): cry