From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 167B424B2F; Fri, 5 Jan 2024 10:06:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="sCPY23v5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10CFEC433C8; Fri, 5 Jan 2024 10:06:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1704449219; bh=Exy/fCfgWx2532qZ1vXYkjfLM2k7/JjLhx9Pk8pooss=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sCPY23v50V2ll1z90icCOZpj4qdgoNJ3e9JEJNMtB2grMqRnAVcKBIcRZC7C0/hFt rOGRJWf+vMQbIij+5Syis7i+svqiVMboeSNjz0eRDvEZfgbAM3792ROS3uIaj0YeND sit07u3Dx2XIo4EzK+VdNzjZGNAArCVciPyjOiEs= Date: Fri, 5 Jan 2024 11:06:57 +0100 From: Greg Kroah-Hartman To: Jeffrey E Altman Cc: stable@vger.kernel.org, patches@lists.linux.dev, David Howells , Markus Suvanto , Wang Lei , Jeff Layton , Steve French , Marc Dionne , Jarkko Sakkinen , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , linux-afs@lists.infradead.org, linux-cifs@vger.kernel.org, linux-nfs@vger.kernel.org, ceph-devel@vger.kernel.org, keyrings@vger.kernel.org, netdev@vger.kernel.org, Sasha Levin Subject: Re: [PATCH 6.6 067/156] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry Message-ID: <2024010556-tradition-reappoint-95a4@gregkh> References: <20231230115812.333117904@linuxfoundation.org> <20231230115814.539935693@linuxfoundation.org> <2024010526-catalyst-flame-2e33@gregkh> Precedence: bulk X-Mailing-List: linux-nfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2024010526-catalyst-flame-2e33@gregkh> On Fri, Jan 05, 2024 at 10:51:50AM +0100, Greg Kroah-Hartman wrote: > On Thu, Jan 04, 2024 at 09:13:34PM -0500, Jeffrey E Altman wrote: > > On 12/30/2023 6:58 AM, Greg Kroah-Hartman wrote: > > > 6.6-stable review patch. If anyone has any objections, please let me know. > > > > > > ------------------ > > > > > > From: David Howells > > > > > > [ Upstream commit 39299bdd2546688d92ed9db4948f6219ca1b9542 ] > > Greg, > > > > Upstream commit 39299bdd2546688d92ed9db4948f6219ca1b9542 ("keys, dns: Allow > > key types (eg. DNS) to be reclaimed immediately on expiry") was subsequently > > fixed by > > > >   commit 1997b3cb4217b09e49659b634c94da47f0340409 > >   Author: Edward Adam Davis > >   Date:   Sun Dec 24 00:02:49 2023 +0000 > > > >     keys, dns: Fix missing size check of V1 server-list header > > > >   Fixes: b946001d3bb1 ("keys, dns: Allow key types (eg. DNS) to be reclaimed > > immediately on expiry") > > > > If it is not too late, would it be possible to apply 1997b3cb421 to the > > branches b946001d3bb1 was cherry-picked to before release? > > I believe the complete set of branches are > > > >   linux-6.6.y, linux-6.1.y, linux-5.15.y, linux-5.10.y, linux-5.0.y > > The stable trees were already released with this change in it, so I'll > queue this up for the next round, thanks. Ah, I see what happened, that line: Fixes: b946001d3bb1 ("keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry") refers to a commit that is not in Linus's tree, and isn't the sha1 that you are pointing at here either. So I'll go add this manually, but this is why our checking scripts missed this, please be more careful about using the proper SHA1 values in commits. Using invalid ones is almost worse than not using them at allm as it gives you the false sense that the markings are correct. thanks, greg k-h