From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753305AbbJZUUr (ORCPT ); Mon, 26 Oct 2015 16:20:47 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:39937 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751399AbbJZUUn (ORCPT ); Mon, 26 Oct 2015 16:20:43 -0400 Date: Mon, 26 Oct 2015 21:20:36 +0100 From: Peter Zijlstra To: Michael Holzheu Cc: Heiko Carstens , linux-kernel@vger.kernel.org, Tejun Heo , Oleg Nesterov , Ingo Molnar , Rik van Riel , Martin Schwidefsky , Tobias Orlamuende Subject: Re: [RFC][PATCH] sched: Start stopper early Message-ID: <20151026202036.GY2508@worktop.programming.kicks-ass.net> References: <20151007084110.GX2881@worktop.programming.kicks-ass.net> <20151016082212.GC4684@osiris> <20151016095706.GQ3816@twins.programming.kicks-ass.net> <20151016120125.GD6354@osiris> <20151026152436.754c65b0@holzheu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151026152436.754c65b0@holzheu> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 26, 2015 at 03:24:36PM +0100, Michael Holzheu wrote: > On Fri, 16 Oct 2015 14:01:25 +0200 > Heiko Carstens wrote: > > > On Fri, Oct 16, 2015 at 11:57:06AM +0200, Peter Zijlstra wrote: > > > On Fri, Oct 16, 2015 at 10:22:12AM +0200, Heiko Carstens wrote: > > > > So, actually this doesn't fix the bug and it _seems_ to be reproducible. > > > > > > > > [ FWIW, I will be offline for the next two weeks ] > > > > > > So the series from Oleg would be good to try; I can make a git tree for > > > you, or otherwise stuff the lot into a single patch. > > > > > > Should I be talking to someone else whilst you're having down time? > > > > Yes Michael Holzheu (on cc), can take care of this. > > I tested Peter's "tip/master" and "tip/sched/core". With the following > commit our issue seems to be fixed: > > 2b621a085a ("stop_machine: Change cpu_stop_queue_two_works() to rely > on stopper->enabled") > > When do you plan to merge the patch series in the mainline kernel? They're slated for the next merge window. Thanks for testing!