Message ID | 20240430122208.13043-10-mdoucha@suse.cz |
---|---|
State | Accepted |
Headers | show |
Series | Add functional test for AMD VMSAVE/VMLOAD instructions | expand |
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
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 --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
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(-)