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 DA102EE49A6 for ; Mon, 21 Aug 2023 03:38:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232702AbjHUDil (ORCPT ); Sun, 20 Aug 2023 23:38:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34488 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232585AbjHUDij (ORCPT ); Sun, 20 Aug 2023 23:38:39 -0400 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 CE0D394; Sun, 20 Aug 2023 20:38:04 -0700 (PDT) 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 1qXvjb-00610g-Gg; Mon, 21 Aug 2023 11:37:44 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Mon, 21 Aug 2023 11:37:44 +0800 Date: Mon, 21 Aug 2023 11:37:44 +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.5 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-kernel@vger.kernel.org Hi Linus: The following changes since commit 419caed6cc77f19148faefe13515f8685ede219b: Merge tag 'v6.5-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 (2023-07-10 09:53:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 tags/v6.5-p3 for you to fetch changes up to 080aa61e370b9c5cafe71cacadbfe0e72db4d6df: crypto: fix uninit-value in af_alg_free_resources (2023-08-18 18:30:09 +0800) ---------------------------------------------------------------- This push fixes a regression in the caam driver and af_alg. ---------------------------------------------------------------- Herbert Xu (1): Revert "crypto: caam - adjust RNG timing to support more devices" Pavel Skripkin (1): crypto: fix uninit-value in af_alg_free_resources crypto/af_alg.c | 4 ++-- drivers/crypto/caam/ctrl.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt