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] 3.0.4: Fix softlockup issue after migration

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] 3.0.4: Fix softlockup issue after migration
From: "Graham, Simon" <Simon.Graham@xxxxxxxxxxx>
Date: Thu, 1 Mar 2007 14:12:34 -0500
Delivery-date: Thu, 01 Mar 2007 11:11:53 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: C1E82F2E.8BB6%Keir.Fraser@xxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: C1E82F2E.8BB6%Keir.Fraser@xxxxxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcdESFqDCWsISfq5RGeHgxcxVzRqmQACelaDAAAZiDAAAQnwRAATVWmwABVdeuAAQqkN4AAKff/fAAh92KAAAhEUjgAAKprQAADxHsoFddBacA==
Thread-topic: [Xen-devel] [PATCH] 3.0.4: Fix softlockup issue after migration
We had a discussion about this back at the beginning of Jan; in the end,
I made a patch for 3.0.4 that seems to fix the soft lockups when a
domain is not scheduled for a significant amount of time (for example,
following migration) - I'm submitting this for inclusion in 3.0.4 rather
than unstable because the fix would be different (I'm not even sure it's
required there yet).

Basic idea is to keep touching the watchdog timer inside the loop that
handles simulating all the timer ticks that have been missed.

We've been running this for the past month and it has completely fixed
the spurious soft lockups whilst not masking real soft lockups due to
hangs inside the domain.

Simon

--------------------------------------------------------------

Remove spurious soft lockups that occur when a domain is not scheduled
for a long time.

Signed-off-by: Simon graham <Simon.graham@xxxxxxxxxxx>

Attachment: xen-304-softlockup.patch
Description: xen-304-softlockup.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] 3.0.4: Fix softlockup issue after migration, Graham, Simon <=