|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [xen-unstable test] 6740: regressions - FAIL
flight 6740 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/6740/
Regressions :-(
Tests which did not succeed and are blocking:
test-i386-i386-win 14 guest-start.2 fail REGR. vs. 6737
test-i386-xcpkern-i386-pair 16 guest-start fail REGR. vs. 6737
test-i386-xcpkern-i386-xl 5 xen-boot fail REGR. vs. 6737
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 13 guest-stop 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-vcpus1 16 leak-check/check fail never pass
test-amd64-i386-win 16 leak-check/check fail never pass
test-amd64-i386-xl-win-vcpus1 13 guest-stop 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 13 guest-stop fail never pass
test-i386-i386-xl-win 13 guest-stop fail never pass
test-i386-xcpkern-i386-win 16 leak-check/check fail never pass
version targeted for testing:
xen 9dd91e9691a2
baseline version:
xen 89c23f58aa98
------------------------------------------------------------
People who touched revisions under test:
Allen Kay <allen.m.kay@xxxxxxxxx>
Christoph Egger <Christoph.Egger@xxxxxxx>
George Dunlap <george.dunlap@xxxxxxxxxxxxx>
Ian Campbell <ian.campbell@xxxxxxxxxx>
Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Jan Beulich <jbeulich@xxxxxxxxxx>
Olaf Hering <olaf@xxxxxxxxx>
------------------------------------------------------------
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 pass
test-i386-i386-xl pass
test-amd64-xcpkern-i386-xl pass
test-i386-xcpkern-i386-xl fail
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 pass
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: 23137:9dd91e9691a2
tag: tip
user: Jan Beulich <jbeulich@xxxxxxxxxx>
date: Sat Apr 02 15:58:54 2011 +0100
x86: cleanup bogus CONFIG_ACPI_PCI uses
We're building for one case (CONFIG_ACPI_PCI defined) only, yet still
had the other case's code in there. Additionally there was quite a bit
of pseudo-duplication between disabled(!) DMI scan and ACPI boot code.
acpi_pci_disabled had only a single reader, which is off by default
(i.e. must be enable on the command line), so it seems pointless to
keep it.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
changeset: 23136:f9c85ce47955
user: Jan Beulich <jbeulich@xxxxxxxxxx>
date: Sat Apr 02 15:58:22 2011 +0100
x86/ACPI: __init-annotate
xen/arch/x86/acpi/boot.c consists of almost only code/data in .init.*,
so move the few bits that aren't into a new file and then use the
recently introduced .init.o mechanism to move all the literal strings
into .init.rodata.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
changeset: 23135:5f3b7050a203
user: Jan Beulich <jbeulich@xxxxxxxxxx>
date: Sat Apr 02 15:57:35 2011 +0100
amd-iommu: __init-annotate
Besides marking a few more items __init/__initdata, use the recently
introduced .init.o mechanism to move all the literal strings into
.init.rodata in those files that consist of only contributions to
.init.*.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
changeset: 23134:f5d33782a57b
user: Jan Beulich <jbeulich@xxxxxxxxxx>
date: Sat Apr 02 15:57:03 2011 +0100
move register_cpu_notifier() into .init.text
With no modular drivers, all CPU notifier setup is supposed to happen
during boot. There also is a respective comment in the function.=20
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
changeset: 23133:c80281a99feb
user: Jan Beulich <jbeulich@xxxxxxxxxx>
date: Sat Apr 02 15:56:32 2011 +0100
move setup_irq() into .init.text
With no modular drivers, all interrupt setup is supposed to happen
during boot.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
changeset: 23132:ccdec92e41bd
user: Jan Beulich <jbeulich@xxxxxxxxxx>
date: Sat Apr 02 15:56:07 2011 +0100
move request_irq() into .init.text
With no modular drivers, all interrupt setup is supposed to happen
during boot.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
changeset: 23131:8d3a418ae2c6
user: Jan Beulich <jbeulich@xxxxxxxxxx>
date: Sat Apr 02 15:55:36 2011 +0100
x86: eliminate old-CPU support bits
Some pieces can be removed altogether, others are only of possible use
in 32-bit builds.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
changeset: 23130:0e88c781a8a8
user: Christoph Egger <Christoph.Egger@xxxxxxx>
date: Sat Apr 02 15:53:35 2011 +0100
xen: fix reloc.S generation for non-gnu toolchain
The output of AT&T UNIX and GNU od(1) are different.
Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
changeset: 23129:219ba19aedeb
user: Olaf Hering <olaf@xxxxxxxxx>
date: Sat Apr 02 15:50:47 2011 +0100
xentrace: remove unneeded debug printk
The pointer value in case of an allocation failure is rather
uninteresting.
Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
Acked-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx>
changeset: 23128:4a335f1000ea
user: Olaf Hering <olaf@xxxxxxxxx>
date: Sat Apr 02 15:50:19 2011 +0100
xentrace: correct formula to calculate t_info_pages
The current formula to calculate t_info_pages, based on the initial
code, is slightly incorrect. It may allocate more than needed.
Each cpu has some pages/mfns stored as uint32_t.
That list is stored with an offset at tinfo.
Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
Acked-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx>
changeset: 23127:104683007937
user: Allen Kay <allen.m.kay@xxxxxxxxx>
date: Sat Apr 02 15:49:25 2011 +0100
[VTD] check BIOS settings before enabling interrupt remapping or x2apic
Check flags field in ACPI DMAR structure before enabling interrupt
remapping or x2apic. This allows platform vendors to disable
interrupt remapping or x2apic features if on board BIOS does not
support them.
Signed-off-by: Allen Kay <allen.m.kay@xxxxxxxxx>
changeset: 23126:89c23f58aa98
user: Ian Campbell <ian.campbell@xxxxxxxxxx>
date: Thu Mar 31 19:39:30 2011 +0100
libxl: typedef libxl_action_on_shutdown
This is the libxl convention. By using the "typedef enum foo { } foo;"
syntax we can retain backwards compatibility with existing users.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
(qemu changes not included)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [xen-unstable test] 6740: regressions - FAIL,
xen . org <=
|
|
|
|
|