From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752931AbdKMPNd (ORCPT ); Mon, 13 Nov 2017 10:13:33 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:49524 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752571AbdKMPNc (ORCPT ); Mon, 13 Nov 2017 10:13:32 -0500 X-Google-Smtp-Source: AGs4zMbNtFqGj2jG71LPctd0W+bjK9jGFedODdoZyhdbc6DgKAnA2BnJ8fQlehMQPGiXdFv4o2SVng== Date: Mon, 13 Nov 2017 16:13:28 +0100 From: Ingo Molnar To: Mike Galbraith , Greg Kroah-Hartman Cc: Linus Torvalds , linux-kernel@vger.kernel.org, Peter Zijlstra , Thomas Gleixner , Andrew Morton , Steven Rostedt Subject: Re: [GIT PULL] scheduler updates for v4.15 Message-ID: <20171113151328.qwufqpvexevfjl4u@gmail.com> References: <20171113080054.hvpfoo6bd7ae2yu4@gmail.com> <1510565015.15042.38.camel@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1510565015.15042.38.camel@gmx.de> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Mike Galbraith wrote: > On Mon, 2017-11-13 at 09:00 +0100, Ingo Molnar wrote: > > > > - Improve the RT IPI based balancing logic (Steven Rostedt) > > Well how 'bout that, serendipity strikes again: > > I just got a report that a proggy Gregory Haskins wrote back in 2007 > (preempt-test) was claiming RT was broken, but no, it's every kernel > containing b6366f048e0c.  What the proggy does is to start a gaggle of > RT tasks of descending priority, giving each an identical quantum of > work to do, expecting higher priority tasks to get it done before > lower.  That currently does not always happen, we occasionally do not > get a task pushed for long enough that a task that should have been > preempted by a push shortly after hitting the CPU, manages to remain > long enough to finish well before it should have been able to. > > This patch fixed it up before I could even get my troubleshooting > wheels properly smoking (they spin a bit before getting traction). >  Given that, not to mention b6366f048e0c being capable of log jamming > even fairly modest boxen, perhaps this patch wants a stable tag? Ok, agreed - I've forwarded 4bdced5c9a29 to Greg for -stable inclusion. Thanks, Ingo