]> 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>
Sun, 30 Aug 2020 22:53:44 +0000 (15:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 Aug 2020 22:53:44 +0000 (15:53 -0700)
commitc02632e72d7f9ad753024bf2f30b938832afca8e
tree797a6bafd7df88c351f1ffcee0bfa83ada95f7a2
parenteecddf8dcc4ff2879474e5db710c0e664c9b479c
parentac1fb3afd2986e4ea56b4586481c7a521f311743
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fixes from Herbert Xu:

 - fix regression in af_alg that affects iwd

 - restore polling delay in qat

 - fix double free in ingenic on error path

 - fix potential build failure in sa2ul due to missing Kconfig dependency

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: af_alg - Work around empty control messages without MSG_MORE
  crypto: sa2ul - add Kconfig selects to fix build error
  crypto: ingenic - Drop kfree for memory allocated with devm_kzalloc
  crypto: qat - add delay before polling mailbox