Re: [Xen-devel] Re: Xen paravirt frontend block hang

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeremy Fitzhardinge
Date: Tuesday, March 18, 2008 - 9:01 am

Christopher S. Aker wrote:

The patch I posted yesterday - "xen: fix RMW when unmasking events" - 
should definitively fix the hanging-under-load bugs (I hope).  It 
problem came from returning to userspace with pending events, which 
would leave them hanging around on the vcpu unprocessed, and eventually 
everything would deadlock.  This was caused by using an unlocked 
read-modify-write operation on the event pending flag - which can be set 
by another (real) cpu - meaning that the pending event wasn't noticed 
until too late.  It would only be a problem on an SMP host.

The patch should back-apply to 2.6.24.

    J
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Xen paravirt frontend block hang, Jeremy Fitzhardinge, (Thu Feb 28, 1:00 pm)
Re: Xen paravirt frontend block hang, Christopher S. Aker, (Sat Mar 1, 5:43 pm)
Re: Xen paravirt frontend block hang, Jeremy Fitzhardinge, (Sun Mar 2, 8:35 am)
Re: Xen paravirt frontend block hang, Christopher S. Aker, (Sun Mar 2, 9:03 am)
Re: [Xen-devel] Re: Xen paravirt frontend block hang, Jeremy Fitzhardinge, (Tue Mar 18, 9:01 am)
Re: [Xen-devel] Re: Xen paravirt frontend block hang, Christopher S. Aker, (Mon Mar 24, 6:37 pm)