]> 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>
Fri, 13 Sep 2013 14:11:14 +0000 (07:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Sep 2013 14:11:14 +0000 (07:11 -0700)
commita6a565c7a681a6d29e5a0f831c851dd7a1a3c848
tree2383c0909c94b389ec75412748aced1678cf5967
parent335aef3b00d08bad7dc42ae8c9c4a70bc892a66c
parent202e2e1ff0580c4ba1f262e7a93769c2a128bd8e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fixes from Herbert Xu:
 "This fixes a 7+ year race condition in the crypto API that causes
  sporadic crashes when multiple threads load the same algorithm.

  It also fixes the crct10dif algorithm again to prevent boot failures
  on systems where the initramfs tool ignores module softdeps"

* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: crct10dif - Add fallback for broken initrds
  crypto: api - Fix race condition in larval lookup