diff mbox series

[9/9] KVM: Move kvm_pagefault01 to the end of KVM runfile

Message ID 20240430122208.13043-10-mdoucha@suse.cz
State Accepted
Headers show
Series Add functional test for AMD VMSAVE/VMLOAD instructions | expand

Commit Message

Martin Doucha April 30, 2024, 12:22 p.m. UTC
The kvm_pagefault01 test reloads the KVM module with special parameters
which may change kernel code paths and hide open bugs from other KVM
tests. Move the test to the end of KVM schedule to prevent interference.

Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
 runtest/kvm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Petr Vorel May 6, 2024, 4:34 a.m. UTC | #1
Hi Martin,

> The kvm_pagefault01 test reloads the KVM module with special parameters
> which may change kernel code paths and hide open bugs from other KVM
> tests. Move the test to the end of KVM schedule to prevent interference.

Reviewed-by: Petr Vorel <pvorel@suse.cz>

Kind regards,
Petr
Petr Vorel May 7, 2024, 2:59 p.m. UTC | #2
Hi Martin,

> The kvm_pagefault01 test reloads the KVM module with special parameters
> which may change kernel code paths and hide open bugs from other KVM
> tests. Move the test to the end of KVM schedule to prevent interference.

Merged rebased, as we discussed at the first patch. Thanks!

On a brief look the other patches looks very well (apart from that clang issue),
but I need some time for actual review.

Kind regards,
Petr
diff mbox series

Patch

diff --git a/runtest/kvm b/runtest/kvm
index 0e1b2e555..74a517add 100644
--- a/runtest/kvm
+++ b/runtest/kvm
@@ -1,5 +1,6 @@ 
-kvm_pagefault01 kvm_pagefault01
 kvm_svm01 kvm_svm01
 kvm_svm02 kvm_svm02
 kvm_svm03 kvm_svm03
 kvm_svm04 kvm_svm04
+# Tests below may interfere with bug reproducibility
+kvm_pagefault01 kvm_pagefault01