From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) (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 C1FDB2147EE for ; Fri, 10 Jan 2025 18:59:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.50.34 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736535600; cv=none; b=hVx5kCf/b3t2VKRSIJIw38kV7UCELM5WLY5FG30DrlweF5KHtGY0oYeIKJwCb50LBLurL1h2hMTZoBID73+apycGK1Xo547GQBGBo2VlOXkXsFx0N1fcCjwFt+Bj2jnhT5IUhm9mqnUrABA7V6PydPu0v/oEAJw6CiDdD7ml2ro= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736535600; c=relaxed/simple; bh=MiJzG2JI96aMnVgi+p4BdgWkcHVxt6lrpYygmjkQFB4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fMxaNF/MS6AC8/eykMFh1WW3t7CBmVbSPHbnfnWWohVO22HNb5poPRTnt+nX45UjPsswBTdB82F9K4ePUk2eldrG1i8ZbYGTLDZw+hECFKo4+IQaLNspfg+F4JBMRfZo/fz5JytAf7q5mJAj1cUEWSKcS0fLBPiT+ha4A42L1Tw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=MqdLr9LO; arc=none smtp.client-ip=90.155.50.34 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="MqdLr9LO" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=i0HB1X0wC93rU395elgbjTGKtMd/tpskPssrmUrOX5o=; b=MqdLr9LO1Agqfpz55GZe9RdutP gG7swp2/iNwUhg5L+IgXAD/AX/cLoyL47fhViMRzcLZd24rUTEdRqCAKeMFLJOLJwJ/zD4t3wrpwK lmynPdmZw1o72u2EUS1iD/Jpy9Fa5m93J+AQHDWXKm3zDqEQf5+MzE8CPhCQasjX23jNmFgwT0YtK o1h25cpP83i1lV4rVMK14hAkOqLwbK1+LfOxnBFRmUBttEB3uNdKI6NEmltmgcp2nu/jK4gLLiKE1 PfsZKedvcjdeZE37ysXZ+9sGadhD4Qa94cJgwMFVcWF1Tq1B0IqYY4aofvmUsq7WlRqKPUSUJOS0L sWYIzu8Q==; Received: from willy by casper.infradead.org with local (Exim 4.98 #2 (Red Hat Linux)) id 1tWKEf-0000000ECiT-0vjl; Fri, 10 Jan 2025 18:59:57 +0000 Date: Fri, 10 Jan 2025 18:59:57 +0000 From: Matthew Wilcox To: David Hildenbrand Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andrew Morton , Muchun Song Subject: Re: [PATCH v1 0/6] mm/hugetlb: folio and migration cleanups Message-ID: References: <20250110182149.746551-1-david@redhat.com> 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-Disposition: inline In-Reply-To: On Fri, Jan 10, 2025 at 07:23:16PM +0100, David Hildenbrand wrote: > On 10.01.25 19:21, David Hildenbrand wrote: > > Some cleanups around more folio conversion and migration handling that > > I collected working on random stuff. > > > > Patch #2->#6 were previous sent as part of [1], but I think they make > > sense independent of that. > > Heh, sending it out now I realize that #1 is a THP cleanup. Anyhow, not the > end of the world for this series :) I've reviewed the ones I feel comfortable with. The others are a bit more hugetlb-centric than I'm expert in.