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)
commit6e439bbd436e39f15abc9587cdd23d56257780cb
treec511811d461bf387d1218e1cd089e6c5c1fa9da1
parenta4e6f95a891ac08bd09d62e3e6dae239b150f4c1
parent0e14ef38669ce4faa80589247fe8ed8a3780f414
Merge branch 'linus' of git://git./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()