]> 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, 29 Jun 2020 17:06:26 +0000 (10:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 29 Jun 2020 17:06:26 +0000 (10:06 -0700)
commit87b33232756f747b6b17b54b7cd488fe163b3305
tree22a5ef040f6407cec847249ace82de3b2af0f5ec
parentbbca273f23ba7c5c022ee2789840c7729cfe533f
parent7e1c520b2a7f97b98fa80a148fe1f55fe43d6919
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 two race conditions, one in padata and one in af_alg"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  padata: upgrade smp_mb__after_atomic to smp_mb in padata_do_serial
  crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()