SUZUKI, Kazuhiro
2009-Feb-26 08:45 UTC
[Xen-devel] [PATCH] Fix xen panic when dom0 is poweroff
Hi, When dom0 is poweroff, the hypervisor panics by the assertion at spinlock.c:51. So the system cannot power off. This is because spin_lock_irq() is called in irq disabled context, and ASSERT macro is enabled since cset 19001:b9721b2766c1. This patch fixes it. Thanks, KAZ Signed-off-by: Kazuhiro Suzuki <kaz@jp.fujitsu.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Tian, Kevin
2009-Feb-26 08:49 UTC
RE: [Xen-devel] [PATCH] Fix xen panic when dom0 is poweroff
This is duplicated to http://markmail.org/thread/fkcowjzdbqq3qbjp Keir hasn''t checked them in, maybe due to xen summit. Thanks, Kevin>From: SUZUKI, Kazuhiro >Sent: Thursday, February 26, 2009 4:45 PM > >Hi, > >When dom0 is poweroff, the hypervisor panics by the assertion at >spinlock.c:51. So the system cannot power off. >This is because spin_lock_irq() is called in irq disabled context, and >ASSERT macro is enabled since cset 19001:b9721b2766c1. > >This patch fixes it. > >Thanks, >KAZ > >Signed-off-by: Kazuhiro Suzuki <kaz@jp.fujitsu.com> >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
SUZUKI, Kazuhiro
2009-Feb-27 10:45 UTC
Re: [Xen-devel] [PATCH] Fix xen panic when dom0 is poweroff
Hmm, I overlooked your patch. Thanks, KAZ From: "Tian, Kevin" <kevin.tian@intel.com> Subject: RE: [Xen-devel] [PATCH] Fix xen panic when dom0 is poweroff Date: Thu, 26 Feb 2009 16:49:48 +0800> This is duplicated to http://markmail.org/thread/fkcowjzdbqq3qbjp > > Keir hasn''t checked them in, maybe due to xen summit. > > Thanks, > Kevin > > >From: SUZUKI, Kazuhiro > >Sent: Thursday, February 26, 2009 4:45 PM > > > >Hi, > > > >When dom0 is poweroff, the hypervisor panics by the assertion at > >spinlock.c:51. So the system cannot power off. > >This is because spin_lock_irq() is called in irq disabled context, and > >ASSERT macro is enabled since cset 19001:b9721b2766c1. > > > >This patch fixes it. > > > >Thanks, > >KAZ > > > >Signed-off-by: Kazuhiro Suzuki <kaz@jp.fujitsu.com> > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel