[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [xen-unstable test] 5180: regressions - FAIL
flight 5180 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/5180/ Regressions :-( Tests which did not succeed and are blocking: test-amd64-i386-win-vcpus1 14 guest-start.2 fail REGR. vs. 5174 test-amd64-i386-xl 14 guest-localmigrate/x10 fail REGR. vs. 5174 test-amd64-xcpkern-i386-xl-multivcpu 5 xen-boot fail REGR. vs. 5174 test-i386-xcpkern-i386-pair 8 xen-boot/dst_host fail REGR. vs. 5174 Tests which did not succeed, but are not blocking, including regressions (tests previously passed) regarded as allowable: test-amd64-amd64-win 16 leak-check/check fail never pass test-amd64-amd64-xl-win 7 windows-install fail never pass test-amd64-i386-rhel6hvm-amd 8 guest-saverestore fail never pass test-amd64-i386-rhel6hvm-intel 8 guest-saverestore fail never pass test-amd64-i386-win 16 leak-check/check fail never pass test-amd64-i386-xl-win-vcpus1 7 windows-install fail never pass test-amd64-xcpkern-i386-rhel6hvm-amd 8 guest-saverestore fail never pass test-amd64-xcpkern-i386-rhel6hvm-intel 8 guest-saverestore fail never pass test-amd64-xcpkern-i386-win 16 leak-check/check fail never pass test-amd64-xcpkern-i386-xl-win 7 windows-install fail never pass test-i386-i386-win 5 xen-boot fail like 5161 test-i386-i386-xl-win 7 windows-install fail never pass test-i386-xcpkern-i386-win 16 leak-check/check fail never pass version targeted for testing: xen ca64bd257a6f baseline version: xen 003acf02d416 ------------------------------------------------------------ People who touched revisions under test: Allen Kay <allen.m.kay@xxxxxxxxx> Fengzhe Zhang <fengzhe.zhang@xxxxxxxxx> George Dunlap <george.dunlap@xxxxxxxxxxxxx> Ian Campbell <ian.campbell@xxxxxxxxxx> Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Tim Deegan <Tim.Deegan@xxxxxxxxxx> Wei Wang <wei.wang2@xxxxxxx> ------------------------------------------------------------ jobs: build-i386-xcpkern pass build-amd64 pass build-i386 pass build-amd64-oldkern pass build-i386-oldkern pass build-amd64-pvops pass build-i386-pvops pass test-amd64-amd64-xl pass test-amd64-i386-xl fail test-i386-i386-xl pass test-amd64-xcpkern-i386-xl pass test-i386-xcpkern-i386-xl pass test-amd64-i386-rhel6hvm-amd fail test-amd64-xcpkern-i386-rhel6hvm-amd fail test-amd64-i386-xl-credit2 pass test-amd64-xcpkern-i386-xl-credit2 pass test-amd64-i386-rhel6hvm-intel fail test-amd64-xcpkern-i386-rhel6hvm-intel fail test-amd64-i386-xl-multivcpu pass test-amd64-xcpkern-i386-xl-multivcpu fail test-amd64-amd64-pair pass test-amd64-i386-pair pass test-i386-i386-pair pass test-amd64-xcpkern-i386-pair pass test-i386-xcpkern-i386-pair fail test-amd64-amd64-pv pass test-amd64-i386-pv pass test-i386-i386-pv pass test-amd64-xcpkern-i386-pv pass test-i386-xcpkern-i386-pv pass test-amd64-i386-win-vcpus1 fail test-amd64-i386-xl-win-vcpus1 fail test-amd64-amd64-win fail test-amd64-i386-win fail test-i386-i386-win fail test-amd64-xcpkern-i386-win fail test-i386-xcpkern-i386-win fail test-amd64-amd64-xl-win fail test-i386-i386-xl-win fail test-amd64-xcpkern-i386-xl-win fail ------------------------------------------------------------ sg-report-flight on woking.cam.xci-test.com logs: /home/xc_osstest/logs images: /home/xc_osstest/images Logs, config files, etc. are available at http://www.chiark.greenend.org.uk/~xensrcts/logs Test harness code can be found at http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary Not pushing. ------------------------------------------------------------ changeset: 22793:ca64bd257a6f tag: tip parent: 22792:e9277ab43947 parent: 22791:1637fdbfc21e user: Tim Deegan <Tim.Deegan@xxxxxxxxxx> date: Fri Jan 21 16:04:59 2011 +0000 Merge changeset: 22792:e9277ab43947 parent: 22787:003acf02d416 user: George Dunlap <george.dunlap@xxxxxxxxxxxxx> date: Fri Jan 21 15:37:36 2011 +0000 p2m: Allow non-leaf entries to be replaced by leaf entries Allow l2 and l3 p2m tables to be replaced with 2MB and 1GB pages respectively, freeing the p2m table page properly. This allows, for example, a sequence of 512 singleton zero pages to be replaced with a superpage populate-on-demand entry. Changes: * Add a p2m_free_ptp() corresponding to p2m_alloc_ptp(), which will handle everything related to the freeing properly. * Add p2m_free_entry(), based on ept_free_entry(), which will free intermediate tables recursively. * For both ept and p2m, when replacing non-leaf entries with leaf entries, keep old entry and call *_free_entry() after new entry has been written and proper flushes have been done. Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Signed-off-by: Tim Deegan <Tim.Deegan@xxxxxxxxxx> changeset: 22791:1637fdbfc21e user: Keir Fraser <keir@xxxxxxx> date: Fri Jan 21 16:01:12 2011 +0000 [VTD][QUIRK] turn off Sandybridge IGD quirk by default Turn off Sandybridge IGD quirk by default until potential issues such as MMIO register conflict with OS device driver and proper locking in preamble and postamble functions are addressed. Signed-off-by: Allen Kay <allen.m.kay@xxxxxxxxx> changeset: 22790:43592043cefc user: Keir Fraser <keir@xxxxxxx> date: Fri Jan 21 16:00:05 2011 +0000 svm: migrate pirq with vcpu hvm_migrate_pirqs() is missing in svm_do_resume(). Signed-off-by: Wei Wang <wei.wang2@xxxxxxx> changeset: 22789:9bd5f65050f8 user: Keir Fraser <keir@xxxxxxx> date: Fri Jan 21 15:58:27 2011 +0000 x86:x2apic: Disable x2apic on x86-32 permanently x2apic initialization on x86_32 uses vcpu pointer before it is initialized. As x2apic is unlikely to be used on x86_32, this patch disables x2apic permanently on x86_32. It also asserts the sanity of vcpu pointer before dereference to prevent further misuse. Signed-off-by: Fengzhe Zhang <fengzhe.zhang@xxxxxxxxx> changeset: 22788:5852612cd4c4 user: Keir Fraser <keir@xxxxxxx> date: Fri Jan 21 15:57:18 2011 +0000 x86_32: Assert map_domian_page() not used too early. Signed-off-by: Fengzhe Zhang <fengzhe.zhang@xxxxxxxxx> changeset: 22787:003acf02d416 user: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> date: Thu Jan 20 17:04:06 2011 +0000 libxl: Make domain_shutdown fail if graceful not possible Currently "xl shutdown" (like "xm shutdown") is not capable of doing the proper ACPI negotiation with an HVM no-pv-drivers guest which would be necessary for a graceful shutdown. Instead (following the ill-advised lead of "xm shutdown") it simply shoots the guest in the head. This patch changes the behaviour so that "xl shutdown" fails if the domain cannot be shut down gracefully for this reason and suggests in the error message using destroy instead. Also, check whether the PV shutdown protocol is available before we try to use it. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> ======================================== commit 72d42d2ff65106fe61b8a4004a289a1be8ec8dc4 Author: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Date: Thu Jan 20 16:34:47 2011 +0000 fix segfault on con_disconnect The test on xendev->gnttabdev in con_disconnect is wrong: what differentiates the consoles is the dev number. Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |