]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: ptdump: Make KVM ptdump code s2 mmu aware
authorWei-Lin Chang <weilin.chang@arm.com>
Tue, 17 Mar 2026 18:26:37 +0000 (18:26 +0000)
committerMarc Zyngier <maz@kernel.org>
Thu, 19 Mar 2026 11:40:21 +0000 (11:40 +0000)
commit204f7c018d76c2488a90fc6681519b8eb6eebb1d
treee7d29a033a0b4dbfa5c2002b5bd28baacf9287c4
parent1f318b96cc84d7c2ab792fcc0bfd42a7ca890681
KVM: arm64: ptdump: Make KVM ptdump code s2 mmu aware

To reuse the ptdump code for shadow page table dumping later, let's pass
s2 mmu as the private data, so we have the freedom to select which page
table to print.

Signed-off-by: Wei-Lin Chang <weilin.chang@arm.com>
Reviewed-by: Joey Gouly <joey.gouly@arm.com>
Link: https://patch.msgid.link/20260317182638.1592507-2-weilin.chang@arm.com
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/ptdump.c