Re: [PATCH V2 1/2] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
From: Matthew Wilcox
Date: Mon Jun 23 2025 - 08:29:40 EST
On Mon, Jun 23, 2025 at 09:39:41AM +0000, Shivank Garg wrote:
> From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
>
> Add a mempolicy parameter to filemap_alloc_folio() to enable NUMA-aware
> page cache allocations. This will be used by upcoming changes to
> support NUMA policies in guest-memfd, where guest_memory needs to be
> allocated according to NUMA policy specified by the VMM.
>
> All existing users pass NULL maintaining current behavior.
I don't want to see this as a separate series. I want to see it as part
of the series that introduces the user.
Andrew, please drop these two patches from your tree.