mbox series

[GIT,PULL] Crypto Fixes for 6.8

Message ID ZbstBewmaIfrFocE@gondor.apana.org.au
State New
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-p2

Message

Herbert Xu Feb. 1, 2024, 5:32 a.m. UTC
Hi Linus:

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c5a2f74db71a849f3a60bc153d684d6d28a0c665:

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

----------------------------------------------------------------
This push fixes regressions in caam and qat.
----------------------------------------------------------------

Damian Muszynski (1):
      crypto: qat - fix arbiter mapping generation algorithm for QAT 402xx

Gaurav Jain (1):
      crypto: caam - fix asynchronous hash

 drivers/crypto/caam/caamalg_qi2.c                    | 7 +++++--
 drivers/crypto/caam/caamhash.c                       | 7 +++++--
 drivers/crypto/intel/qat/qat_4xxx/adf_4xxx_hw_data.c | 1 +
 3 files changed, 11 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!