Re: [PATCH] arm64/ptdump: Test both PTE_TABLE_BIT and PTE_VALID for block mappings

From: Catalin Marinas
Date: Tue Nov 05 2024 - 08:51:50 EST


On Tue, 05 Nov 2024 10:11:54 +0530, Anshuman Khandual wrote:
> Test both PTE_TABLE_BIT and PTE_VALID for block mappings, similar to KVM S2
> ptdump. This ensures consistency in identifying block mappings, both in the
> S1 and the S2 page tables. Besides being kernel page tables, there will not
> be any unmapped (!PTE_VALID) block mappings.
>
>

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64/ptdump: Test both PTE_TABLE_BIT and PTE_VALID for block mappings
https://git.kernel.org/arm64/c/dc9b74a76320

--
Catalin