]> 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>
Thu, 6 Jun 2019 20:10:49 +0000 (13:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Jun 2019 20:10:49 +0000 (13:10 -0700)
commit1e04173ed99589c567e6edd6891c5434c2800dee
tree8b1932b18bcfb1856b27e32d326d500ccaad218b
parentfec12058ae506c68dd3d899a722b45beabebbe70
parent410aa937b4aacf7d11a01ecbe29b767efc7a3997
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 a regression that breaks the jitterentropy RNG and a
  potential memory leak in hmac"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: hmac - fix memory leak in hmac_init_tfm()
  crypto: jitterentropy - change back to module_init()
crypto/hmac.c