From patchwork Mon Oct 21 01:13:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 13843471 Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (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 20866DF49; Mon, 21 Oct 2024 01:13:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=150.107.74.76 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729473236; cv=none; b=hQdpFWgKGs2aKCJd9jTxiQXo5XTxjZkTmJgNPGyyDF+8ccO3ZifR8cR01g0z8pnO2AE/nhmbXgdtaaoM/gkyb3U5u+kuWlXXpv0dTwxueEMEuFF0bCTDsKIi/g13wXXsBvkZoQtPDVx7rbQTHOXX1O+wqs+qWCyR9gBFwo4QCz0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729473236; c=relaxed/simple; bh=xmOFIc7UL6nimH312fjzPftPE9PYTHGVlw1oJojaILE=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=Cyof2/V6+fZ0LRWzo1bj+adQTF4u8HcGKRWOdqhdixjaptNubRbOQJGv/2seDtMpUd2WI1ZBXmWQLoPd+s4IaWytckx6neHcTn/Ydp8kDr0lxT50cd1YoLOyh1+3Q4J+d14ugEx5Y5N5ZkuGykTOQekVGn3KfrPJ9Yt6ywYFG8c= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=canb.auug.org.au; spf=pass smtp.mailfrom=canb.auug.org.au; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b=fw8e/QwJ; arc=none smtp.client-ip=150.107.74.76 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=canb.auug.org.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=canb.auug.org.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="fw8e/QwJ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1729473229; bh=h32jElHbBaqpGucnDgLckBhcNEW7fIGoLMv+rsBlEwE=; h=Date:From:To:Cc:Subject:From; b=fw8e/QwJBCQEBKQHFCjjdOiDIjNG3kVrn2LSB6FFe4qVmZq46yin8+pqKwiKBmbnP ZPukbqOd0hdxB+7ToRMlpkWYAUEMyd5uR88fnbYR2LFUWM3siKa3BHPr6Wvm0pCOfx aWxBO5NTEFw4EhTs22U8akCDC18xOoEwZAqu7wzuSSTgfP711GApIUN8AuZ+ErBWa/ VRiyR1e//bPnrRJjT/qbBull5T4tIm62A1sgq5yK+rqsaa/o0tqK+YnHiSzkL4jTMA pVPekkqYvYRjfnnFNbw21GK6THt3J+fCPkh5iLm0x8IOg2D4enxKx6h8usEKVKCbYD AwYUltm52YHpw== Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mail.ozlabs.org (Postfix) with ESMTPSA id 4XWy4Y4Trsz4wcr; Mon, 21 Oct 2024 12:13:49 +1100 (AEDT) Date: Mon, 21 Oct 2024 12:13:49 +1100 From: Stephen Rothwell To: Herbert Xu Cc: Linux Crypto List , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: duplicate patch in the crypto tree Message-ID: <20241021121349.14a5e2c4@canb.auug.org.au> Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi all, The following commit is also in the crypto-current tree as a different commit (but the same patch): 6100da511bd2 ("crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue") This is commit cd843399d706 ("crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue") in the crypto-current tree. diff --cc block/elevator.c index 9430cde13d1a,d6b4eb5443d9..000000000000 --- a/block/elevator.c