Comment 0 for bug 1932003

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Issue found on Bionic s390x s2lp3 / kernel02 with 4.15.0-145.149-generic

This is not a regression since the test was run with the latest hirsute-WIP branch, with upstream tip c986dbe867053 ("x86/vmx: skip error-code delivery tests for #CP").

Test aborted with Unexpected external call interrupt (code 0x1201), log:
 Running '/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/smp'
 BUILD_HEAD=90a7d30e
 timeout -k 1s --foreground 90s /usr/bin/qemu-system-s390x -nodefaults -nographic -machine s390-ccw-virtio,accel=kvm -chardev stdio,id=con0 -device sclpconsole,chardev=con0 -kernel /tmp/tmp.hJUi3gqArx -smp 2 # -initrd /tmp/tmp.KAcEZv4Mpw
 SMP: Initializing, found 2 cpus
 PASS: smp: start
 PASS: smp: restart while running
 PASS: smp: stop
 PASS: smp: stop store status: running: prefix
 PASS: smp: stop store status: running: stack
 PASS: smp: stop store status: running: cpu stopped
 PASS: smp: stop store status: stopped: prefix
 PASS: smp: stop store status: stopped: stack
 PASS: smp: store status at address: running: incorrect state
 PASS: smp: store status at address: running: status not written
 PASS: smp: store status at address: stopped: status written
 PASS: smp: ecall: received
 PASS: smp: emcall: received
 PASS: smp: sense_running: CPU0 sense claims running
 PASS: smp: sense_running: CPU1 sense claims not running
 PASS: smp: cpu reset: cpu stopped
 ABORT: smp: cpu reset: Unexpected external call interrupt (code 0x1201): on cpu 1 at 0x110f2
 SUMMARY: 16 tests

 EXIT: STATUS=127
 FAIL smp (16 tests)

This issue does not exist in newer kernels on s390x.