From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: Need help with fixing the Xen waitqueue feature Date: Tue, 22 Nov 2011 14:54:13 +0100 Message-ID: <20111122135413.GA16364@aepfle.de> References: <20111122114057.GA28583@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline 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: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, Nov 22, Keir Fraser wrote: > I think I checked before, but: also unresponsive to serial debug keys? Good point, I will check that. So far I havent used these keys. > Forgot about it. Done now! What about domain_crash() instead of BUG_ON() in __prepare_to_wait()? If the stacksize would be checked before its copied the hypervisor could survive. Olaf