Activity log for bug #1726225

Date Who What changed Old value New value Message
2017-10-23 04:05:47 Po-Hsu Lin bug added bug
2017-10-23 04:06:05 Po-Hsu Lin affects qemu (Ubuntu) linux (Ubuntu)
2017-10-23 04:06:57 Po-Hsu Lin description Steps: 1. git clone https://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git 2. cd kvm-unit-tests 3. ./configure; make 4. sudo ./run_tests.sh -v And you will see the detailed command it use, run the one for selftest-setup as root: # TESTNAME=selftest-setup TIMEOUT=90s ACCEL= ./s390x/run s390x/selftest.elf -smp 1 -append 'test 123' timeout -k 1s --foreground 90s /usr/bin/qemu-system-s390x -nodefaults -nographic -machine s390-ccw-virtio,accel=tcg -chardev stdio,id=con0 -device sclpconsole,chardev=con0 -kernel s390x/selftest.elf -smp 1 -append test 123 # -initrd /tmp/tmp.gj7cBJS2hH PASS: selftest: true PASS: selftest: argc == 3 PASS: selftest: argv[0] == PROGNAME PASS: selftest: argv[1] == test PASS: selftest: argv[2] == 123 PASS: selftest: 3.0/2.0 == 1.5 PASS: selftest: Program interrupt: expected(1) == received(1) ABORT: selftest: Unexpected program interrupt: 5 at 0x12b94, ilen 6 SUMMARY: 7 tests EXIT: STATUS=127 Run the one for intercept as root: # TESTNAME=intercept TIMEOUT=90s ACCEL= ./s390x/run s390x/intercept.elf -smp 1 timeout -k 1s --foreground 90s /usr/bin/qemu-system-s390x -nodefaults -nographic -machine s390-ccw-virtio,accel=tcg -chardev stdio,id=con0 -device sclpconsole,chardev=con0 -kernel s390x/intercept.elf -smp 1 # -initrd /tmp/tmp.4QCRdccGRJ PASS: intercept: stpx: store prefix FAIL: intercept: stpx: Program interrupt: expected(4) == received(0) FAIL: intercept: stpx: Program interrupt: expected(6) == received(0) ABORT: intercept: stpx: Unexpected program interrupt: 5 at 0x109dc, ilen 4 SUMMARY: 3 tests, 2 unexpected failures EXIT: STATUS=127 Tried QEMU 2.10 built from source, this issue still exist. Steps: 1. git clone https://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git 2. cd kvm-unit-tests 3. ./configure; make 4. sudo ./run_tests.sh -v And you will see the detailed command it use, run the one for selftest-setup as root: # TESTNAME=selftest-setup TIMEOUT=90s ACCEL= ./s390x/run s390x/selftest.elf -smp 1 -append 'test 123' timeout -k 1s --foreground 90s /usr/bin/qemu-system-s390x -nodefaults -nographic -machine s390-ccw-virtio,accel=tcg -chardev stdio,id=con0 -device sclpconsole,chardev=con0 -kernel s390x/selftest.elf -smp 1 -append test 123 # -initrd /tmp/tmp.gj7cBJS2hH PASS: selftest: true PASS: selftest: argc == 3 PASS: selftest: argv[0] == PROGNAME PASS: selftest: argv[1] == test PASS: selftest: argv[2] == 123 PASS: selftest: 3.0/2.0 == 1.5 PASS: selftest: Program interrupt: expected(1) == received(1) ABORT: selftest: Unexpected program interrupt: 5 at 0x12b94, ilen 6 SUMMARY: 7 tests EXIT: STATUS=127 Run the one for intercept as root: # TESTNAME=intercept TIMEOUT=90s ACCEL= ./s390x/run s390x/intercept.elf -smp 1 timeout -k 1s --foreground 90s /usr/bin/qemu-system-s390x -nodefaults -nographic -machine s390-ccw-virtio,accel=tcg -chardev stdio,id=con0 -device sclpconsole,chardev=con0 -kernel s390x/intercept.elf -smp 1 # -initrd /tmp/tmp.4QCRdccGRJ PASS: intercept: stpx: store prefix FAIL: intercept: stpx: Program interrupt: expected(4) == received(0) FAIL: intercept: stpx: Program interrupt: expected(6) == received(0) ABORT: intercept: stpx: Unexpected program interrupt: 5 at 0x109dc, ilen 4 SUMMARY: 3 tests, 2 unexpected failures EXIT: STATUS=127 Tried QEMU 2.10 built from source, this issue still exist. This is not a regression as we just add the test for s390x in this cycle.
2017-10-23 04:30:04 Ubuntu Kernel Bot linux (Ubuntu): status New Incomplete
2017-10-23 05:42:06 Christian Ehrhardt  bug added subscriber ChristianEhrhardt
2017-10-23 07:04:23 Po-Hsu Lin summary s390x zKVM failed with selftest-setup and intercept test in kvm-unit-tests Zesty s390x zKVM failed with selftest-setup and intercept test in kvm-unit-tests
2017-10-23 07:10:36 Po-Hsu Lin description Steps: 1. git clone https://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git 2. cd kvm-unit-tests 3. ./configure; make 4. sudo ./run_tests.sh -v And you will see the detailed command it use, run the one for selftest-setup as root: # TESTNAME=selftest-setup TIMEOUT=90s ACCEL= ./s390x/run s390x/selftest.elf -smp 1 -append 'test 123' timeout -k 1s --foreground 90s /usr/bin/qemu-system-s390x -nodefaults -nographic -machine s390-ccw-virtio,accel=tcg -chardev stdio,id=con0 -device sclpconsole,chardev=con0 -kernel s390x/selftest.elf -smp 1 -append test 123 # -initrd /tmp/tmp.gj7cBJS2hH PASS: selftest: true PASS: selftest: argc == 3 PASS: selftest: argv[0] == PROGNAME PASS: selftest: argv[1] == test PASS: selftest: argv[2] == 123 PASS: selftest: 3.0/2.0 == 1.5 PASS: selftest: Program interrupt: expected(1) == received(1) ABORT: selftest: Unexpected program interrupt: 5 at 0x12b94, ilen 6 SUMMARY: 7 tests EXIT: STATUS=127 Run the one for intercept as root: # TESTNAME=intercept TIMEOUT=90s ACCEL= ./s390x/run s390x/intercept.elf -smp 1 timeout -k 1s --foreground 90s /usr/bin/qemu-system-s390x -nodefaults -nographic -machine s390-ccw-virtio,accel=tcg -chardev stdio,id=con0 -device sclpconsole,chardev=con0 -kernel s390x/intercept.elf -smp 1 # -initrd /tmp/tmp.4QCRdccGRJ PASS: intercept: stpx: store prefix FAIL: intercept: stpx: Program interrupt: expected(4) == received(0) FAIL: intercept: stpx: Program interrupt: expected(6) == received(0) ABORT: intercept: stpx: Unexpected program interrupt: 5 at 0x109dc, ilen 4 SUMMARY: 3 tests, 2 unexpected failures EXIT: STATUS=127 Tried QEMU 2.10 built from source, this issue still exist. This is not a regression as we just add the test for s390x in this cycle. Steps: 1. git clone https://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git 2. cd kvm-unit-tests 3. ./configure; make 4. sudo ./run_tests.sh -v And you will see the detailed command it use, run the one for selftest-setup as root: # TESTNAME=selftest-setup TIMEOUT=90s ACCEL= ./s390x/run s390x/selftest.elf -smp 1 -append 'test 123' timeout -k 1s --foreground 90s /usr/bin/qemu-system-s390x -nodefaults -nographic -machine s390-ccw-virtio,accel=tcg -chardev stdio,id=con0 -device sclpconsole,chardev=con0 -kernel s390x/selftest.elf -smp 1 -append test 123 # -initrd /tmp/tmp.gj7cBJS2hH PASS: selftest: true PASS: selftest: argc == 3 PASS: selftest: argv[0] == PROGNAME PASS: selftest: argv[1] == test PASS: selftest: argv[2] == 123 PASS: selftest: 3.0/2.0 == 1.5 PASS: selftest: Program interrupt: expected(1) == received(1) ABORT: selftest: Unexpected program interrupt: 5 at 0x12b94, ilen 6 SUMMARY: 7 tests EXIT: STATUS=127 Run the one for intercept as root: # TESTNAME=intercept TIMEOUT=90s ACCEL= ./s390x/run s390x/intercept.elf -smp 1 timeout -k 1s --foreground 90s /usr/bin/qemu-system-s390x -nodefaults -nographic -machine s390-ccw-virtio,accel=tcg -chardev stdio,id=con0 -device sclpconsole,chardev=con0 -kernel s390x/intercept.elf -smp 1 # -initrd /tmp/tmp.4QCRdccGRJ PASS: intercept: stpx: store prefix FAIL: intercept: stpx: Program interrupt: expected(4) == received(0) FAIL: intercept: stpx: Program interrupt: expected(6) == received(0) ABORT: intercept: stpx: Unexpected program interrupt: 5 at 0x109dc, ilen 4 SUMMARY: 3 tests, 2 unexpected failures EXIT: STATUS=127 This is not a regression as we just add the test for s390x in this cycle.
2017-10-23 07:12:33 Po-Hsu Lin bug task added qemu (Ubuntu)
2017-10-23 15:37:05 Joseph Salisbury linux (Ubuntu): importance Undecided Medium
2017-10-23 15:37:10 Joseph Salisbury linux (Ubuntu): status Incomplete Triaged
2017-10-23 15:37:18 Joseph Salisbury tags s390x zesty kernel-da-key s390x zesty
2018-06-04 06:24:41 Po-Hsu Lin bug task added ubuntu-kernel-tests
2018-09-12 18:42:18 Sean Feole ubuntu-kernel-tests: status New Incomplete
2018-09-12 18:42:21 Sean Feole linux (Ubuntu): status Triaged Incomplete
2018-09-12 18:42:23 Sean Feole qemu (Ubuntu): status New Incomplete
2018-09-13 04:36:30 Po-Hsu Lin ubuntu-kernel-tests: status Incomplete Fix Released
2018-09-13 04:36:34 Po-Hsu Lin qemu (Ubuntu): status Incomplete Invalid
2018-09-13 04:36:36 Po-Hsu Lin linux (Ubuntu): status Incomplete Invalid
2019-07-24 21:07:36 Brad Figg tags kernel-da-key s390x zesty cscc kernel-da-key s390x zesty