[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [xen-unstable test] 8061: regressions - FAIL
flight 8061 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/8061/ Regressions :-( Tests which did not succeed and are blocking: test-amd64-i386-xl-credit2 14 guest-localmigrate/x10 fail REGR. vs. 8054 Tests which did not succeed, but are not blocking, including regressions (tests previously passed) regarded as allowable: test-amd64-i386-rhel6hvm-intel 12 guest-localmigrate/x10 fail like 8046 test-amd64-i386-rhel6hvm-amd 12 guest-localmigrate/x10 fail like 8034 test-amd64-i386-win-vcpus1 16 leak-check/check fail never pass test-amd64-i386-win 16 leak-check/check fail never pass test-amd64-amd64-xl-win 13 guest-stop fail never pass test-amd64-amd64-win 16 leak-check/check fail never pass test-amd64-i386-xl-win-vcpus1 13 guest-stop fail never pass test-i386-i386-xl-win 13 guest-stop fail never pass test-i386-i386-win 14 guest-start.2 fail like 8046 version targeted for testing: xen 5239811f92e1 baseline version: xen 00d2c5ca26fd ------------------------------------------------------------ People who touched revisions under test: Ian Campbell <ian.campbell@xxxxxxxxxx> Ian Jackson <ian.jackson@xxxxxxxxxxxxx> James Mckenzie <jamesmck@xxxxxxxxxxxxxxxxxxxx> Jan Beulich <jbeulich@xxxxxxxxxx> Keir Fraser <keir@xxxxxxx> Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> Olaf Hering <olaf@xxxxxxxxx> Roger Cruz <roger.cruz@xxxxxxxxxxxxxxxxxxx> Ross Philipson <ross.philipson@xxxxxxxxxx> Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Tom Goetz <tom.goetz@xxxxxxxxxxxxxxxxxxx> ------------------------------------------------------------ jobs: 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 pass test-i386-i386-xl pass test-amd64-i386-rhel6hvm-amd fail test-amd64-i386-xl-credit2 fail test-amd64-i386-rhel6hvm-intel fail test-amd64-i386-xl-multivcpu pass test-amd64-amd64-pair pass test-amd64-i386-pair pass test-i386-i386-pair pass test-amd64-amd64-pv pass test-amd64-i386-pv pass test-i386-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-amd64-xl-win fail test-i386-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: 23685:5239811f92e1 tag: tip user: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> date: Thu Jul 14 15:49:49 2011 +0100 libxl: Fix segfault in get_all_assigned_devices pcidevs is an array of ndev elements (ndev is the number of pci devices assigend to a specific domain), but we access pcidevs + *num where *num is the global number of pci devices assigned so far to all domains in the system. Fix the issue removing pcidevs and just realloc'ing *list every time we want to add a new pci device to the array. Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> changeset: 23684:98701b1276c0 user: Keir Fraser <keir@xxxxxxx> date: Thu Jul 14 09:43:37 2011 +0100 ns16550: Clean up code style Signed-off-by: Keir Fraser <keir@xxxxxxx> changeset: 23683:a1bf98462225 user: Ross Philipson <ross.philipson@xxxxxxxxxx> date: Thu Jul 14 09:35:40 2011 +0100 Placeholder for V4V hypercall and VIRQ numbers The V4V Xen functionality is currently in our product trees for XenClient b= ut is not yet in a state suitable for submission. We hope to make available= the rest of the V4V functionality in the not too distant future. Since the= se values are already in use in our product, we would like to reserve them = in open source to prevent issues or incompatibilities down the road. Signed-off-by: Ross Philipson <ross.philipson@xxxxxxxxxx> changeset: 23682:5e9f1326655f user: Ian Campbell <ian.campbell@xxxxxxxxxx> date: Thu Jul 14 09:33:38 2011 +0100 docs: correct typo in vbd-interface.txt d1 is xvdb not xvda. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> changeset: 23681:becc550d3577 parent: 23680:8490523fe2a4 parent: 23675:00d2c5ca26fd user: Keir Fraser <keir@xxxxxxx> date: Thu Jul 14 09:33:02 2011 +0100 merge changeset: 23680:8490523fe2a4 user: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> date: Thu Jul 14 09:31:53 2011 +0100 doc: Update the com1,com2 section with pci and amt options. The "xen: Automatically find serial port on PCI/PCIe and AMT devices." provides the functionality to probe for the I/O base using the "pci" and "amt" option. Update the documentation with this fact. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> changeset: 23679:cf7e1746bdb7 user: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> date: Thu Jul 14 09:31:12 2011 +0100 xen: Update pci_uart_config to save the BAR1 contents if com2 is used Jan Beulich pointed out that the pci_uart_config can be called for com2 and we should probe the second BAR instead of the first one. This patch will probe the BAR0 if it is com1, and BAR1 if its com2. It also cleans up some of the whitespace problems and changes the name of the parameter and function from 'magic' to 'pci'. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> changeset: 23678:f1f677d3f258 user: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> date: Thu Jul 14 09:30:25 2011 +0100 xen: Restore the BAR and PCI command after resume. Certain PCI serial cards just don't want to remember what they are when they come out of resume. Save the BAR and the PCI command values before we suspend and write them back in when we resume. Signed-off-by: Roger Cruz <roger.cruz@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Tom Goetz <tom.goetz@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> changeset: 23677:bdd9f31951ad user: James Mckenzie <jamesmck@xxxxxxxxxxxxxxxxxxxx> date: Thu Jul 14 09:28:23 2011 +0100 xen: Automatically find serial port on PCI/PCIe and AMT devices. Instead of having to manually look the right I/O port on the PCI devices or AMT devices, lets probe the card and find that automatically. This means that you don't have to have this: com1=115200,8n1,0xd800,0 But instead can have com1=115200,8n1,magic Or if you have AMT: com1=19200,8n1,amt Signed-off-by: James Mckenzie <jamesmck@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> Signed-off-by: Tom Goetz <tom.goetz@xxxxxxxxxxxxxxxxxxx> changeset: 23676:80c9db90bba9 parent: 23672:88823213a478 user: Jan Beulich <jbeulich@xxxxxxxxxx> date: Thu Jul 14 09:26:13 2011 +0100 x86-64: properly handle alias mappings beyond _end Changeset 19632:b0966b6f5180 wasn't really complete: The Xen image mapping doesn't end at _end, but a full 16Mb gets mapped during boot (and never got unmapped so far), hence all of this space was subject to alias mappings when it comes to cache attribute changes. Unmap all full large pages between _end and the 16Mb boundary, and include all other pages beyond _end when checking for aliases. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> changeset: 23675:00d2c5ca26fd user: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> date: Fri Jul 08 18:35:24 2011 +0100 libxl: do not use tap disk backend other than for raw and vhd tap does not support qcow/qcow2; update disk_try_backend accordingly. Break out the "backend not suitable for this format" message so it can be reused. Remove now-redundant reporting from libxl_device_disk_local_attach and replace with abort(). Reported-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> ======================================== commit cd776ee9408ff127f934a707c1a339ee600bc127 Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Date: Tue Jun 28 13:50:53 2011 +0100 qemu-char.c: fix incorrect CONFIG_STUBDOM handling qemu-char.c:1123:7: warning: "CONFIG_STUBDOM" is not defined [-Wundef] Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |