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 1E0B61953B9 for ; Mon, 21 Oct 2024 09:47:09 +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=1729504030; cv=none; b=UvF8UFAgKWj6XoSGpwaSpg0JBGPyYnh86/yspJWcVUKRWw6EqpQRCwhIp2CHtCGFNkMxYnr+JTuaZYO3INwbJWFGeNcQ89FOmlCJyi8XcCp6r0cejJYrocc04FXhm9QQAdggZjLhmzkP2AiaduTxzb/xMuunnC8xNb3LldRE6gw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729504030; c=relaxed/simple; bh=sjAgj7Ldoi4HQVJl14e9VHuw9NyEq7WxkBbfCnmFLJk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qKTeWQxNazpm2sU/iiITw3c4cAbEfSrEmZwEM4TlMow1cSeTDwwKkQVJlKm0ovni5dlEZn05MINtysqr451MScfLyPiplKAU/hQxTUDWXS7S+XUkaahtuD9Z067uIEq04irTIFisIeWoQ4Kwc3d0pOED6c+R8u4QBIuqg9QDtU0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=OpGqmR86; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="OpGqmR86" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22B62C4CEC3; Mon, 21 Oct 2024 09:47:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1729504029; bh=sjAgj7Ldoi4HQVJl14e9VHuw9NyEq7WxkBbfCnmFLJk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OpGqmR86TaiIh4uqgWMQsAXEjMpRzK8Bo7hbLb/NplpXeljKfNnmiee6u4G7Dzb7G OPSG0RRSfMmfhpo+BVYGBfTqAQbg+orSrsiJ3xnWjqgaYeH8Wa73dCwYnNDEHd0FcC heeYWg9s7lc7UnA7drQo+Xh4E1b852VtKV5jpst4= Date: Mon, 21 Oct 2024 11:47:06 +0200 From: Greg KH To: Vlastimil Babka Cc: chrisl@kernel.org, stable@vger.kernel.org, Muchun Song , Andrew Morton , Yu Zhao , Suren Baghdasaryan , Kent Overstreet , kernel test robot , Janosch Frank , Marc Hartmayer Subject: Re: [PATCH 6.11.y v2 0/3] Yu Zhao's memory fix backport Message-ID: <2024102139-hangnail-thimble-38d4@gregkh> References: <20241018-stable-yuzhao-v2-0-1fd556716eda@kernel.org> <3d7865c0-f269-413f-bb9d-54f46acbe489@suse.cz> 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: <3d7865c0-f269-413f-bb9d-54f46acbe489@suse.cz> On Fri, Oct 18, 2024 at 11:59:50PM +0200, Vlastimil Babka wrote: > On 10/18/24 7:27 PM, chrisl@kernel.org wrote: > > A few commits from Yu Zhao have been merged into 6.12. > > They need to be backported to 6.11. > > But aside from adding the s-o-b, you still didn't say why? > > > - c2a967f6ab0ec ("mm/hugetlb_vmemmap: don't synchronize_rcu() without HVO") > > Especially for this one. > > > - 95599ef684d01 ("mm/codetag: fix pgalloc_tag_split()") > > - e0a955bf7f61c ("mm/codetag: add pgalloc_tag_copy()") > > And those are marked already, but actually Kent wanted to hold off in > response to your v1, due to suspecting them to cause problems? Ok, I'm going to drop these from my review queue for now. Please, when you all work it out, resend if they are still deemed necessary for 6.11.y or any other stable tree. thanks, greg k-h