From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from abb.hmeau.com (abb.hmeau.com [144.6.53.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 218222E401; Thu, 8 Feb 2024 04:29:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=144.6.53.87 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707366591; cv=none; b=fmtOHQAyks9rfFwIo0DAqNfWWPr95Pdqgcdr55JGWCm68bV4HE1gmhOsp535bGB/mVAAC9L6weuz3Il+/J83Nu4boRpCMFVIKTKfxVbuaAF9WNAlrsy2kJ9CV0tcx8tnHyRQSQu8dFFGu2TvNwjSzBoCBr2dU6ZIZbBZC18OuRM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707366591; c=relaxed/simple; bh=3dIo8cF3X/XtFxkP8MDrSokYqsaEpIXTy44owBJYHIY=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Z3TjBWBstfnS5cgr2+uxhabgbXffuFdAjbAlKXb+NsRYoIJJK+Q/XgKxDAB1CXTQHpLNKsuMuALSArK3n2INerHVRZxuqMpdeaFiK3Mj1T/5rzXdG/rFZ2bCP7pXnnsUjXnMBIrqI4bF7taOABeM1XPpvoM+snPkgdsZTkOKPMQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=gondor.apana.org.au; spf=pass smtp.mailfrom=gondor.apana.org.au; arc=none smtp.client-ip=144.6.53.87 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=gondor.apana.org.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gondor.apana.org.au 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 1rXw2d-00BHTV-FD; Thu, 08 Feb 2024 12:29:40 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Thu, 08 Feb 2024 12:29:53 +0800 Date: Thu, 8 Feb 2024 12:29:53 +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.8 Message-ID: References: Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt