Re: [PATCH 3/5] mm: export zap_page_range_single and list_lru_add/del
From: David Hildenbrand (Arm)
Date: Thu Feb 05 2026 - 07:35:42 EST
On 2/5/26 13:24, Lorenzo Stoakes wrote:
On Thu, Feb 05, 2026 at 12:19:22PM +0000, Alice Ryhl wrote:
On Thu, Feb 05, 2026 at 01:13:57PM +0100, David Hildenbrand (arm) wrote:
Could Rust just use zap_vma_ptes() or does it want to zap things in VMAs
that are not VM_PFNMAP?
The VMA is VM_MIXEDMAP, not VM_PFNMAP.
OK this smells like David's cleanup could extend it to allow for
VM_MIXEDMAP :) then we solve the export problem.
My thinking ... and while at it, gonna remove these functions to make them a bit more ... consistent in naming.
--
Cheers,
David