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 16CF2CA6B for ; Tue, 16 Dec 2025 02:48:37 +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=1765853318; cv=none; b=nWZ/flIFtjAvE2DfVfoT6BU9k6hz2zgKdITr65LAXD9LtmSk9WLNuSNxKViFDKpb514g9HEKNs+Ob+cVTnuy1R34EhXbhxne7b7d8MdB+QsSYcRO43LIi1PDG8wutC52Y3nqg07plFdtA6NJzMHR9T5PtWUGvORwkvzQx8pEX4E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765853318; c=relaxed/simple; bh=dLovf03U9H7G4zdKCI1UyiSLuE0DPzX4oZlq39p+rBA=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=XNMrji/BOx28juFuOMgf3MxXi0nf6h58eQMfld8wWYgPU2sKMXV2xbrYdYHdSuvskOrnE4RqffL6PjMZabbVf0YIi8GMQ0Epk9fDuHZ7vZEhNfsN8kzZ+88ibcb9eCIILI1wg02axpfQ1/zczARMRWVidxriQoaPKnvDci7GAuI= 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=mHRSrcKI; 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="mHRSrcKI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E76C9C4CEF5; Tue, 16 Dec 2025 02:48:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1765853317; bh=dLovf03U9H7G4zdKCI1UyiSLuE0DPzX4oZlq39p+rBA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mHRSrcKIhOqDFqdMNr4yYNulw7jpi8NXMbPsioKnQyshqkwKnozF3/NzflbuOgh22 Bvs/xcoUXC6sxswwOIVSZVNszqlioh3OB1oQe45ftXK+Jn4uldAU1Yct//TOCkRjam RD86kIn1sS3Co00Yg2ZVeEjP+2fbxMAbOFMX8o+E= Date: Mon, 15 Dec 2025 18:48:36 -0800 From: Andrew Morton To: Ankur Arora Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, x86@kernel.org, david@kernel.org, bp@alien8.de, dave.hansen@linux.intel.com, hpa@zytor.com, mingo@redhat.com, mjguzik@gmail.com, luto@kernel.org, peterz@infradead.org, tglx@linutronix.de, willy@infradead.org, raghavendra.kt@amd.com, chleroy@kernel.org, ioworker0@gmail.com, boris.ostrovsky@oracle.com, konrad.wilk@oracle.com Subject: Re: [PATCH v10 0/8] mm: folio_zero_user: clear contiguous pages Message-Id: <20251215184836.8c003ad094e8bd6bdb96f478@linux-foundation.org> In-Reply-To: <20251215204922.475324-1-ankur.a.arora@oracle.com> References: <20251215204922.475324-1-ankur.a.arora@oracle.com> 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 Mon, 15 Dec 2025 12:49:14 -0800 Ankur Arora wrote: > This series adds clearing of contiguous page ranges for hugepages. > Review is a bit thin at this time but it's at v10 and seems a thing we want to push ahead with. So I'll add this to mm.git's mm-new branch for testing. I expect a few days after that I'll quietly move it into the mm-unstable branch where it will receive linux-next exposure. Further progress into mm.git's non-rebasing for-next-merge-window mm-stable branch will depend upon test and review outcomes. Thanks.