]> git.karo-electronics.de Git - linux-beck.git/commit
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Dec 2016 17:16:10 +0000 (09:16 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Dec 2016 17:16:10 +0000 (09:16 -0800)
commitef3263e35e26eb1061260131c4d6d579eea21f85
tree640cf71ae612ea28b5dd91a2a9d6a005f50a7345
parent3e5de27e940d00d8d504dfb96625fb654f641509
parent57891633eeef60e732e045731cf20e50ee80acb4
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fixes from Herbert Xu:
 "This fixes the following issues:

   - Intermittent build failure in RSA

   - Memory corruption in chelsio crypto driver

   - Regression in DRBG due to vmalloced stack"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: rsa - Add Makefile dependencies to fix parallel builds
  crypto: chcr - Fix memory corruption
  crypto: drbg - prevent invalid SG mappings