[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [xen-unstable-smoke test] 118641: regressions - FAIL
flight 118641 xen-unstable-smoke real [real] http://logs.test-lab.xenproject.org/osstest/logs/118641/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 6 xen-build fail REGR. vs. 118626 build-armhf 6 xen-build fail REGR. vs. 118626 Tests which did not succeed, but are not blocking: build-amd64-libvirt 1 build-check(1) blocked n/a test-amd64-amd64-libvirt 1 build-check(1) blocked n/a test-armhf-armhf-xl 1 build-check(1) blocked n/a test-amd64-amd64-xl-qemuu-debianhvm-i386 1 build-check(1) blocked n/a test-arm64-arm64-xl-xsm 13 migrate-support-check fail never pass test-arm64-arm64-xl-xsm 14 saverestore-support-check fail never pass version targeted for testing: xen cf4b30dca0ad73e87802df83c5297abee9960c22 baseline version: xen 30cbd0c83ef3d0edac2d5bcc41a9a2b7a843ae58 Last test of basis 118626 2018-02-06 20:01:03 Z 0 days Testing same since 118641 2018-02-07 12:19:12 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: George Dunlap <george.dunlap@xxxxxxxxxx> Jan Beulich <jbeulich@xxxxxxxx> Michael Young <m.a.young@xxxxxxxxxxxx> Olaf Hering <olaf@xxxxxxxxx> Wei Liu <wei.liu2@xxxxxxxxxx> jobs: build-arm64-xsm pass build-amd64 fail build-armhf fail build-amd64-libvirt blocked test-armhf-armhf-xl blocked test-arm64-arm64-xl-xsm pass test-amd64-amd64-xl-qemuu-debianhvm-i386 blocked test-amd64-amd64-libvirt blocked ------------------------------------------------------------ sg-report-flight on osstest.test-lab.xenproject.org logs: /home/logs/logs images: /home/logs/images Logs, config files, etc. are available at http://logs.test-lab.xenproject.org/osstest/logs Explanation of these reports, and of osstest in general, is at http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master Test harness code can be found at http://xenbits.xen.org/gitweb?p=osstest.git;a=summary Not pushing. ------------------------------------------------------------ commit cf4b30dca0ad73e87802df83c5297abee9960c22 Author: George Dunlap <george.dunlap@xxxxxxxxxx> Date: Wed Jan 24 11:56:31 2018 +0000 x86/mm: Add debug code to detect illegal page_lock and put_page_type ordering The fix for XSA-242 depends on the same cpu never calling _put_page_type() while holding a page_lock() for that page; doing so may cause a deadlock under the right conditions. Furthermore, even before that, there was never any discipline for the order in which page locks are grabbed; if there are any paths that grab the locks for two different pages at once, we risk creating the conditions for a deadlock to occur. These are believed to be safe, because it is believed that: 1. No hypervisor paths ever lock two pages at once, and 2. We never call _put_page_type() on a page while holding its page lock. Add a check to debug builds to catch any violations of these assumpitons. Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> commit df1e4c6e7f8892e950433ff33c215df0cd7b30f7 Author: Michael Young <m.a.young@xxxxxxxxxxxx> Date: Tue Feb 6 21:27:23 2018 +0000 make xen ocaml safe-strings compliant Xen built with ocaml 4.06 gives errors such as Error: This expression has type bytes but an expression was expected of type string as Byte and safe-strings which were introduced in 4.02 are the default in 4.06. This patch which is mostly by Richard W.M. Jones of Red Hat from https://bugzilla.redhat.com/show_bug.cgi?id=1526703 fixes these issues. v2: drop tools/ocaml/libs/xc/xenctrl.ml from the patch as the affected code was removed by commit d933f1a53c06002351c1e36d40615e40bd4bf6af tools/ocaml: Drop coredump infrastructure Signed-off-by: Michael Young <m.a.young@xxxxxxxxxxxx> Reviewed-by: Christian Lindig <christian.lindig@xxxxxxxxxx> [ wei: remove trailing whitespaces ] Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> commit 6b48066e2215e733c91ff35d43b4a0e14fb726b6 Author: Olaf Hering <olaf@xxxxxxxxx> Date: Wed Feb 7 09:45:53 2018 +0100 docs: clearify symlink usage in xen-pv-channel The previous version simply states that a symlink has to be created without telling where the symlink should point to. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> commit 6552fa810b813d5bec82c033b84b09a3914b6aa5 Author: Olaf Hering <olaf@xxxxxxxxx> Date: Wed Feb 7 09:30:57 2018 +0100 docs: fix kernel config option in xen-pv-channel HVC is shown underlined, the underscores are missing. Fix it by using underscores. Remove stale I. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> (qemu changes not included) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |