Re: [PATCH 11/12] mm: Remove callers of pfn_t functionality

2025-06-03 Thread Jason Gunthorpe
On Thu, May 29, 2025 at 04:32:12PM +1000, 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 Yay! Reviewe

RE: [PATCH 11/12] mm: Remove callers of pfn_t functionality

2025-06-01 Thread Michael Kelley
From: Alistair Popple Sent: Wednesday, May 28, 2025 11:32 PM > > 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 > --- > arch