lkml.org 
[lkml]   [2014]   [Jun]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Subject[PATCH v3 0/3] Fix shutdown of cpu which having throttled rq
From
Date

This is a result of discussion "[PATCH 1/2] sched: Rework migrate_tasks()":

https://lkml.org/lkml/2014/6/11/166

The problem is cfs_rq and rt_rq may stay throttled in the moment
of task migration from dead cpu. This patch fixes that for fair
and RT classes. No fix for deadline class yet, it's coming soon.

v2: [1/3]Collision with tg_set_cfs_bandwidth() found by Ben Segall.
Code movement.
{get,put}_online_cpus synchronization by Ben Segall

---

Kirill Tkhai (3):
sched/fair: Disable runtime_enabled on dying rq
sched/rt: __disable_runtime: Enqueue just unthrottled rt_rq back on the stack
sched: Rework check_for_tasks()


kernel/cpu.c | 33 ++++++++++++++++++++-------------
kernel/sched/core.c | 8 +++++++-
kernel/sched/fair.c | 22 ++++++++++++++++++++++
kernel/sched/rt.c | 3 +++
4 files changed, 52 insertions(+), 14 deletions(-)

--
Signed-off-by: Kirill Tkhai <ktkhai@parallels.com>




\
 
 \ /
  Last update: 2014-06-25 11:01    [W:0.024 / U:0.340 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site