On Thu, Jun 12, 2025 at 06:22:32PM +0200, David Hildenbrand wrote: > On 12.06.25 18:19, Lorenzo Stoakes wrote: > > FWIW I did a basic build/mm self tests run locally and all looking good! > > Thanks! I have another series based on this series coming up ... but > struggling to get !CONFIG_ARCH_HAS_PTE_SPECIAL tested "easily" :)
Hm which arches don't set it? Filtering through: arm - If !ARM_LPAE csky hexagon m68k microblaze mips - If 32-bit or !CPU_HAS_RIXI nios2 openrisc um xtensa So the usual suspects of museum pieces and museum pieces on life-support for some reason but also... usermode linux? Might that be the easiest to play with? I got this list from a basic grep for 'select ARCH_HAS_PTE_SPECIAL' so I'm not sure if um imports some other arch's kconfig or there is some other way to set it but probably this criteria is accurate... IMO: criteria for arch removal (or in case of um - adjustment :) - 32-bit (kernel), !ARCH_HAS_PTE_SPECIAL, nommu Of course, pipe dreams... > > -- > Cheers, > > David / dhildenb >