From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: Xen 4.2 TODO / Release Plan Date: Mon, 21 May 2012 14:32:42 +0100 Message-ID: <4FBA601A0200007800084D68@nat28.tlf.novell.com> References: <1337600857.24660.84.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1337600857.24660.84.camel@zakaz.uk.xensource.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: xen-devel List-Id: xen-devel@lists.xenproject.org >>> On 21.05.12 at 13:47, Ian Campbell wrote: > * IRQ problem for which debugging code got added by c/s > 24707:96987c324a4f. I have a tentative adjustment to this which > I would hope to at least eliminate the bad consequences of > crashing the hypervisor (converting the unsolicited > PIC-originated IRQ into a spurious one). I'll submit as soon as > I got to test this a little, particularly also on an old box > without APIC. (Jan Beulich) That adjustment is already in (25336:edd7c7ad1ad2). But there's still the issue of xfree() being called from interrupt context, for which Andy Cooper had posted a patch, while I later suggested to address the issue in a more general form. No feedback from Keir so far, so perhaps I should go ahead and submit the adjustment in more formal shape. Jan