Re: [PATCH v2 13/14] mm: Remove callers of pfn_t functionality

2025-06-17 Thread David Hildenbrand
On 16.06.25 13:58, Alistair Popple wrote: All PFN_* pfn_t flags have been removed. Therefore there is no longer a need for the pfn_t type and all uses can be replaced with normal pfns. Signed-off-by: Alistair Popple Reviewed-by: Christoph Hellwig Reviewed-by: Jason Gunthorpe --- Changes sin

[PATCH v2 13/14] mm: Remove callers of pfn_t functionality

2025-06-16 Thread Alistair Popple
All PFN_* pfn_t flags have been removed. Therefore there is no longer a need for the pfn_t type and all uses can be replaced with normal pfns. Signed-off-by: Alistair Popple Reviewed-by: Christoph Hellwig Reviewed-by: Jason Gunthorpe --- Changes since v1: - Rebased on David's cleanup[1] [1