Re: [PATCH v6 02/12] mm: add PMD swap entry detection support
From: David Hildenbrand (Arm)
Date: Wed Aug 19 2026 - 12:02:59 EST
>>> Signed-off-by: Usama Arif <usama.arif@xxxxxxxxx>
>>> ---
>>> arch/arm64/include/asm/pgtable.h | 6 +++++
>>> arch/loongarch/include/asm/pgtable.h | 19 ++++++++++++++
>>> arch/powerpc/include/asm/book3s/64/pgtable.h | 17 +++++++++++++
>>> arch/riscv/include/asm/pgtable.h | 15 +++++++++++
>>> arch/s390/include/asm/pgtable.h | 17 +++++++++++++
>>> arch/x86/include/asm/pgtable.h | 17 +++++++++++++
>>
>> I'm sorry for asking you to compete with Kiryll's series by creating one patch
>> for each architecture that directly jumps at arch maintainers :)
>>
>
> I have now split the architecture helpers into separate patches, followed by generic
> support for the next revision. I think I will need split patch 7 and patch 12 into
> several independent patches as well? This will significantly grow the patch count
> which is what I was trying to avoid as I feel that makes it more daunting to review
> (atleast for me), but I will try and keep it under 57 patches to not beat Kiryl :)
Note that such mechanical arch patches are extremely easy to review. Doing it
per arch is the clearest ask from arch maintainers to ack a little patch :)
--
Cheers,
David