[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160323130939.GA29644@gondor.apana.org.au>
Date: Wed, 23 Mar 2016 21:09:39 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
"David S. Miller" <davem@...emloft.net>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Crypto Mailing List <linux-crypto@...r.kernel.org>
Subject: Crypto Fixes for 4.6
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@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists