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

[Xen-devel] [xen-unstable test] 9958: regressions - FAIL



flight 9958 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/9958/

Regressions :-(

Tests which did not succeed and are blocking:
 test-amd64-amd64-xl-sedf     10 guest-saverestore          fail REGR. vs. 9956
 test-amd64-amd64-win         14 guest-start.2              fail REGR. vs. 9956

Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
 test-amd64-i386-rhel6hvm-intel  9 guest-start.2                fail never pass
 test-amd64-i386-rhel6hvm-amd  9 guest-start.2                fail   never pass
 test-amd64-amd64-xl-pcipt-intel  9 guest-start                 fail never pass
 test-amd64-amd64-xl-win      13 guest-stop                   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-i386-i386-win           14 guest-start.2                fail    like 9955
 test-amd64-i386-xl-win-vcpus1 13 guest-stop                   fail  never pass
 test-i386-i386-xl-win        13 guest-stop                   fail   never pass

version targeted for testing:
 xen                  d3859e348951
baseline version:
 xen                  0a0c02a61676

------------------------------------------------------------
People who touched revisions under test:
  Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>
  Ian Campbell <ian.campbell@xxxxxxxxxx>
  Keir Fraser <keir@xxxxxxx>
  Wei Wang <wei.wang2@xxxxxxx>
------------------------------------------------------------

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                                   pass    
 test-amd64-amd64-xl-pcipt-intel                              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-amd64-xl-sedf                                     fail    
 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:   24177:d3859e348951
tag:         tip
user:        Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>
date:        Tue Nov 22 13:29:48 2011 +0000
    
    xsm/flask: fix resource list range checks
    
    The FLASK security checks for resource ranges were not implemented
    correctly - only the permissions on the endpoints of a range were
    checked, instead of all items contained in the range. This would allow
    certain resources (I/O ports, I/O memory) to be used by domains in
    contravention to security policy.
    
    This also corrects a bug where adding overlapping resource ranges did
    not trigger an error.
    
    Signed-off-by: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24176:0db9c1fc8213
user:        Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>
date:        Tue Nov 22 13:29:01 2011 +0000
    
    xsm/flask: Use correct flag to detect writable grant mappings
    
    The flags passed to xsm_grant_mapref are the flags from the map
    operation (GNTMAP_*), not status flags (GTF_*).
    
    Signed-off-by: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24175:2bc6c29b14a7
user:        Wei Wang <wei.wang2@xxxxxxx>
date:        Tue Nov 22 13:27:19 2011 +0000
    
    amd iommu: Support INVALIDATE_IOMMU_ALL command.
    
    It is one of the new architectural commands supported by iommu v2.
    It instructs iommu to clear all address translation and interrupt
    remapping caches for all devices and all domains.
    
    Signed-off-by: Wei Wang <wei.wang2@xxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24174:9a5e973305a8
user:        Wei Wang <wei.wang2@xxxxxxx>
date:        Tue Nov 22 13:26:46 2011 +0000
    
    amd iommu: Factor out iommu command handling functions,
    and move them into a new file.
    
    Signed-off-by: Wei Wang <wei.wang2@xxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24173:28c295c82ff6
user:        Wei Wang <wei.wang2@xxxxxxx>
date:        Tue Nov 22 13:26:11 2011 +0000
    
    amd iommu: Fix incorrect definitions.
    
    Signed-off-by: Wei Wang <wei.wang2@xxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24172:883f1c35810e
user:        Wei Wang <wei.wang2@xxxxxxx>
date:        Tue Nov 22 13:25:42 2011 +0000
    
    amd iommu: Advertise iommu extended feature bits to xen.
    
    Signed-off-by: Wei Wang <wei.wang2@xxxxxxx>
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24171:fe80909663c1
user:        Keir Fraser <keir@xxxxxxx>
date:        Tue Nov 22 13:00:21 2011 +0000
    
    x86,waitqueue: Allocate whole page for shadow stack.
    
    Signed-off-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24170:334d3ec1130c
user:        Keir Fraser <keir@xxxxxxx>
date:        Tue Nov 22 12:53:48 2011 +0000
    
    x86,vmx: Remove broken and unused __vmptrst().
    
    Signed-off-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   24169:0a0c02a61676
user:        Keir Fraser <keir@xxxxxxx>
date:        Mon Nov 21 21:28:34 2011 +0000
    
    hvmloader: Fix memory relocation loop.
    
    Signed-off-by: Keir Fraser <keir@xxxxxxx>
    
    
========================================
commit 52834188eedfbbca5636fd869d4c86b3b3044439
Author: Ian Campbell <ian.campbell@xxxxxxxxxx>
Date:   Tue Nov 1 18:42:55 2011 +0000

    qemu-xen: remove i386-dm/README.hvm-pv-magic-ioport-disable
    
    I have just proposed a patch to add this to xen-unstable.hg as
    docs/misc/hvm-emulated-unplug.markdown. This repo is not a place where 
people
    look for docs, plus we are transitioning to upstream qemu.
    
    Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

_______________________________________________
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®.