]> 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>
Wed, 29 Sep 2021 14:37:46 +0000 (07:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 29 Sep 2021 14:37:46 +0000 (07:37 -0700)
commit6ec4fa1009c51502d0cdf13f650c6ee36caba581
treec511811d461bf387d1218e1cd089e6c5c1fa9da1
parent4e31c302cb1b74ad77699a1fd0dc60c2059a966a
parentea5f5fd68eeb520ecf24dfdddeeb4872c6392d0e
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fixes from Herbert Xu:
 "This contains fixes for a resource leak in ccp as well as stack
  corruption in x86/sm4"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: x86/sm4 - Fix frame pointer stack corruption
  crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()