flight 17860 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/17860/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
 build-amd64-pvops             4 kernel-build              fail REGR. vs. 17854
Tests which did not succeed, but are not blocking:
 test-amd64-amd64-xl-pcipt-intel  1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-xl-sedf      1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-xl           1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-pv           1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-xl-sedf-pin  1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-pair         1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-xend-winxpsp3 16 leak-check/check             fail  never pass
 test-amd64-amd64-xl-qemut-win7-amd64  1 xen-build-check(1)         blocked n/a
 test-amd64-amd64-xl-qemuu-winxpsp3  1 xen-build-check(1)           blocked n/a
 test-amd64-i386-xl-win7-amd64 13 guest-stop                   fail  never pass
 test-amd64-amd64-xl-winxpsp3  1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-xl-qemut-winxpsp3  1 xen-build-check(1)           blocked n/a
 test-amd64-i386-xend-qemut-winxpsp3 16 leak-check/check        fail never pass
 test-amd64-i386-xl-qemut-winxpsp3-vcpus1 13 guest-stop         fail never pass
 test-amd64-i386-xl-winxpsp3-vcpus1 13 guest-stop               fail never pass
 test-amd64-amd64-xl-qemuu-win7-amd64  1 xen-build-check(1)         blocked n/a
 test-amd64-i386-xl-qemut-win7-amd64 13 guest-stop              fail never pass
 test-amd64-amd64-xl-win7-amd64  1 xen-build-check(1)           blocked  n/a
version targeted for testing:
 xen                  6aaee4960d8a56aeab9d962ce554dff7f987e1fd
baseline version:
 xen                  0352856935590a6b740306f2559fe204908472c9
------------------------------------------------------------
People who touched revisions under test:
  Daniel De Graaf <dgdegra@tycho.nsa.gov>
  Ian Campbell <ian.campbell@citrix.com>
  Julien Grall <julien.grall@linaro.org>
  Keir Fraser <keir@xen.org>
  Marek Marczykowski <marmarek@invisiblethingslab.com>
  Stefano Stabellini <stefano.stabellini@eu.citrix.com>
------------------------------------------------------------
jobs:
 build-amd64                                                  pass    
 build-armhf                                                  pass    
 build-i386                                                   pass    
 build-amd64-oldkern                                          pass    
 build-i386-oldkern                                           pass    
 build-amd64-pvops                                            fail    
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl                                          blocked 
 test-amd64-i386-xl                                           pass    
 test-amd64-i386-rhel6hvm-amd                                 pass    
 test-amd64-i386-qemut-rhel6hvm-amd                           pass    
 test-amd64-i386-qemuu-rhel6hvm-amd                           pass    
 test-amd64-amd64-xl-qemut-win7-amd64                         blocked 
 test-amd64-i386-xl-qemut-win7-amd64                          fail    
 test-amd64-amd64-xl-qemuu-win7-amd64                         blocked 
 test-amd64-amd64-xl-win7-amd64                               blocked 
 test-amd64-i386-xl-win7-amd64                                fail    
 test-amd64-i386-xl-credit2                                   pass    
 test-amd64-amd64-xl-pcipt-intel                              blocked 
 test-amd64-i386-rhel6hvm-intel                               pass    
 test-amd64-i386-qemut-rhel6hvm-intel                         pass    
 test-amd64-i386-qemuu-rhel6hvm-intel                         pass    
 test-amd64-i386-xl-multivcpu                                 pass    
 test-amd64-amd64-pair                                        blocked 
 test-amd64-i386-pair                                         pass    
 test-amd64-amd64-xl-sedf-pin                                 blocked 
 test-amd64-amd64-pv                                          blocked 
 test-amd64-i386-pv                                           pass    
 test-amd64-amd64-xl-sedf                                     blocked 
 test-amd64-i386-xl-qemut-winxpsp3-vcpus1                     fail    
 test-amd64-i386-xl-winxpsp3-vcpus1                           fail    
 test-amd64-i386-xend-qemut-winxpsp3                          fail    
 test-amd64-amd64-xl-qemut-winxpsp3                           blocked 
 test-amd64-amd64-xl-qemuu-winxpsp3                           blocked 
 test-amd64-i386-xend-winxpsp3                                fail    
 test-amd64-amd64-xl-winxpsp3                                 blocked 
------------------------------------------------------------
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.
------------------------------------------------------------
commit 6aaee4960d8a56aeab9d962ce554dff7f987e1fd
Author: Ian Campbell <ian.campbell@citrix.com>
Date:   Fri Apr 26 11:58:46 2013 +0100
    xen: arm: correct platform detection in public header.
    
    These headers cannot use the CONFIG_FOO defines provided when building Xen
    (since they aren''t provided when building tools or by external
components) and
    need to use the compiler provided architecture defines.
    
    This manifested itself as a failure to build xenctx.c on ARM64 due to the
    missing symbols contains .
    
    Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
    Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
commit dea0a7c81ea948567308d2a9f1f9ef51a94cefa9
Author: Ian Campbell <ian.campbell@citrix.com>
Date:   Fri Apr 26 17:20:39 2013 +0100
    More emacs local variable block fixes.
    
    The emacs variable to set the C style from a local variable block is
    c-file-style, not c-set-style.
    
    These were either missed by 82639998a5f2 or have crept back in since.
    
    Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
    Acked-by: Keir Fraser <keir@xen.org>
commit 7be7b15dde4364b6f524aa9330a283c60b7708ea
Author: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Date:   Tue Apr 23 12:19:26 2013 +0100
    xen: introduce vcpu_block
    
    Rename do_block to vcpu_block.
    
    Move the call to local_event_delivery_enable out of vcpu_block, to a new
    static function called vcpu_block_enable_events.
    
    Use vcpu_block_enable_events instead of do_block throughout in
    schedule.c
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    Acked-by: Keir Fraser <keir@xen.org>
commit 11d8866da50a75ef5089faebdfa37164bdcb7545
Author: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Date:   Mon Apr 29 18:04:26 2013 +0100
    xen/arm: move the tlb_flush in create_p2m_entries to the end of the function
    
    Move the flush after the pagetable entry has actually been written to
    avoid races with other vcpus refreshing the same entriy.
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    Acked-by: Ian Campbell <ian.campbell@citrix.com>
commit b4aae03ce525e8e2364814d0fed8f982aefc4958
Author: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Date:   Mon Apr 29 18:04:25 2013 +0100
    xen/arm: do not call __cpu_disable on machine_halt
    
    __cpu_disable shouldn''t be called on machine_halt, in fact it
cannot
    succeed: cpu_disable_scheduler won''t be able to migrate away vcpus
to
    others pcpus.
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    Acked-by: Ian Campbell <ian.campbell@citrix.com>
commit 49cdb736976df6db398d177368527581c106dc5f
Author: Marek Marczykowski <marmarek@invisiblethingslab.com>
Date:   Sun Apr 28 01:17:52 2013 +0200
    libxl: fix spelling of "backend-id" for vtpm
    
    Signed-off-by: Marek Marczykowski <marmarek@invisiblethingslab.com>
    Acked-by: Ian Campbell <ian.campbell@citrix.com>
commit 2f2a3e317df8f6ce73a13ae6a16361da07e703f6
Author: Julien Grall <julien.grall@linaro.org>
Date:   Mon Apr 29 14:25:52 2013 +0100
    xen/arm: correct the computation of the number of interrupt lines for the
GIC
    
    In the GIC manual, the number of interrupt lines is computed with the
    following formula: 32(N + 1) where N is the value retrieved from GICD_TYPER.
    
    Without the +1 Xen doesn''t initialize the last 32 interrupts and
can get
    garbage on these registers.
    
    Signed-off-by: Julien Grall <julien.grall@linaro.org>
    Acked-by: Ian Campbell <ian.campbell@citrix.com>
commit b3f685edb7b8d040182b9e4d83bf34f2883cc385
Author: Ian Campbell <ian.campbell@citrix.com>
Date:   Tue Apr 30 09:08:08 2013 +0200
    xsm: fix printf format string for strlen result
    
    strlen returns size_t:
    
    policydb.c: In function policydb_read:
    policydb.c:1779: error: format %lu expects type long unsigned int, but
argument 3 has type size_t
    
    This is probably benign on 64-bit x86 but was found by Dharshini on 32-bit
Xen
    4.2.x. I expect it affects ARM too.
    
    Reported-by: Dharshini Tharmaraj <dharshinitharmaraj@gmail.com>
    Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
    Acked-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
(qemu changes not included)
--===============1523152337546491794=Content-Type: text/plain;
charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
--===============1523152337546491794==--