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 544F8195FEF; Thu, 27 Jun 2024 14:42:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719499365; cv=none; b=HEmnVwms/tPiaDPcrUThhBa46rMjry/+teh69a7DpDFq6rPR/XWmj1YEChFCgzyPsLbFgtxs4p4nGt38KUVFFchJeyq81hqWPtsb0Y2sLDTKXpqlKatQvYJk0OnTcQ//Zd+2X71JksLSw8pDvTW4hnzHAHWqgC/7HWMiNmd9eRY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719499365; c=relaxed/simple; bh=kxhoLkUXq44hWnlZZqxS5nqxVuFwyn9Q/6yADeybFNY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Btlnqil+26ssedGfu3rFlDDd5ZOJnKUwlLYIqx3C5IzqF9EGeHnIYMnUgagXZdZ2mInuFKtif5TTKIWBiYCpECoYuNfE+Ssp8O1OJq5s85RS3ETnDNm3P8HPgBAZJs/PzszZr6A5z5DQjiLZAmpfQEtgFVsqtVm4H+Ivqlk4KO8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=b/nNxa54; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="b/nNxa54" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 217AAC2BBFC; Thu, 27 Jun 2024 14:42:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719499364; bh=kxhoLkUXq44hWnlZZqxS5nqxVuFwyn9Q/6yADeybFNY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=b/nNxa54xbCYzFF5V9lUz2JOdOcueYxQWV7PAs8lxhCQbf6z3jMRnnp/NM8bMujdR 11mJp6Vd7xLjiaLvtOrLzpl7GK+72J7aiXlEdIyv+6QCsy2pnzOQoictibN573nYIY nJz/qkWft7Tx7mudtp10fCJUuEOAE0T9og4lZoy4RhUVVefecMQGp8R22LtSbFArpc UB8EjyxgdrhgTZshA4vsjllLrt2Fp62zeXQ+6dFAKn1FqzhfZmqKJEPw5jieHWxRO9 kc2y2Y9eI6AP8D1OL7xAUg2CFfNFLc5DMl3xUNsicoMEG8G8AuPH8Rn8Add2C29/Si GgCR65LTQNzow== Date: Thu, 27 Jun 2024 17:40:12 +0300 From: Mike Rapoport To: Sasha Levin Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org, Catalin Marinas , Will Deacon , Dave Hansen , Andy Lutomirski , Peter Zijlstra , Thomas Gleixner , Ingo Molnar , Borislav Petkov , x86@kernel.org, "H. Peter Anvin" , Andrew Morton Subject: Re: Patch "mm: memblock: replace dereferences of memblock_region.nid with API calls" has been added to the 5.4-stable tree Message-ID: References: <20240626190708.2059584-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: stable@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: On Thu, Jun 27, 2024 at 10:12:46AM -0400, Sasha Levin wrote: > On Thu, Jun 27, 2024 at 10:13:00AM +0300, Mike Rapoport wrote: > > Hi Sasha, > > > > On Wed, Jun 26, 2024 at 03:07:08PM -0400, Sasha Levin wrote: > > > This is a note to let you know that I've just added the patch titled > > > > > > mm: memblock: replace dereferences of memblock_region.nid with API calls > > > > > > to the 5.4-stable tree which can be found at: > > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > > > > > The filename of the patch is: > > > mm-memblock-replace-dereferences-of-memblock_region..patch > > > and it can be found in the queue-5.4 subdirectory. > > > > > > If you, or anyone else, feels it should not be added to the stable tree, > > > please let know about it. > > > > > > > > > > > > commit dd8d9169375a725cadd5e3635342a6e2d483cf4c > > > Author: Mike Rapoport > > > Date: Wed Jun 3 15:56:53 2020 -0700 > > > > > > mm: memblock: replace dereferences of memblock_region.nid with API calls > > > > > > Stable-dep-of: 3ac36aa73073 ("x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()") > > > > The commit 3ac36aa73073 shouldn't be backported to 5.4 or anything before > > 6.8 for that matter, I don't see a need to bring this in as well. > > Sadly there was no fixes tag :( > > Should this be reverted from 5.4 and older, or is it ok for it to be > there? It should be reverted from 5.4 and earlier please > -- > Thanks, > Sasha -- Sincerely yours, Mike.