KVM: selftests: aarch64: Test read-only PT memory regions
authorRicardo Koller <ricarkol@google.com>
Fri, 27 Jan 2023 21:43:53 +0000 (21:43 +0000)
committerMarc Zyngier <maz@kernel.org>
Sun, 29 Jan 2023 18:49:08 +0000 (18:49 +0000)
commit08ddbbdf0b55839ca93a12677a30a1ef24634969
tree1f8b8e7a66f2a811fbf69351059b89199e06e5b4
parent8b03c97fa6fd442b949b71aeb7545b970b968fe3
KVM: selftests: aarch64: Test read-only PT memory regions

Extend the read-only memslot tests in page_fault_test to test
read-only PT (Page table) memslots. Note that this was not allowed
before commit 406504c7b040 ("KVM: arm64: Fix S1PTW handling on RO
memslots") as all S1PTW faults were treated as writes which resulted
in an (unrecoverable) exception inside the guest.

Signed-off-by: Ricardo Koller <ricarkol@google.com>
Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230127214353.245671-5-ricarkol@google.com
tools/testing/selftests/kvm/aarch64/page_fault_test.c