]> git.baikalelectronics.ru Git - kernel.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, 28 Dec 2015 18:44:41 +0000 (10:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Dec 2015 18:44:41 +0000 (10:44 -0800)
commit88dff085320fae44b2438b02569e0b98450fd721
tree9241ea523ab870dac7e3e89d4844bcb2797f1cca
parent6e88a6302a08491621b7d1363ddc6a62df30ca7b
parent2a729cc7603b0a08f12762c99ebe332411e10e3f
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fix from Herbert Xu:
 "This fixes a bug in the algif_skcipher interface that can trigger a
  kernel WARN_ON from user-space.  It does so by using the new skcipher
  interface which unlike the previous ablkcipher does not need to create
  extra geniv objects which is what was used to trigger the WARN_ON"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: algif_skcipher - Use new skcipher interface
crypto/algif_skcipher.c