mbox series

[GIT,PULL] Crypto Fixes for 6.3

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

Pull-request

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

Message

Herbert Xu March 5, 2023, 10:15 a.m. UTC
Hi Linus:

The following changes since commit 8b84475318641c2b89320859332544cf187e1cbd:

  crypto: x86/aria-avx - Do not use avx2 instructions (2023-02-14 13:39:33 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 660ca9470f9c613fa2c71a123a9469c80a697ee4:

  crypto: caam - Fix edesc/iv ordering mixup (2023-02-28 16:30:58 +0800)

----------------------------------------------------------------
This push fixes a regression in the caam driver.
----------------------------------------------------------------

Herbert Xu (1):
      crypto: caam - Fix edesc/iv ordering mixup

 drivers/crypto/caam/caamalg.c    | 26 +++++++++++++++++++-------
 drivers/crypto/caam/caamalg_qi.c | 40 ++++++++++++++++++++++++++--------------
 drivers/crypto/caam/qi.c         | 10 ++++++++--
 3 files changed, 53 insertions(+), 23 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org March 5, 2023, 7:37 p.m. UTC | #1
The pull request you sent on Sun, 5 Mar 2023 18:15:19 +0800:

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

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

Thank you!