mbox series

[GIT,PULL] Crypto Fixes for 6.8

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.8-p3

Message

Herbert Xu Feb. 8, 2024, 4:29 a.m. UTC
Hi Linus:

The following changes since commit c5a2f74db71a849f3a60bc153d684d6d28a0c665:

  crypto: caam - fix asynchronous hash (2024-01-26 16:35:55 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.8-p3 

for you to fetch changes up to 24c890dd712f6345e382256cae8c97abb0406b70:

  crypto: algif_hash - Remove bogus SGL free on zero-length error path (2024-02-02 18:08:12 +0800)

----------------------------------------------------------------
This push fixes regressions in cbc and algif_hash, as well as an
older NULL-pointer dereference in ccp.
----------------------------------------------------------------

Herbert Xu (2):
      crypto: cbc - Ensure statesize is zero
      crypto: algif_hash - Remove bogus SGL free on zero-length error path

Kim Phillips (1):
      crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_locked

 crypto/algif_hash.c          |  5 +++--
 crypto/cbc.c                 |  3 +++
 drivers/crypto/ccp/sev-dev.c | 10 ++++++++--
 3 files changed, 14 insertions(+), 4 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org Feb. 8, 2024, 6:24 a.m. UTC | #1
The pull request you sent on Thu, 8 Feb 2024 12:29:53 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.8-p3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/047371968ffc470769f541d6933e262dc7085456

Thank you!