[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1402480322.32126.13.camel@tkhai>
Date: Wed, 11 Jun 2014 13:52:02 +0400
From: Kirill Tkhai <ktkhai@...allels.com>
To: <linux-kernel@...r.kernel.org>
CC: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>, <tkhai@...dex.ru>
Subject: [PATCH 0/2] sched: Rework migrate_tasks() and check_for_tasks()
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@...allels.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists