Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751924Ab3IRGvN (ORCPT ); Wed, 18 Sep 2013 02:51:13 -0400 Received: from ozlabs.org ([203.10.76.45]:50848 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751770Ab3IRGvM (ORCPT ); Wed, 18 Sep 2013 02:51:12 -0400 Date: Wed, 18 Sep 2013 16:51:01 +1000 From: Paul Mackerras To: Frederic Weisbecker Cc: LKML , Benjamin Herrenschmidt , 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 Subject: Re: [RFC PATCH 0/3] irq: Fix stack overflow due to softirq called on current stack Message-ID: <20130918065101.GA22060@drongo> References: <1378330796.4321.50.camel@pasglop> <1378395204-25342-1-git-send-email-fweisbec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1378395204-25342-1-git-send-email-fweisbec@gmail.com> 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: 1081 Lines: 26 Frederic, On Thu, Sep 05, 2013 at 05:33:21PM +0200, Frederic Weisbecker wrote: > > This series is a proposition to fix the crash reported here: http://lkml.kernel.org/r/1378330796.4321.50.camel%40pasglop > And it has the upside to also consolidate a bit the arch do_softirq overriden implementation. I tried this series on a ppc64 machine running KVM guests and doing network traffic, while under memory pressure, and it seems to work fine. Although the original problem was never completely deterministically reproducible, the problem did originally show up with the combination of memory pressure, network traffic and KVM guests. I pushed the test machine moderately hard for a while and there was no sign of stack overflow. So: Tested-by: Paul Mackerras Are you going to push this upstream? Thanks, Paul. -- 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/