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] [PATCH 0/2] Xen PV on HVM bug fixes for 2.6.36 rc6

To: <linux-kernel@xxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 0/2] Xen PV on HVM bug fixes for 2.6.36 rc6
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date: Tue, 5 Oct 2010 13:50:32 +0100
Cc: Jeremy Fitzhardinge <jeremy@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, Stefano Stabellini <Stefano.Stabellini@xxxxxxxxxxxxx>
Delivery-date: Tue, 05 Oct 2010 05:51:17 -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
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)
Hi all,
this series is a collection of two serious bug fixes for Linux 2.6.36 rc6:


Stefano Stabellini (2):
      xen: do not set xenstored_ready before xenbus_probe on hvm
      xen: do not initialize PV timers on HVM if !xen_have_vector_callback

 arch/x86/xen/time.c               |    5 +++--
 drivers/xen/xenbus/xenbus_probe.c |    9 ++++++---
 2 files changed, 9 insertions(+), 5 deletions(-)


The first patch fixes a bug in the shutdown_event watcher
registration that causes "xm shutdown" not to work properly for PV on
HVM guests: register_xenstore_notifier should be able to guarantee that
the caller gets notified when xenstore is ready no matter if xenstore is
already up. The right way of fixing register_xenstore_notifier's bad
behavior is to set xenstored_ready at the right time for PV on HVM
guests too, instead of failing to notify callers when xenstore is
already up.
The second patch fixes an hang at boot that happens when Xen doesn't
support vector callbacks and the guest has multiple vcpus. Considering
that we cannot get PV timers working on cpus > 0 without vector
callbacks, it is just safer to disable completely PV timers in that
case.

I realize it might be too late for rc6, if that is case then just let me
know and I'll resubmit the series during the next merge window.

A git branch with these two fixes on top of 2.6.36 rc6 is available
here:

git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git 
v2.6.36-rc6-urgent-fixes

Cheers,

Stefano

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>