From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-176.mta1.migadu.com (out-176.mta1.migadu.com [95.215.58.176]) (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 E14CC3382F7 for ; Tue, 2 Jun 2026 12:02:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.176 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780401735; cv=none; b=CZfMkYp02o+ieoPdhbzVYptKPhNSRVQs/Wc4/l0PlbQQTbvILqAMovSFWxKC6mab5unXiPlE10yYabREcekFeF7DOtChPU/x5q/3Y4iNpQ+6/rAMNBGmo+vNWEOOtEcLhvJEHzs78q1dPjx72zLQD8zJCl+JL7ojcaY3D6a/dpI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780401735; c=relaxed/simple; bh=+72QC/29sQzn8Uu3Y8YY2M0V2ygqHpEiwFZA5N0acRE=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=OV1/+sSNkllE2xJ3X31WoetoqZR94KoMGZ0mJKslwhlo1o2OjckpPDMJxr9q0BsUJ8CN3VGnYPhrtbBGBFoqAJ5JtpFUU/iIfrTZuO80k7Xz2voLaIxpo5dqRRiQ1s82jRzLQtTWrNdtKR6yOZHwQB70xynJv+2PyJiV/IACVb4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=Z5LxNo/F; arc=none smtp.client-ip=95.215.58.176 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="Z5LxNo/F" Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1780401731; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+72QC/29sQzn8Uu3Y8YY2M0V2ygqHpEiwFZA5N0acRE=; b=Z5LxNo/FMI/JNJb/TqGZvbAG+U2opcWuC2sWGUblnS6pU3elGn3CL95KUFbPiFS5cVhvjV CX+ErMO6Eug6SV/lU5nicCMOFsKiI46gdjqRHyzsh8e6yt3EiHAy5KF9W76dCuWzqmFpHE P3OutiC++LR7VRSLhM3SYQ2kkyLPcJQ= Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3864.600.51.1.1\)) Subject: Re: [PATCH v3 00/19] mm: Refactor bootmem gigantic hugepage allocation X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Muchun Song In-Reply-To: Date: Tue, 2 Jun 2026 20:01:17 +0800 Cc: Muchun Song , Oscar Salvador , David Hildenbrand , Andrew Morton , Madhavan Srinivasan , Michael Ellerman , Mike Rapoport , Lorenzo Stoakes , "Liam R. Howlett" , Vlastimil Babka , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Nicholas Piggin , "Christophe Leroy (CS GROUP)" , "Ritesh Harjani (IBM)" , "Aneesh Kumar K.V" , linuxppc-dev@lists.ozlabs.org, Mike Kravetz Content-Transfer-Encoding: quoted-printable Message-Id: References: <20260602101039.1867613-1-songmuchun@bytedance.com> To: "Oscar Salvador (SUSE)" X-Migadu-Flow: FLOW_OUT > On Jun 2, 2026, at 18:34, Oscar Salvador (SUSE) = wrote: >=20 > On Tue, Jun 02, 2026 at 06:10:20PM +0800, Muchun Song wrote: >> This series is split out from the earlier larger series "mm: = Generalize >> HVO for HugeTLB and device DAX" [1]. It collects the first 19 patches = of >> that series as a standalone set of fixes and preparatory cleanups = around >> bootmem HugeTLB handling, sparse initialization ordering, and related >> vmemmap setup. Hi Oscar, >=20 > Thanks Munchun, this split out really helps easing the review. > I think not so many patches from this series scaped review, but I = shall > get back ot it later this week. Sounds good! Thanks for taking the time to review. Looking forward to = your feedback later this week. Best, Muchun >=20 >=20 >=20 > --=20 > Oscar Salvador > SUSE Labs