[PATCH v2] KVM: arm64: ptdump: Don't test PTE_VALID alongside other attributes
Marc Zyngier
maz at kernel.org
Mon Sep 15 02:52:09 PDT 2025
On Sat, 09 Aug 2025 21:53:56 +0800, Wei-Lin Chang wrote:
> The attribute masks and test values in the ptdump code are meant for
> individual attributes, however for stage-2 ptdump we included PTE_VALID
> while testing for R, W, X, and AF. This led to some confusion and the
> flipped output for the executable attribute.
>
> Remove PTE_VALID from all attribute masks and values so that each test
> matches only the relevant bits.
>
> [...]
Applied to next, thanks!
[1/1] KVM: arm64: ptdump: Don't test PTE_VALID alongside other attributes
commit: 8673e5b22e1e114213d3ca74f415034aed45e528
Cheers,
M.
--
Without deviation from the norm, progress is not possible.
More information about the linux-arm-kernel
mailing list