[PATCH v2 0/3] Fix shutdown of cpu which having throttled rq

2014-06-24 Thread Kirill Tkhai
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,

[PATCH v2 0/3] Fix shutdown of cpu which having throttled rq

2014-06-24 Thread Kirill Tkhai
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,