All of lore.kernel.org
 help / color / mirror / Atom feed
From: xen.org <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xensource.com
Cc: ian.jackson@eu.citrix.com
Subject: [xen-unstable test] 6289: regressions - FAIL
Date: Wed, 2 Mar 2011 16:40:05 +0000	[thread overview]
Message-ID: <osstest-6289-mainreport@xen.org> (raw)

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

Regressions :-(

Tests which did not succeed and are blocking:
 test-amd64-i386-rhel6hvm-amd  7 redhat-install             fail REGR. vs. 6288
 test-amd64-xcpkern-i386-xl-credit2 10 guest-saverestore    fail REGR. vs. 6288
 test-amd64-xcpkern-i386-xl-win  7 windows-install          fail REGR. vs. 6288

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-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-credit2    9 guest-start                  fail    like 6288
 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-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                  f71212f712fd
baseline version:
 xen                  c5d121fd35c0

------------------------------------------------------------
People who touched revisions under test:
  Keir Fraser <keir@xen.org>
  Liu, Jinsong <jinsong.liu@intel.com>
  Shan Haitao <haitao.shan@intel.com>
------------------------------------------------------------

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                                   fail     
 test-amd64-xcpkern-i386-xl-credit2                           fail     
 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:   22964:f71212f712fd
tag:         tip
user:        Liu, Jinsong <jinsong.liu@intel.com>
date:        Wed Mar 02 10:31:06 2011 +0000
    
    x86: Fix cpu online/offline bug: mce memory leak.
    
    Current Xen mce logic didn't free mcabanks. This would be a memory
    leak when cpu offline.  When repeatly do cpu online/offline, this
    memory leak would make xenpool shrink, and at a time point, will call
    alloc_heap_pages --> flush_area_mask, which
    ASSERT(local_irq_is_enabled()).  However, cpu online is irq disable,
    so it finally result in Xen crash.
    
    This patch fix the memory leak bug, and tested OK over 50,000 round
    cpu online/offline.
    
    Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com>
    Signed-off-by: Keir Fraser <keir@xen.org>
    
    
changeset:   22963:666006a3a4ad
user:        Keir Fraser <keir@xen.org>
date:        Wed Mar 02 10:23:23 2011 +0000
    
    x86: Disable IRQs and do WBINVD first in play_dead().
    
    When we advertise we are dead via cpu_exit_clear(), it is no longer
    safe to handle interrupts as our per-cpu vars can go away.
    
    In future, we may want to think about NMI handling in this scenario
    too.
    
    Signed-off-by: Keir Fraser <keir@xen.org>
    
    
changeset:   22962:bde351b18fd0
user:        Shan Haitao <haitao.shan@intel.com>
date:        Wed Mar 02 10:01:55 2011 +0000
    
    x86: Add warning comment explaining restrictions to play_dead().
    
    Signed-off-by: Shan Haitao <haitao.shan@intel.com>
    Signed-off-by: Keir Fraser <keir@xen.org>
    
    
changeset:   22961:c5d121fd35c0
user:        Keir Fraser <keir@xen.org>
date:        Mon Feb 28 16:55:20 2011 +0000
    
    Update Xen version to 4.1.0-rc7-pre
    
    
(qemu changes not included)

             reply	other threads:[~2011-03-02 16:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-02 16:40 xen.org [this message]
2011-03-02 17:13 ` [xen-unstable test] 6289: regressions - FAIL Ian Jackson
2011-03-03 10:56   ` George Dunlap
2011-03-03 11:06     ` Keir Fraser
2011-03-02 17:15 ` Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=osstest-6289-mainreport@xen.org \
    --to=ian.jackson@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.