Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754018AbaA0RDz (ORCPT ); Mon, 27 Jan 2014 12:03:55 -0500 Received: from moutng.kundenserver.de ([212.227.126.171]:56810 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753477AbaA0RDx (ORCPT ); Mon, 27 Jan 2014 12:03:53 -0500 Message-ID: <1390842228.5425.175.camel@marge.simpson.net> Subject: Re: [PATCH] rcu: Eliminate softirq processing from rcutree From: Mike Galbraith To: paulmck@linux.vnet.ibm.com Cc: Sebastian Andrzej Siewior , linux-rt-users@vger.kernel.org, Steven Rostedt , linux-kernel@vger.kernel.org, Thomas Gleixner Date: Mon, 27 Jan 2014 18:03:48 +0100 In-Reply-To: <20140127165405.GK9012@linux.vnet.ibm.com> References: <1387773533.5369.16.camel@marge.simpson.net> <20131224193636.GD19211@linux.vnet.ibm.com> <1387940854.5373.8.camel@marge.simpson.net> <20131225075544.GE19211@linux.vnet.ibm.com> <1387993057.5346.17.camel@marge.simpson.net> <20140117171441.GG5785@linutronix.de> <1390015514.5444.46.camel@marge.simpson.net> <20140124195014.GB29981@linutronix.de> <1390626760.3625.17.camel@marge.simpson.net> <1390799444.5425.61.camel@marge.simpson.net> <20140127165405.GK9012@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Provags-ID: V02:K0:/UjA0uP+IYUrIJytPO5h2/R7wPg/ipeInfz147VxXW7 eOwVycqjXK9hCsPuILosI6WiNeJZrsHEqNpXGHWSCpPnqXvxFk LyHpgn5gAj5gN6GzIkLWGsZ3wMZIb8UBjMHol3EV2RRGfgxsnH /N602EICMpEOkgn1Bd1EsjbF3HNjWy3rTO/Pby3Bu+IbmlGdMx jfbnZU+lSUs+rF7F2Ep/QV4xcMXbKCKwFAnYlpKbHKLDTYzNni p/Maswygy6GRV74y7NUZbUHmSJX3a0rLCeG8MpaHHa3I1N9TKC eIZBuzDTK5d2U7RkSilTEu35dWOUyemAFPVjW7LGgH9eOMIbA6 KDQRwQ1bRGSxFxbv+XQwMEXiH92zIjP/kW+Ml0aOHd3PAtymTK DZZKimNjE1BNw== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2014-01-27 at 08:54 -0800, Paul E. McKenney wrote: > On Mon, Jan 27, 2014 at 06:10:44AM +0100, Mike Galbraith wrote: > > On Sat, 2014-01-25 at 06:12 +0100, Mike Galbraith wrote: > > > On Fri, 2014-01-24 at 20:50 +0100, Sebastian Andrzej Siewior wrote: > > > > * Mike Galbraith | 2014-01-18 04:25:14 [+0100]: > > > > > > > > >> ># timers-do-not-raise-softirq-unconditionally.patch > > > > >> ># rtmutex-use-a-trylock-for-waiter-lock-in-trylock.patch > > > > >> > > > > > >> >..those two out does seem to have stabilized the thing. > > > > >> > > > > >> timers-do-not-raise-softirq-unconditionally.patch is on its way out. > > > > >> > > > > >> rtmutex-use-a-trylock-for-waiter-lock-in-trylock.patch confues me. > > > > >> Didn't you report once that your box deadlocks without this patch? Now > > > > >> your 64way box on the other hand does not work with it? > > > > > > > > > >If 'do not raise' is applied, 'use a trylock' won't save you. If 'do > > > > is this just an observation or you do know why it won't save me? > > > > > > It's an observation from beyond the grave from the 64 core box that it > > > repeatedly did NOT save :) Autopsy photos below. > > > > > > I've built 3.12.8-rt9 with Stevens v2 "timer: Raise softirq if there's > > > irq_work" to see if it'll survive. > > > > And it did, configured both as nohz_tick, and nohz_full_all. The irqs > > are enabled warning in can_stop_full_tick() fired for nohz_full_all, but > > that's it. > > > > For grins, I also applied Paul's v3 timer latency series while testing > > nohz_full_all config. The box was heavily loaded the vast majority of > > the time, but it didn't explode or do anything obviously evil. > > Cool! May I add your Tested-by? Certainly. -Mike -- 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/