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 A0A8212E1E9 for ; Tue, 9 Jul 2024 21:01:47 +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=1720558907; cv=none; b=poJ5EzsSHKT9YRWZxaidiDzypJH0lNEEj1NapwMyvry6iBeAlqZ1gd4QTV69qbwNGK/waRd72+t7w/ya4vZjBhJYS3BatNcL8PjxYkM6UMaqkHVLXhQBVyv0qVkVzea8VADJTXT2pYhycd6Y1SQsElc9TUh6paF1rXWQOie/+gU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720558907; c=relaxed/simple; bh=nkrdbazMCHas+a0mbP2+whIlpF50KyfgU5mX6kt1h5I=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=vGW2xfL1CE+wp6R41ggpSq6GGeiaF/fVrZNOJSDVy5VcSWLwpqU4P+7eFoCh3vXjGeyLnnwamVhpHGlM1TGmv56bX/u2psvOwbHf+A9c0oeES1LriduqIJFZmFIdbJf7ONv1uC3wC5rFJATdHrg3vDnjwrVX6NHKlAQ7Qfo6/dg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=DDl8M0DG; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="DDl8M0DG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF879C3277B; Tue, 9 Jul 2024 21:01:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1720558907; bh=nkrdbazMCHas+a0mbP2+whIlpF50KyfgU5mX6kt1h5I=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=DDl8M0DGgSr5RFS9OcSCoJUpy4t8+fF1B4lbxyLC9qhY0NeBqAV89EmIl1QThq9gj o4qVOGRGzvDSN+O2nJd8AAcKDtnzRq02ibHPp2REdcx2xVgn/DW7VVY2C5v8e6C6nF L60f8rmb0s/pnZhfTcem76jPzD8psOhOLawski30= Date: Tue, 9 Jul 2024 14:01:46 -0700 From: Andrew Morton To: Peter Xu Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Zi Yan , Yang Shi , Hugh Dickins , Baolin Wang , Huang Ying , David Hildenbrand Subject: Re: [PATCH] mm/migrate: Putback split folios when numa hint migration fails Message-Id: <20240709140146.d56769d71a596e6fd11901f2@linux-foundation.org> In-Reply-To: References: <20240708215537.2630610-1-peterx@redhat.com> <20240708160407.a0c51eb11d0403c161d27540@linux-foundation.org> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 9 Jul 2024 10:47:19 -0400 Peter Xu wrote: > Considering that nobody yelled after rc5 until now, and this is only > something I observed when looking at the more severe issue Hugh fixed.. > maybe we should target this for next release, then stablize it and wait for > a backport to 6.10? Sure, let's do that.