[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211112095857.7016-1-vincent.guittot@linaro.org>
Date: Fri, 12 Nov 2021 10:58:55 +0100
From: Vincent Guittot <vincent.guittot@...aro.org>
To: mingo@...hat.com, peterz@...radead.org, juri.lelli@...hat.com,
dietmar.eggemann@....com, rostedt@...dmis.org, bsegall@...gle.com,
mgorman@...e.de, bristot@...hat.com, linux-kernel@...r.kernel.org,
tim.c.chen@...ux.intel.com
Cc: joel@...lfernandes.org,
Vincent Guittot <vincent.guittot@...aro.org>
Subject: [PATCH 0/2] avoid spurious blocked load update
This patchset is a follow up of :
https://lore.kernel.org/lkml/20211019123537.17146-1-vincent.guittot@linaro.org/
It ensures that newly idle load balance will not kick the update of
blocked load if it skips the load balance because avg_idle is too short.
It also makes sure that rq->next_balance doesn't go in the past when
updated.
Tim Chen (1):
sched: sched: Fix rq->next_balance time updated to earlier than
current time
Vincent Guittot (1):
sched/fair: skip newidle update stats
kernel/sched/fair.c | 25 ++++++++++++++++++++-----
1 file changed, 20 insertions(+), 5 deletions(-)
--
2.17.1
Powered by blists - more mailing lists