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 C0A6A248873 for ; Fri, 3 Jul 2026 02:05:23 +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=1783044326; cv=none; b=q+k9Jsah/BgutMuCYDIvgSYbnJbbGJycUcuR0I67h1RkROZNCwk+XlMJ/5usyVLDKQ2VX0jKvyRwNxBkdBjbmah8Tr+N5Re5jsihHYN9PaZvPiu2zcKJTI+5ENF2jX0tMQMswtiq3Ay75xRdfRLswQfLhY5QyClt3Jyy5eLPyfA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783044326; c=relaxed/simple; bh=ghwNRxDlC7Tmn53ov5gek60j8bF0++lAix86h0ASuzA=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=o12lEqartDHqE4zaFhxlzj4F05NZPpZToWHWWqKWd+pIabkz9o8QDm5uf65SqBAoa1qv9QzgqDKpP4ET2A4+hGR5dVFJVi2+s+Y4RAoPTqqNB0go8Xt70bFOCnP5nhlfs90XE8MYIGungwANBf4cWmKqzpIuY3fgDxfaknqEpIc= 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=dMnAFHsS; 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="dMnAFHsS" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1783044321; 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=ghwNRxDlC7Tmn53ov5gek60j8bF0++lAix86h0ASuzA=; b=dMnAFHsS93DoOXRC9Vb5kUI0Bx0weWwbzv0pieehdt/UWMPStT7X3N84wUcGOE+oE82Zhj lQ5pNxrPMwVbmmxdx8ZOiOWOVO5yx9TKPDg4dEaSMbjwjnYr2/J4z6Vl+qPEMgF1ZzB3hv XvluXolpPdB91+6i1gnbMdMUD+Ue2Rg= Date: Fri, 3 Jul 2026 10:04:48 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v4 0/6] Open HugeTLB allocation routine for more generic use To: Zi Yan , Ackerley Tng Cc: Muchun Song , Oscar Salvador , David Hildenbrand , Andrew Morton , fvdl@google.com, jiaqiyan@google.com, joshua.hahnjy@gmail.com, jthoughton@google.com, mhocko@kernel.org, michael.roth@amd.com, pasha.tatashin@soleen.com, pbonzini@redhat.com, peterx@redhat.com, pratyush@kernel.org, rick.p.edgecombe@intel.com, rientjes@google.com, roman.gushchin@linux.dev, seanjc@google.com, shakeel.butt@linux.dev, shivankg@amd.com, vannapurve@google.com, yan.y.zhao@intel.com, Matthew Brost , Rakie Kim , Byungchul Park , Gregory Price , Ying Huang , Alistair Popple , Dan Williams , Jason Gunthorpe , linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <20260702-hugetlb-open-up-v4-0-d53cefcccf34@google.com> <5BCC635A-9CB2-42AF-B7CA-43886CF2BEC7@nvidia.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Qi Zheng In-Reply-To: <5BCC635A-9CB2-42AF-B7CA-43886CF2BEC7@nvidia.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Hi Zi, On 7/3/26 12:51 AM, Zi Yan wrote: > +Qi Thanks for the CC! I'm very interested in this work and will keep a close eye on this patchset. Thanks, Qi