From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Date: Tue, 07 May 2013 03:55:56 +0000 Subject: Re: [PATCH] kvm/ppc: interrupt disabling fixes Message-Id: <1367898956.5769.5.camel@pasglop> List-Id: References: <1367897551-8382-1-git-send-email-scottwood@freescale.com> In-Reply-To: <1367897551-8382-1-git-send-email-scottwood@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Scott Wood Cc: Alexander Graf , kvm-ppc@vger.kernel.org, kvm@vger.kernel.org, Mihai Caraman , Tiejun Chen On Mon, 2013-05-06 at 22:32 -0500, Scott Wood wrote: > + hard_irq_disable(); > + trace_hardirqs_off(); I still think hard_irq_disable() should be fixed to "do the right thing" here :-) I'll do that standalone patch here and give it a spin. Cheers, Ben.