[PATCH 0/2] sched: Rework migrate_tasks() and check_for_tasks()

From: Kirill Tkhai
Date: Wed Jun 11 2014 - 05:52:14 EST



This series fixes migration of throttled tasks and hierarchies
from dead cpu. Currently, they do not migrate at all, and they
may forever stay on dead cpu like in jail.

The first patch fixes migration, the second patch adds a little
set of cases, we should warn in dmesg.

---

Kirill Tkhai (2):
sched: Rework migrate_tasks()
sched: Rework check_for_tasks()


kernel/cpu.c | 33 ++++++++++++++--------
kernel/sched/core.c | 75 ++++++++++++++-------------------------------------
2 files changed, 40 insertions(+), 68 deletions(-)

--
Signed-off-by: Kirill Tkhai <ktkhai@xxxxxxxxxxxxx>


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/