mbox series

[GIT,PULL] Crypto Fixes for 5.15

Message ID 20210929023843.GA28594@gondor.apana.org.au (mailing list archive)
State Not Applicable
Delegated to: Herbert Xu
Headers show
Series [GIT,PULL] Crypto Fixes for 5.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus

Message

Herbert Xu Sept. 29, 2021, 2:38 a.m. UTC
Hi Linus:

This push contains fixes for a resource leak in ccp as well as
stack corruption in x86/sm4.

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus 

for you to fetch changes up to 0e14ef38669ce4faa80589247fe8ed8a3780f414:

  crypto: x86/sm4 - Fix frame pointer stack corruption (2021-09-24 15:58:50 +0800)

----------------------------------------------------------------
Dan Carpenter (1):
      crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()

Josh Poimboeuf (1):
      crypto: x86/sm4 - Fix frame pointer stack corruption

 arch/x86/crypto/sm4-aesni-avx-asm_64.S |  5 +++--
 drivers/crypto/ccp/ccp-ops.c           | 14 ++++++++------
 2 files changed, 11 insertions(+), 8 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org Sept. 29, 2021, 2:51 p.m. UTC | #1
The pull request you sent on Wed, 29 Sep 2021 10:38:43 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6e439bbd436e39f15abc9587cdd23d56257780cb

Thank you!