WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

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

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [xen-unstable test] 9195: regressions - FAIL
From: xen.org <ian.jackson@xxxxxxxxxxxxx>
Date: Thu, 6 Oct 2011 20:22:48 +0100
Cc: ian.jackson@xxxxxxxxxxxxx
Delivery-date: Thu, 06 Oct 2011 12:23:18 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
flight 9195 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/9195/

Regressions :-(

Tests which did not succeed and are blocking:
 test-amd64-amd64-xl-sedf     13 guest-localmigrate.2       fail REGR. vs. 9193

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

version targeted for testing:
 xen                  88b6e08b8aa8
baseline version:
 xen                  0b66e6450ffe

------------------------------------------------------------
People who touched revisions under test:
  Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
  Jan Beulich <jbeulich@xxxxxxxx>
  Keir Fraser <keir@xxxxxxx>
  Olaf Hering <olaf@xxxxxxxxx>
  Tim Deegan <tim@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:   23908:88b6e08b8aa8
tag:         tip
user:        Olaf Hering <olaf@xxxxxxxxx>
date:        Thu Oct 06 14:15:43 2011 +0100
    
    p2m: query/modify p2mt with p2m_lock held
    
    Query and update the p2mt in set_mmio_p2m_entry, clear_mmio_p2m_entry
    and set_shared_p2m_entry with the p2m_lock held.
    
    Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
    Acked-by: Tim Deegan <tim@xxxxxxx>
    Committed-by: Tim Deegan <tim@xxxxxxx>
    
    
changeset:   23907:71844f889e3e
user:        Olaf Hering <olaf@xxxxxxxxx>
date:        Thu Oct 06 12:52:18 2011 +0100
    
    p2m: use correct p2m_type_t in clear_mmio_p2m_entry
    
    clear_mmio_p2m_entry() should mark the gfn as invalid.
    Use proper name instead of numerical value. The currently used value of
    zero means p2m_ram_rw.
    
    Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
    Acked-by: Tim Deegan <tim@xxxxxxx>
    Committed-by: Tim Deegan <tim@xxxxxxx>
    
    
changeset:   23906:7bf85c3fd9f0
user:        Olaf Hering <olaf@xxxxxxxxx>
date:        Thu Oct 06 12:33:17 2011 +0100
    
    xenpaging: remove confusing comment from p2m_mem_paging_populate
    
    Currently there is no way to avoid the double check of the p2mt
    because p2m_mem_paging_populate() is called from many places without
    the p2m_lock held. Upcoming changes will move the function into
    gfn_to_mfn(), so its interface could be changed and the extra
    p2m_lock/get_entry can be removed.
    
    Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
    Acked-by: Tim Deegan <tim@xxxxxxx>
    Committed-by: Tim Deegan <tim@xxxxxxx>
    
    
changeset:   23905:50ee6be56460
user:        Olaf Hering <olaf@xxxxxxxxx>
date:        Thu Oct 06 12:33:17 2011 +0100
    
    xenpaging: fix locking in p2m_mem_paging functions
    
    As suggested by <hongkaixing@xxxxxxxxxx>, query and adjust the p2mt
    under the p2m_lock to prevent races with PoD.
    
    Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
    Acked-by: Tim Deegan <tim@xxxxxxx>
    Committed-by: Tim Deegan <tim@xxxxxxx>
    
    
changeset:   23904:ecab267b85ef
user:        Olaf Hering <olaf@xxxxxxxxx>
date:        Thu Oct 06 12:33:17 2011 +0100
    
    xenpaging: use p2m->get_entry() in p2m_mem_paging functions
    
    Use p2m->get_entry() in the p2m_mem_paging functions. This preserves the
    p2m_access type when gfn is updated with set_p2m_entry().
    Its also a preparation for locking fixes in a subsequent patch.
    
    Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
    Acked-by: Tim Deegan <tim@xxxxxxx>
    Committed-by: Tim Deegan <tim@xxxxxxx>
    
    
changeset:   23903:0b66e6450ffe
user:        Jan Beulich <jbeulich@xxxxxxxx>
date:        Tue Oct 04 14:18:30 2011 +0200
    
    use xzalloc in x86 code
    
    This includes the removal of a redundant memset() from microcode_amd.c.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Acked-by: Keir Fraser <keir@xxxxxxx>
    
    
========================================
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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [xen-unstable test] 9195: regressions - FAIL, xen . org <=