From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] Spin lock error when updating domain node affinity Date: Mon, 9 Aug 2010 19:26:21 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Huang2, Wei" , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org This should already be fixed by xen-unstable:21929. -- Keir On 09/08/2010 19:19, "Huang2, Wei" wrote: > This patch fixes the IRQ issue introduced by changset 21914. The BUG_ON in > check_on() was triggered when domain_update_node_affinity() is called. > > Signed-off-by: Wei Huang > >