]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: Teach ptdump about FEAT_XNX permissions
authorOliver Upton <oupton@kernel.org>
Mon, 24 Nov 2025 19:01:46 +0000 (11:01 -0800)
committerOliver Upton <oupton@kernel.org>
Mon, 1 Dec 2025 08:43:47 +0000 (00:43 -0800)
commit6b49f70022ed607bab66da60c7b332f39cda4ff1
treefdc7573924d038c32ac6707df7f7a192ffa8a3d1
parentd93febe2ed2e0491af9d47f0ee6d4b01918877f4
KVM: arm64: Teach ptdump about FEAT_XNX permissions

Although KVM doesn't make direct use of the feature, guest hypervisors
can use FEAT_XNX which influences the permissions of the shadow stage-2.
Update ptdump to separately print the privileged and unprivileged
execute permissions.

Reviewed-by: Marc Zyngier <maz@kernel.org>
Tested-by: Marc Zyngier <maz@kernel.org>
Link: https://msgid.link/20251124190158.177318-5-oupton@kernel.org
Signed-off-by: Oliver Upton <oupton@kernel.org>
arch/arm64/kvm/ptdump.c