Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754593Ab3IZWko (ORCPT ); Thu, 26 Sep 2013 18:40:44 -0400 Received: from gate.crashing.org ([63.228.1.57]:55444 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754223Ab3IZWkn (ORCPT ); Thu, 26 Sep 2013 18:40:43 -0400 Message-ID: <1380234046.28561.73.camel@pasglop> Subject: Re: [PATCH 8/8] powerpc: Tell about irq stack coverage From: Benjamin Herrenschmidt To: Frederic Weisbecker Cc: LKML , Paul Mackerras , Ingo Molnar , Thomas Gleixner , Peter Zijlstra , "H. Peter Anvin" , Linus Torvalds , James Hogan , "James E.J. Bottomley" , Helge Deller , Martin Schwidefsky , Heiko Carstens , "David S. Miller" , Andrew Morton Date: Fri, 27 Sep 2013 08:20:46 +1000 In-Reply-To: <1380212686-25897-9-git-send-email-fweisbec@gmail.com> References: <1380212686-25897-1-git-send-email-fweisbec@gmail.com> <1380212686-25897-9-git-send-email-fweisbec@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1652 Lines: 47 On Thu, 2013-09-26 at 18:24 +0200, Frederic Weisbecker wrote: > Now that powerpc runs irq_exit() under the irq stack, > let the softirq core know about that so that we spare > the needless stack switch on irq exit's softirq processing. > > Signed-off-by: Frederic Weisbecker Acked-by: Benjamin Herrenschmidt > Cc: > Paul Mackerras > Cc: Ingo Molnar > Cc: Thomas Gleixner > Cc: Peter Zijlstra > Cc: H. Peter Anvin > Cc: Linus Torvalds > Cc: Paul Mackerras > Cc: James Hogan > Cc: James E.J. Bottomley > Cc: Helge Deller > Cc: Martin Schwidefsky > Cc: Heiko Carstens > Cc: David S. Miller > Cc: Andrew Morton > --- > arch/powerpc/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig > index 38f3b7e..b365d5c 100644 > --- a/arch/powerpc/Kconfig > +++ b/arch/powerpc/Kconfig > @@ -138,6 +138,7 @@ config PPC > select OLD_SIGSUSPEND > select OLD_SIGACTION if PPC32 > select HAVE_DEBUG_STACKOVERFLOW > + select HAVE_IRQ_EXIT_ON_IRQ_STACK > > config EARLY_PRINTK > bool -- 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/