From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753903AbbE1PZE (ORCPT ); Thu, 28 May 2015 11:25:04 -0400 Received: from casper.infradead.org ([85.118.1.10]:58704 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753693AbbE1PY7 (ORCPT ); Thu, 28 May 2015 11:24:59 -0400 Date: Thu, 28 May 2015 17:24:56 +0200 From: Peter Zijlstra To: Mike Galbraith Cc: LKML , Ingo Molnar , ktkhai@parallels.com Subject: Re: sched_setscheduler() vs idle_balance() race Message-ID: <20150528152456.GO3644@twins.programming.kicks-ass.net> References: <1432799032.3237.119.camel@gmail.com> <20150528135355.GK3644@twins.programming.kicks-ass.net> <1432824866.3237.198.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432824866.3237.198.camel@gmail.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 28, 2015 at 04:54:26PM +0200, Mike Galbraith wrote: > > The below is compile tested only, but it might just work if I didn't > > miss anything :-) > > I'll take it for a spin, and take a peek at the application. Thanks!