Skip to content

KVM: selftests: aarch64: Fix page_fault_test failure

Gavin Shan requested to merge (removed):jira-16004 into main

JIRA: https://issues.redhat.com/browse/RHEL-16004
Upstream Status: linux v6.7.rc1
Tested: No page_fault_test failure on ampere-hr330a-04.khw.rdu2.eng.redhat.com

There is page_fault_test failure reported by Jan Richter and it has been
fixed in upstream by commit beaf35b48087. Besides, another failure is
fixed by upstream commit 06899aa5dd3d. Since we're here, 06899aa5dd3d
is picked either.

06899aa5dd3d KVM: arm64: selftest: Perform ISB before reading PAR_EL1
beaf35b48087 KVM: arm64: selftest: Add the missing .guest_prepare()

Signed-off-by: Gavin Shan gshan@redhat.com

Edited by Gavin Shan

Merge request reports