Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Mar 2016 13:12:39 +0000 (06:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Mar 2016 13:12:39 +0000 (06:12 -0700)
commitc130423620331a104492bbbcc49f25125e26a21a
treea49e8e0bdf07a723d4e73fb6e0cca568b919d4db
parent988faa7312b490c8a9e7fcdca434c6bf3f3af97b
parentdfe97ad30e8c038261663a18b9e04b8b5bc07bea
Merge branch 'linus' of git://git./linux/kernel/git/herbert/crypto-2.6

Pull crypto fixes from Herbert Xu:
 "This 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"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: marvell/cesa - forward devm_ioremap_resource() error code
  crypto: marvell/cesa - initialize hash states
  crypto: marvell/cesa - fix memory leak
  crypto: ccp - fix lock acquisition code
  eCryptfs: Use skcipher and shash
drivers/crypto/marvell/cesa.c