Received: by 2002:a05:6358:16cc:b0:ea:6187:17c9 with SMTP id r12csp2072151rwl; Fri, 6 Jan 2023 01:16:50 -0800 (PST) X-Google-Smtp-Source: AMrXdXuFjFQqEwBkL4yNSXatujkyitQK/drMG9BjbGcikSTvy3e9aMijXszeZFHRsFBLRkepoNxM X-Received: by 2002:a05:6a21:6da8:b0:af:d295:e2f0 with SMTP id wl40-20020a056a216da800b000afd295e2f0mr106326524pzb.27.1672996609837; Fri, 06 Jan 2023 01:16:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1672996609; cv=none; d=google.com; s=arc-20160816; b=EEPYCTeL+6xPe31IwOSV4lGfrPCYD5eO9a1u2EJCjvw5aBbA2GwletA6rnySSzney/ Ac9fKcxa2NM0PkcDcm8jXJLI1dzoniLQlo44QpVgtGsJzf8orvG/J6iYPxnXbMV7vZo3 6xcPJwv1NaCKvUErKtH7YeezQummZvEE8SGDQ/z8GReIPb0AIppMTwzVinLNbsflVavf 49XQ8D39VYp1fJl5c1zcV+3NhUdUbfdoowCu1gtp/LbAnMZzcKKKrQ5pah/jIYlLyrBI Y+jGLW8vWeDBED+RZftJX0Q8hf1BWtM0TK5VGo5ff8nbXjg5s7iC8w+iUZCQzUSYC//n +KCw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:to:from:date; bh=jT4C0XcFMyTXTuYxD+qXHkfNKmA35IsSBt6b2GWYUcU=; b=0XmU8s7HBav6jKWM4D3lwdWAczdhs1cyPVOOyDMBp1mbLj/o/4huTozflTmpWZRtSd NClrnfPOzOCRSM8miEE78qXfmFZGoyWic/FHILmuM/oJC0Qz5IhZzfVyOXKTBTqZqjP7 6LfckmFmShd8CsbRd6VIGw12Xm26FXZqy2xVaHm2f69BSh0MjIp4gKDKYrXsHi3l9iwg bOXKwBch9uujZi0kNClU1p7koSzcp+3TVIb6NmpDqn1ex9Zh9RGnvzpkfefhWGsCaMXP NuvudX0WnU8xeMT6FFNycgJVwSyn0CDPRAhyqiVN46HX1gpnqAKutF+qjt5tTjmTdbkv /RjQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id i4-20020a170902e48400b00189ad7570edsi440509ple.491.2023.01.06.01.16.35; Fri, 06 Jan 2023 01:16:49 -0800 (PST) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232457AbjAFJQD (ORCPT + 99 others); Fri, 6 Jan 2023 04:16:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40494 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232591AbjAFJPj (ORCPT ); Fri, 6 Jan 2023 04:15:39 -0500 Received: from formenos.hmeau.com (helcar.hmeau.com [216.24.177.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B09726B58B; Fri, 6 Jan 2023 01:15:38 -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 1pDip2-00EVk3-3Y; Fri, 06 Jan 2023 17:15:33 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Fri, 06 Jan 2023 17:15:32 +0800 Date: Fri, 6 Jan 2023 17:15:32 +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.2 Message-ID: References: <20211112104815.GA14105@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Hi Linus: The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.2-p2 for you to fetch changes up to 736f88689c6912f05d0116917910603a7ba97de7: crypto: arm64/sm4 - fix possible crash with CFI enabled (2022-12-30 17:57:42 +0800) ---------------------------------------------------------------- This push fixes a CFI crash in arm64/sm4 as well as a regression in the caam driver. ---------------------------------------------------------------- Nikolaus Voss (1): crypto: caam - fix CAAM io mem access in blob_gen Tianjia Zhang (1): crypto: arm64/sm4 - fix possible crash with CFI enabled arch/arm64/crypto/sm4-ce-ccm-core.S | 5 +++-- arch/arm64/crypto/sm4-ce-gcm-core.S | 5 +++-- drivers/crypto/caam/blob_gen.c | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt