From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932521AbcJLM0S (ORCPT ); Wed, 12 Oct 2016 08:26:18 -0400 Received: from mail-lf0-f44.google.com ([209.85.215.44]:33092 "EHLO mail-lf0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752653AbcJLM0K (ORCPT ); Wed, 12 Oct 2016 08:26:10 -0400 MIME-Version: 1.0 In-Reply-To: <1475927349.5573.1.camel@gmx.de> References: <57F7F9AF.2010609@canonical.com> <20161008080019.GE3142@twins.programming.kicks-ass.net> <20161008083936.GA13658@gmail.com> <1475927349.5573.1.camel@gmx.de> From: Vincent Guittot Date: Wed, 12 Oct 2016 14:20:42 +0200 Message-ID: Subject: Re: [v4.8-rc1 Regression] sched/fair: Apply more PELT fixes To: Joseph Salisbury Cc: Ingo Molnar , Peter Zijlstra , Linus Torvalds , Thomas Gleixner , LKML , Mike Galbraith Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8 October 2016 at 13:49, Mike Galbraith wrote: > On Sat, 2016-10-08 at 13:37 +0200, Vincent Guittot wrote: >> On 8 October 2016 at 10:39, Ingo Molnar wrote: >> > >> > * Peter Zijlstra wrote: >> > >> > > On Fri, Oct 07, 2016 at 03:38:23PM -0400, Joseph Salisbury wrote: >> > > > Hello Peter, >> > > > >> > > > A kernel bug report was opened against Ubuntu [0]. After a >> > > > kernel >> > > > bisect, it was found that reverting the following commit >> > > > resolved this bug: >> > > > >> > > > commit 3d30544f02120b884bba2a9466c87dba980e3be5 >> > > > Author: Peter Zijlstra >> > > > Date: Tue Jun 21 14:27:50 2016 +0200 >> > > > >> > > > sched/fair: Apply more PELT fixes >> >> This patch only speeds up the update of task group load in order to >> reflect the new load balance but It should not change the final value >> and as a result the final behavior. I will try to reproduce it in my >> target later today > > FWIW, I tried and failed w/wo autogroup on 4.8 and master. Me too Is it possible to get some dump of /proc/sched_debug while the problem occurs ? Vincent > -Mike