Hi Linus: This push contains a bunch of fixes for new code/regressions introduced since 2.6.26 plus a fix for an old padlock bug that has risen to the surface due to recent FPU changes. Previously the bug was mostly harmless though it had the potential to leak FPU state, but since 2.6.26 it has become lethal resulting in crashes if the padlock is used during process creation. 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 (3): crypto: tcrypt - Fix AEAD chunk testing crypto: hash - Fix digest size check for digest type crypto: hash - Add missing top-level functions Lee Nipper (1): crypto: talitos - Add handling for SEC 3.x treatment of link table Suresh Siddha (1): crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore() crypto/digest.c | 2 - crypto/tcrypt.c | 28 +++++++++++++------- drivers/char/hw_random/via-rng.c | 8 +++++ drivers/crypto/padlock-aes.c | 28 +++++++++++++++++++- drivers/crypto/padlock-sha.c | 9 ++++++ drivers/crypto/talitos.c | 54 ++++++++++++++++++++++++++++----------- include/asm-x86/i387.h | 32 +++++++++++++++++++++++ include/crypto/hash.h | 18 +++++++++++++ 8 files changed, 153 insertions(+), 26 deletions(-) Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html