Re: [PATCH] ARM: mm: LPAE: Change THP helpers to comply with generic MM semantics
From: Karl Mehltretter
Date: Sat Sep 19 2026 - 01:24:00 EST
On Mon, 24 Aug 2026 07:59:38 +0200, I wrote:
> pmd_mkinvalid() clears L_PMD_SECT_VALID from a huge PMD. A PROT_NONE
> huge mapping also lacks that bit. On LPAE, pmd_present() therefore
> reports both entries as non-present even though they still describe a
> huge page.
Friendly ping on this patch.
Adding Anshuman Khandual, David Hildenbrand, Ryan Roberts and Andrew Morton
to Cc for review of the THP helper semantics.
Thanks,
Karl