Re: [PATCH V2 2/7] x86/mm: Drop page table entry address output from pxd_ERROR()

From: Anshuman Khandual
Date: Tue Sep 17 2024 - 07:25:33 EST


On 9/17/24 16:49, Dave Hansen wrote:
> On 9/17/24 03:22, David Hildenbrand wrote:
>> Not a big fan of all these "bad PTE" thingies ...
>
> In general?
>
> Or not a big fan of the fact that every architecture has their own
> (mostly) copied-and-pasted set?

Right, these pxd_ERROR() have similar definitions across platforms,
(often the exact same) something that could be converged into common
generic ones instead.