Hi Linus: This push fixes the following issues: API: * Fix kzalloc error path crash in ecryptfs added by skcipher conversion. Note the subject of the commit is screwed up and the correct subject is actually in the body. Drivers: * A number of fixes to the marvell cesa hashing code. * Remove bogus nested irqsave that clobbers the saved flags in ccp. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Boris BREZILLON (3): crypto: marvell/cesa - fix memory leak crypto: marvell/cesa - initialize hash states crypto: marvell/cesa - forward devm_ioremap_resource() error code Gary R Hook (1): crypto: ccp - fix lock acquisition code Herbert Xu (1): eCryptfs: Use skcipher and shash drivers/crypto/ccp/ccp-dev.c | 6 +-- drivers/crypto/marvell/cesa.c | 2 +- drivers/crypto/marvell/cesa.h | 3 +- drivers/crypto/marvell/hash.c | 106 +++++++++++++++-------------------------- fs/ecryptfs/keystore.c | 6 +-- 5 files changed, 46 insertions(+), 77 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