summaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-12-20 14:13:49 (GMT)
committerScott Wood <scottwood@freescale.com>2014-04-10 00:18:34 (GMT)
commit7287941301f62f31b2731d306c9f2d1d3745f8e8 (patch)
treecf899785ce9647ae27d2601010e290764ef6a32c /block
parentefb2fb86cd10f4248e1570fa70bb0c4d40b4bc09 (diff)
downloadlinux-fsl-qoriq-7287941301f62f31b2731d306c9f2d1d3745f8e8.tar.xz
sched: Consider pi boosting in setscheduler
If a PI boosted task policy/priority is modified by a setscheduler() call we unconditionally dequeue and requeue the task if it is on the runqueue even if the new priority is lower than the current effective boosted priority. This can result in undesired reordering of the priority bucket list. If the new priority is less or equal than the current effective we just store the new parameters in the task struct and leave the scheduler class and the runqueue untouched. This is handled when the task deboosts itself. Only if the new priority is higher than the effective boosted priority we apply the change immediately. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: stable@vger.kernel.org Cc: stable-rt@vger.kernel.org
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions