From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935091AbcJHLi2 (ORCPT ); Sat, 8 Oct 2016 07:38:28 -0400 Received: from mail-lf0-f47.google.com ([209.85.215.47]:35270 "EHLO mail-lf0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752547AbcJHLiT (ORCPT ); Sat, 8 Oct 2016 07:38:19 -0400 MIME-Version: 1.0 In-Reply-To: <20161008083936.GA13658@gmail.com> References: <57F7F9AF.2010609@canonical.com> <20161008080019.GE3142@twins.programming.kicks-ass.net> <20161008083936.GA13658@gmail.com> From: Vincent Guittot Date: Sat, 8 Oct 2016 13:37:57 +0200 Message-ID: Subject: Re: [v4.8-rc1 Regression] sched/fair: Apply more PELT fixes To: Ingo Molnar Cc: Peter Zijlstra , Joseph Salisbury , Linus Torvalds , Mike Galbraith , Thomas Gleixner , LKML 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 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 >> >> That commit doesn't revert cleanly, did you take out more? > > Note that it reverts cleanly from v4.8 - while it does to revert from current > upstream that did more changes in that area. > > I suspect Josheph tested a v4.8-ish kernel. > >> I'll try and have a look asap, but I'm traveling next week so it might a >> tad slower than normal. >> >> If you could provide a /proc/sched_debug dump while the thing is running >> that'd might be useful. > > Also, running the latest scheduler bits would be useful: > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > > ... just on the off chance that another change in this area fixed the bug, plus to > make it easier to send test patches. > > Upstream merge commit af79ad2b1f33 should also be pretty safe to try - it's v4.8 > with the v4.9 scheduler bits applied. > > Thanks, > > Ingo