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 11BD42E62C4 for ; Thu, 18 Dec 2025 07:38:52 +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=1766043533; cv=none; b=D6zyDT7Gk3/2/i4GAwVHXgvEYodCRuL8mzfgKRZZtE37AWLahW8PQgJW9+V9u7wXlVWfdKRVO4dGyXIHokLupVoeFbjZOUuOzd9pCl5845+Klc9FxM4L2CroeDOoyY0mHVYoep27gITXMj9cetSAyDrpqxJLVbZ24rRrG+QKR6Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766043533; c=relaxed/simple; bh=5SI3/UU5qYW0Gb+2KkOWE2iWbiZU++5QzEprZ0o/eFs=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Cwwu0LaNW0csnZ3lAHdMdE5SThFYJyJb1UryN5XsaoTFwyT1HPouyttV2zDvShWTkSfqeQQzksHbOGgnZrS9jQgVUA/8lW+gAksdR8T/Bid0H46eyCS9EqMIAvKC9jkbgbqiMmoqwDSxpNI5xl5QdkdWAGYzUrcGYrEcgErPLL4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EAm7LrRs; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="EAm7LrRs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E792C4CEFB; Thu, 18 Dec 2025 07:38:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1766043532; bh=5SI3/UU5qYW0Gb+2KkOWE2iWbiZU++5QzEprZ0o/eFs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=EAm7LrRssxRdkvRkw7CLYGtK0bR7+ZV5I0cxEUckORwjhQit/pXLe41NEgyw/67Di W3DXuF+DKleZstjksQ2HpOc8nYxifFruSqKcRqg6OPBTOy67yqASQgBYq+wqCyfV4Z rJYtkyMcvmGGAHg4YmcLy5B5jKJUVBwf2sXV6DFMtgtSEtEO4YIl0KMie5Dne3Qjfx 9uB7TfKPHxc0e0kWl2kn13O6YWvO1lEhK1pTTGMnW5GoQKUhK66/hxyYafcC4oDS8J VZUl9j0Ft1W4X9iurM+AhsR9ljgSuetW2RuHw5oQO/OAriqcvu/kf/YqDcizigb7ns sMlkIPwlo2NDg== Message-ID: Date: Thu, 18 Dec 2025 08:38:46 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v10 0/8] mm: folio_zero_user: clear contiguous pages To: Ankur Arora , Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, x86@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 References: <20251215204922.475324-1-ankur.a.arora@oracle.com> <20251215184836.8c003ad094e8bd6bdb96f478@linux-foundation.org> <87ldj3f264.fsf@oracle.com> From: "David Hildenbrand (Red Hat)" Content-Language: en-US In-Reply-To: <87ldj3f264.fsf@oracle.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 12/16/25 06:04, Ankur Arora wrote: > > Andrew Morton writes: > >> 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. > > I think David Hildebrand has looked at all the HIGHMEM patches quite closely > (though, not this iteration where I reorganized things a bit.) Yeah, I've been reviweing this from the very beginning .... and I hope we won't start to rush things in simply because I am not looking for 5 days ;) -- Cheers David