Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1363418

Crypto Fixes for 4.6

From Herbert Xu <herbert@gondor.apana.org.au>
Newsgroups linux.kernel
Subject Crypto Fixes for 4.6
Date 2016-03-23 14:20 +0100
Message-ID <rfQRz-3Rd-5@gated-at.bofh.it> (permalink)
References (5 earlier) <pE5Au-71R-17@gated-at.bofh.it> <q3xMS-13i-11@gated-at.bofh.it> <qqilI-2Ut-17@gated-at.bofh.it> <qPHJU-UI-3@gated-at.bofh.it> <qTGYW-2El-27@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Crypto Fixes for 4.6 Herbert Xu <herbert@gondor.apana.org.au> - 2016-03-23 14:20 +0100

csiph-web