Hi Linus: This push fixes a couple of bugs in hardware crypto support: * VIA Padlock had a serious problem dealing with odd-block-sized input for AES-CBC which causes memory overwrites beyond the end of the output buffer. Luckily the main user which is IPsec has plenty of padding that avoids any serious consequences. * Null check on the wrong variable in Sparc n2. 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): crypto: padlock - Fix AES-CBC handling on odd-block-sized input Nicolas Kaiser (1): crypto: n2 - dubious error check drivers/crypto/n2_core.c | 2 +- drivers/crypto/padlock-aes.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Thanks, -- Email: Herbert Xu <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