From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2046EC61DA4 for ; Sun, 5 Mar 2023 10:15:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229551AbjCEKPe (ORCPT ); Sun, 5 Mar 2023 05:15:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57132 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229500AbjCEKPe (ORCPT ); Sun, 5 Mar 2023 05:15:34 -0500 Received: from 167-179-156-38.a7b39c.syd.nbn.aussiebb.net (167-179-156-38.a7b39c.syd.nbn.aussiebb.net [167.179.156.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21451E3A8; Sun, 5 Mar 2023 02:15:31 -0800 (PST) Received: from loth.rohan.me.apana.org.au ([192.168.167.2]) by formenos.hmeau.com with smtp (Exim 4.94.2 #2 (Debian)) id 1pYlOh-000SfT-J0; Sun, 05 Mar 2023 18:15:20 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Sun, 05 Mar 2023 18:15:19 +0800 Date: Sun, 5 Mar 2023 18:15:19 +0800 From: Herbert Xu To: Linus Torvalds , "David S. Miller" , Linux Kernel Mailing List , Linux Crypto Mailing List Subject: [GIT PULL] Crypto Fixes for 6.3 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org 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, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt