Re: [PATCH v1 06/11] x86/mm/pat: remove old pfnmap tracking interface

2025-04-28 Thread Lorenzo Stoakes
On Fri, Apr 25, 2025 at 10:17:10AM +0200, David Hildenbrand wrote: > We can now get rid of the old interface along with get_pat_info() and > follow_phys(). > > Signed-off-by: David Hildenbrand Oh what a glorious glorious screen of red I see before me... deleted code is the best code! Reviewed-by

[PATCH v1 06/11] x86/mm/pat: remove old pfnmap tracking interface

2025-04-25 Thread David Hildenbrand
We can now get rid of the old interface along with get_pat_info() and follow_phys(). Signed-off-by: David Hildenbrand --- arch/x86/mm/pat/memtype.c | 147 -- include/linux/pgtable.h | 66 - 2 files changed, 213 deletions(-) diff --git a/arc