2 messages in com.xensource.lists.xen-develRe: [Xen-devel] [PATCH] RHEL3 2.4 dom...
FromSent OnAttachments
John Byrne23 Feb 2007 14:49.patch
Ian Campbell26 Feb 2007 01:47 
Subject:Re: [Xen-devel] [PATCH] RHEL3 2.4 domU kernel has load average of 2
From:Ian Campbell (Ian.@XenSource.com)
Date:02/26/2007 01:47:45 AM
List:com.xensource.lists.xen-devel

On Fri, 2007-02-23 at 14:49 -0800, John Byrne wrote:

The backport of the xenbus code for the 2.4 kernel changed wait_event_interruptible() into wait_event() into a couple of places it looks to deal with the fact that signals weren't being blocked. This results in an idle domU showing a load-average of 2, which was messing up some work-management tools.

The attached patch blocks all signals for the xenbus and xenwatch daemons, instead.

Applied, thanks.

Ian.