[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [xen-4.1-testing test] 7060: regressions - FAIL



flight 7060 xen-4.1-testing real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/7060/

Regressions :-(

Tests which did not succeed and are blocking:
 test-amd64-amd64-win         14 guest-start.2              fail REGR. vs. 7035
 test-amd64-i386-win-vcpus1   12 guest-localmigrate/x10     fail REGR. vs. 7035
 test-amd64-i386-win          12 guest-localmigrate/x10     fail REGR. vs. 7035
 test-amd64-xcpkern-i386-rhel6hvm-intel  7 redhat-install   fail REGR. vs. 7035
 test-amd64-xcpkern-i386-win  12 guest-localmigrate/x10     fail REGR. vs. 7035
 test-amd64-xcpkern-i386-xl-win 12 guest-localmigrate/x10   fail REGR. vs. 7035

Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
 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-xl-win-vcpus1 13 guest-stop                   fail  never pass
 test-amd64-xcpkern-i386-rhel6hvm-amd  8 guest-saverestore      fail never pass
 test-i386-i386-win           16 leak-check/check             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                  bf9a086b4d63
baseline version:
 xen                  e2e575f8b5d9

------------------------------------------------------------
People who touched revisions under test:
  Christoph Egger <Christoph.Egger@xxxxxxx>
  David Brownlee <abs@xxxxxxxxxx>
  Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx>
  Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
  Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
  Tim Deegan <Tim.Deegan@xxxxxxxxxx>
------------------------------------------------------------

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                                    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                         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                                  pass     
 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:   23045:bf9a086b4d63
tag:         tip
user:        Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
date:        Thu May 12 09:20:09 2011 +0100
    
    x86/hvm: pv-on-hvm: fix de/assert_irq checks
    
    The checks in assert_irq and deassert_irq to distinguish interrupts
    that have been remapped onto event channels from the others that have
    to be injected using the emulated lapic are wrong.
    
    Fix the condition checks using the convenient hvm_domain_use_pirq
    function.
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
    xen-unstable changeset:   23335:0957e0c5f0e4
    xen-unstable date:        Thu May 12 09:15:05 2011 +0100
    
    
changeset:   23044:bd9b2a067682
user:        Tim Deegan <Tim.Deegan@xxxxxxxxxx>
date:        Thu May 12 09:19:29 2011 +0100
    
    x86: use compat hypercall handlers for calls from 32-bit HVM guests
    
    On 64-bit Xen, hypercalls from 32-bit HVM guests are handled as
    a special case, but not all the hypercalls are corrently redirected
    to their compat-mode wrappers.  Use compat_* for xen_version,
    sched_op and set_timer_op for consistency.
    
    Signed-off-by: Tim Deegan <Tim.Deegan@xxxxxxxxxx>
    xen-unstable changeset:   23333:fabdd682420c
    xen-unstable date:        Thu May 12 09:13:18 2011 +0100
    
    
changeset:   23043:f04847b78328
user:        Christoph Egger <Christoph.Egger@xxxxxxx>
date:        Thu May 12 09:18:42 2011 +0100
    
    tools/xm-test: portability fix: Avoid using == in /bin/sh script
    
    From: David Brownlee <abs@xxxxxxxxxx>
    Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
    xen-unstable changeset:   23328:6767d92dff13
    xen-unstable date:        Thu May 12 08:55:12 2011 +0100
    
    
changeset:   23042:e2e575f8b5d9
user:        Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
date:        Mon May 09 15:04:01 2011 +0100
    
    libxc: [CVE-2011-1583] pv kernel image validation
    
    The functions which interpret the kernel image supplied for a
    paravirtualised guest, and decompress it into memory when booting the
    domain, are incautious.  Specifically:
    
     (i) Integer overflow in the decompression loop memory allocator might
        result in overrunning the buffer used for the decompressed image;
     (ii) Integer overflows and lack of checking of certain length fields
        can result in the loader reading its own address space beyond the
        size of the supplied kernel image file.
     (iii) Lack of error checking in the decompression loop can lead to an
        infinite loop.
    
    This patch fixes these problems.
    
    CVE-2011-1583.
    
    Signed-off-by: Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx>
    Signed-off-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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.