]> 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, 14 Aug 2017 18:35:56 +0000 (11:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 14 Aug 2017 18:35:56 +0000 (11:35 -0700)
commit9d9f60fae3c5bf50cb767df1cad22942b9c8f2d9
tree47c3e05269c2373ef9ecb1e37f15835ff6744851
parent81e33233bb6e5b6c3449e934fdad18cd5f870194
parent68fa59c2554ac2a70526c4f4b2cfe04c94b3d83d
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fixes from Herbert Xu:
 "Fix an error path bug in ixp4xx as well as a read overrun in
 sha1-avx2"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: x86/sha1 - Fix reads beyond the number of blocks passed
  crypto: ixp4xx - Fix error handling path in 'aead_perform()'