sched/deadline: Fix rt runtime corruption when dl fails its global constraints
authorWanpeng Li <wanpeng.li@linux.intel.com>
Tue, 17 Mar 2015 11:15:31 +0000 (19:15 +0800)
committerIngo Molnar <mingo@kernel.org>
Fri, 27 Mar 2015 08:36:15 +0000 (09:36 +0100)
commita1963b81deec54c113e770b0020e5f1c3188a087
tree650cdf63c8f2783bc81be748717a896fcdbdb91b
parentbd4bde14b93cce8fa77765ff709e0be55abdba2c
sched/deadline: Fix rt runtime corruption when dl fails its global constraints

One version of sched_rt_global_constaints() (the !rt-cgroup one)
changes state, therefore if we fail the later sched_dl_global_constraints()
call the state is left in an inconsistent state.

Fix this by changing the order of the calls.

Signed-off-by: Wanpeng Li <wanpeng.li@linux.intel.com>
[ Improved the changelog. ]
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Juri Lelli <juri.lelli@arm.com>
Link: http://lkml.kernel.org/r/1426590931-4639-2-git-send-email-wanpeng.li@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/core.c