From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 235B02C00E6 for ; Tue, 24 Sep 2013 06:52:42 +1000 (EST) Message-ID: <1379969467.11249.21.camel@pasglop> Subject: Re: [PATCH] powerpc/irq: Run softirqs off the top of the irq stack From: Benjamin Herrenschmidt To: Linus Torvalds Date: Tue, 24 Sep 2013 06:51:07 +1000 In-Reply-To: References: <1379620267-25191-1-git-send-email-fweisbec@gmail.com> <20130920162603.GA30381@localhost.localdomain> <1379799901.24090.6.camel@pasglop> <523E4F8A.7020708@zytor.com> <1379824754.24090.11.camel@pasglop> <1379824861.24090.12.camel@pasglop> <20130922162410.GA10649@laptop.programming.kicks-ass.net> <1379887000.24090.19.camel@pasglop> <1379889489.24090.34.camel@pasglop> <1379910958.6625.3.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: James Hogan , Andrew Morton , "David S. Miller" , Peter Zijlstra , Frederic Weisbecker , Helge Deller , Heiko Carstens , LKML , Ingo Molnar , "James E.J. Bottomley" , "H. Peter Anvin" , Martin Schwidefsky , Thomas Gleixner , linuxppc-dev , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2013-09-23 at 09:47 -0700, Linus Torvalds wrote: > On Sun, Sep 22, 2013 at 9:35 PM, Benjamin Herrenschmidt > wrote: > > > > This is the "band aid" discussed so far for the stack overflow > > problem for powerpc. > > I don't think it's a "band-aid" in any way, except perhaps in the > sense that there are certainly other things we can also do in this > series (ie I liked Frederic's cleanups etc). Ah yes, I thought of it as a band-aid in the sense that a better approach would be to switch to the irq stack earlier like x86_64 does but that would be a lot more invasive. Definitely something I would look into if I was to tackle changing how we do per-cpu and the PACA though. Cheers, Ben.