Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757041Ab2HZCbH (ORCPT ); Sat, 25 Aug 2012 22:31:07 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:42218 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756564Ab2HZCaT (ORCPT ); Sat, 25 Aug 2012 22:30:19 -0400 Date: Sat, 25 Aug 2012 19:30:14 -0700 From: Greg Kroah-Hartman To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Marcelo Tosatti , Gleb Natapov , Avi Kivity Subject: Re: [ 40/46] KVM: PIC: call ack notifiers for irqs that are dropped form irr Message-ID: <20120826023014.GA6033@kroah.com> References: <20120820035832.274275502@linuxfoundation.org> <20120820035837.834733550@linuxfoundation.org> <1345680175.15245.15.camel@deadeye.wl.decadent.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1345680175.15245.15.camel@deadeye.wl.decadent.org.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1248 Lines: 33 On Thu, Aug 23, 2012 at 01:02:55AM +0100, Ben Hutchings wrote: > On Sun, 2012-08-19 at 20:59 -0700, Greg Kroah-Hartman wrote: > > From: Greg KH > > > > 3.5-stable review patch. If anyone has any objections, please let me know. > > > > ------------------ > > > > From: Gleb Natapov > > > > (cherry picked from commit aea218f3cbbcaac249b6b2c98930a00d6d931f1e) > > > > After commit 242ec97c358256 PIT interrupts are no longer delivered after > > PIC reset. It happens because PIT injects interrupt only if previous one > > was acked, but since on PIC reset it is dropped from irr it will never > > be delivered and hence acknowledged. Fix that by calling ack notifier on > > PIC reset. > [...] > > Based on the commit blamed for the regression, I think this is needed > for 3.4 as well. That's up to Avi and Marcelo, as I do not apply any KVM patches to any stable tree unless they say so (as they have asked in the past.) Avi and Marcelo? greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/