Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932454AbcDGTEv (ORCPT ); Thu, 7 Apr 2016 15:04:51 -0400 Received: from mail-wm0-f51.google.com ([74.125.82.51]:33592 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756683AbcDGTEq (ORCPT ); Thu, 7 Apr 2016 15:04:46 -0400 Message-ID: <1460055880.4435.61.camel@gmail.com> Subject: Re: [PATCH RT 4/6] rt/locking: Reenable migration accross schedule From: Mike Galbraith To: Sebastian Andrzej Siewior Cc: Thomas Gleixner , linux-rt-users@vger.kernel.org, linux-kernel@vger.kernel.org, Steven Rostedt , Peter Zijlstra Date: Thu, 07 Apr 2016 21:04:40 +0200 In-Reply-To: <57068F28.8010409@linutronix.de> References: <1455318168-7125-1-git-send-email-bigeasy@linutronix.de> <1455318168-7125-4-git-send-email-bigeasy@linutronix.de> <1458463425.3908.5.camel@gmail.com> <1458814024.23732.35.camel@gmail.com> <1459405903.14336.64.camel@gmail.com> <20160401211105.GE29603@linutronix.de> <1459566735.3779.36.camel@gmail.com> <57068F28.8010409@linutronix.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5 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: 1594 Lines: 34 On Thu, 2016-04-07 at 18:47 +0200, Sebastian Andrzej Siewior wrote: > On 04/02/2016 05:12 AM, Mike Galbraith wrote: > > > By the time I improved hotplug I played with this. I had a few ideas but > > > it didn't fly in the end. Today however I ended up with this: > > > > Yeah, but that fails the duct tape test too. Mine is below, and is the > > extra sticky variety ;-) With busted 0299 patch reverted and those two > > applied, my DL980 took a beating for ~36 hours before I aborted it.. ie > > hotplug road seemingly has no more -rt specific potholes. > > just to be clear: The patch I attached did _not_ work for you. Sorry, I didn't test. Marathon stress test session convinced me that the lock added by -rt absolutely had to die. > > If that lock dies, we can unpin when entering lock slow path and pin > > again post acquisition with no ABBA worries as well, and not only does > > existing hotplug work heaping truckloads better, -rt can perhaps help > > spot trouble as the rewrite proceeds. > > > > Current state is more broken than ever.. if that's possible. > > And the two patches you attached here did? I've killed way too many NOPREEMPT kernels to make any rash -rt claims. What I can tell you is that my 64 core DL980 running 4.6-rc2-rt13 plus the two posted patches survived for ~20 hours before I had to break it off because I needed the box. These two haven't been through _as_ much pounding as the two targeted bandaids I showed have, but have been through quite a bit. Other folks beating the living crap outta their boxen too would not be a bad idea. -Mike