Skip to content
Snippets Groups Projects
Commit 2119d94d authored by Peter Boonstoppel's avatar Peter Boonstoppel Committed by Pat Tjin
Browse files

sched: Unthrottle rt runqueues in __disable_runtime()


migrate_tasks() uses _pick_next_task_rt() to get tasks from the
real-time runqueues to be migrated. When rt_rq is throttled
_pick_next_task_rt() won't return anything, in which case
migrate_tasks() can't move all threads over and gets stuck in an
infinite loop.

Instead unthrottle rt runqueues before migrating tasks.

Additionally: move unthrottle_offline_cfs_rqs() to rq_offline_fair()

Signed-off-by: default avatarPeter Boonstoppel <pboonstoppel@nvidia.com>
Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Turner <pjt@google.com>
Link: http://lkml.kernel.org/r/5FBF8E85CA34454794F0F7ECBA79798F379D3648B7@HQMAIL04.nvidia.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Change-Id: I4d73bc0a556882bdb9ade15a661d665c6c2c8df4
Bug: 18729519
parent 2019f5cd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment