sched, autogroup: Fix CONFIG_RT_GROUP_SCHED sched_setscheduler() failure
authorMike Galbraith <efault@gmx.de>
Thu, 13 Jan 2011 03:54:50 +0000 (04:54 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 18 Jan 2011 14:09:42 +0000 (15:09 +0100)
commitf44937718ce3b8360f72f6c68c9481712517a867
tree72b07f4daa686e10f90b666f5b61b66b30bbed2d
parent8ecedd7a06d27a31dbb36fab88e2ba6e6edd43ca
sched, autogroup: Fix CONFIG_RT_GROUP_SCHED sched_setscheduler() failure

If CONFIG_RT_GROUP_SCHED is set, __sched_setscheduler() fails due to autogroup
not allocating rt_runtime.  Free unused/unusable rt_se and rt_rq, redirect RT
tasks to the root task group, and tell __sched_setscheduler() that it's ok.

Reported-and-tested-by: Bharata B Rao <bharata@linux.vnet.ibm.com>
Signed-off-by: Mike Galbraith <efault@gmx.de>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1294890890.8089.39.camel@marge.simson.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c
kernel/sched_autogroup.c
kernel/sched_autogroup.h