]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 May 2015 15:40:44 +0000 (08:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 May 2015 15:40:44 +0000 (08:40 -0700)
commit58f865b8a768369dc8b63710579062bdac99954c
tree3547b518d3683cd2f3ae8305aaefbad3cbcf7bc6
parent8d605c45b2c724263a4d6eaf8dd4aba98b129c14
parentc2d8ca18e8c41504a7079801fee51b43d186fb21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fix from Herbert Xu:
 "This disables the newly (4.1) added user-space AEAD interface so that
  we can fix issues in the underlying kernel AEAD interface.  Once the
  new kernel AEAD interface is ready we can then reenable the user-space
  AEAD interface"

* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: algif_aead - Disable AEAD user-space for now