Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753104AbaGADQB (ORCPT ); Mon, 30 Jun 2014 23:16:01 -0400 Received: from ozlabs.org ([103.22.144.67]:41281 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751397AbaGADQA convert rfc822-to-8bit (ORCPT ); Mon, 30 Jun 2014 23:16:00 -0400 Message-ID: <1404184557.18325.32.camel@ale.ozlabs.ibm.com> Subject: Re: [PATCH] powerpc/powernv: Check for IRQHAPPENED before sleeping From: Michael Neuling To: Michael Ellerman Cc: Preeti U Murthy , benh@kernel.crashing.org, shreyas@linux.vnet.ibm.com, svaidy@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Mon, 30 Jun 2014 22:15:57 -0500 In-Reply-To: <1404175926.30002.1.camel@concordia> References: <20140630062404.29315.23382.stgit@preeti.in.ibm.com> <1404175926.30002.1.camel@concordia> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Mailer: Evolution 3.10.4-0ubuntu1 Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2014-07-01 at 10:52 +1000, Michael Ellerman wrote: > On Mon, 2014-06-30 at 11:54 +0530, Preeti U Murthy wrote: > > Commit 8d6f7c5a: "powerpc/powernv: Make it possible to skip the IRQHAPPENED > > check in power7_nap()" added code that prevents even cores which enter sleep > > on idle, from checking for pending interrupts. Fix this. > > To be clear, it is a bug in the original commit. Mikey and I pair programmed > that code, and he was *definitely* typing at that point ;) It's always nice to know that in battle a comrade will throw himself on a grenade to save you. :-P Actually, I'm pretty sure this happened when you were away (probably on a beach somewhere), I was forward porting the patch set, hit a conflict and fucked it up. Mikey > > Can you please include in the changelog what the symptom of the bug is, and > have you seen it in practice? > > The bad commit went into 3.16-rc1, so we don't need to backport this to any > stable release. > > cheers > > > diff --git a/arch/powerpc/kernel/idle_power7.S b/arch/powerpc/kernel/idle_power7.S > > index 2480256..5cf3d36 100644 > > --- a/arch/powerpc/kernel/idle_power7.S > > +++ b/arch/powerpc/kernel/idle_power7.S > > @@ -131,7 +131,7 @@ _GLOBAL(power7_nap) > > > > _GLOBAL(power7_sleep) > > li r3,1 > > - li r4,0 > > + li r4,1 > > b power7_powersave_common > > /* No return */ > > > > > > > > > -- 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/