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 99A2FEB64DC for ; Sun, 9 Jul 2023 23:51:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229760AbjGIXvX (ORCPT ); Sun, 9 Jul 2023 19:51:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229441AbjGIXvW (ORCPT ); Sun, 9 Jul 2023 19:51:22 -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 59D1210C; Sun, 9 Jul 2023 16:51:20 -0700 (PDT) Received: from gwarestrin.arnor.me.apana.org.au ([192.168.103.7]) by fornost.hmeau.com with smtp (Exim 4.94.2 #2 (Debian)) id 1qIeBK-000zRi-PC; Mon, 10 Jul 2023 09:51:11 +1000 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Mon, 10 Jul 2023 09:51:03 +1000 Date: Mon, 10 Jul 2023 09:51:03 +1000 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-crypto@vger.kernel.org Hi Linus: The following changes since commit 5d95ff84e62be914b4a4dabfa814e4096b05b1b0: Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 (2023-06-30 21:27:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 v6.5-p2 for you to fetch changes up to 0b7ec177b589842c0abf9e91459c83ba28d32452: crypto: algif_hash - Fix race between MORE and non-MORE sends (2023-07-08 22:48:42 +1000) ---------------------------------------------------------------- This push fixes a couple of regressions in af_alg and incorrect return values in crypto/asymmetric_keys/public_key. ---------------------------------------------------------------- Dan Carpenter (1): KEYS: asymmetric: Fix error codes David Howells (2): crypto: af_alg - Fix merging of written data into spliced pages crypto: algif_hash - Fix race between MORE and non-MORE sends crypto/af_alg.c | 7 ++++--- crypto/algif_hash.c | 4 +++- crypto/asymmetric_keys/public_key.c | 20 +++++++++++++++----- 3 files changed, 22 insertions(+), 9 deletions(-) Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt