Skip to content

Compile s390x KVM selftests with -march=z10 and fix problem with async teardown

Thomas Huth requested to merge thuth/kernel-cs-9:bz2183983 into main

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2183983

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2203390

First patch fixes a problem in the KVM selftests on s390x - I missed a patch in my original backport, causing the KVM selftests to fail. With this patch here applied, the selftest work fine again and can be used to test that the original issue has been solved.

The other two patches fixes some issues in the new asynchronous teardown code for secure KVM guests on s390x.

Signed-off-by: Thomas Huth thuth@redhat.com

Edited by Thomas Huth

Merge request reports