From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752823AbcDSIzH (ORCPT ); Tue, 19 Apr 2016 04:55:07 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:34711 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752007AbcDSIzE (ORCPT ); Tue, 19 Apr 2016 04:55:04 -0400 Message-ID: <1461056100.3921.40.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: Tue, 19 Apr 2016 10:55:00 +0200 In-Reply-To: <5715D919.2030500@linutronix.de> References: <1459405903.14336.64.camel@gmail.com> <20160401211105.GE29603@linutronix.de> <1459566735.3779.36.camel@gmail.com> <57068F28.8010409@linutronix.de> <1460123044.16946.11.camel@gmail.com> <5707B911.6090404@linutronix.de> <1460125010.16946.27.camel@gmail.com> <5707C563.2050801@linutronix.de> <1460134168.3860.6.camel@gmail.com> <20160418171550.GA21734@linutronix.de> <1461002132.3895.59.camel@gmail.com> <5715D919.2030500@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 On Tue, 2016-04-19 at 09:07 +0200, Sebastian Andrzej Siewior wrote: > On 04/18/2016 07:55 PM, Mike Galbraith wrote: > > > > I'll have to feed it to DL980, hotplug and jitter test it. It seemed > > to think that pinning post acquisition was a bad idea jitter wise, but > > I was bending things up while juggling multiple boxen, so.. > > pinning pre acquisition could get you in a situation where you get the > lock and you are stuck on CPU A where is also a task running right now > with a higher priority while CPU B and CPU C are idle. I can't get to my DL980 to do jitter testing atm (network outage), but wrt hotplug banging, my local boxen say patch is toxic. i4790 desktop box silently bricked once too. The boom begins with... BUG: scheduling while atomic: futex_wait/11303/0x00000000 ...very noisy funeral procession follows. -Mike