aboutsummaryrefslogtreecommitdiff
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2009-12-09 10:15:11 +0000
committerIngo Molnar <[email protected]>2009-12-14 17:11:35 +0100
commit1a551ae715825bb2a2107a2dd68de024a1fa4e32 (patch)
tree03f29f6a37be1eea125994aee5d34b4daf804a20 /lib/dynamic_debug.c
parent23f5d142519621b16cf2b378cf8adf4dcf01a616 (diff)
sched: Use rcu in sched_get_rr_param()
read_lock(&tasklist_lock) does not protect sys_sched_get_rr_param() against a concurrent update of the policy or scheduler parameters as do_sched_scheduler() does not take the tasklist_lock. The access to task->sched_class->get_rr_interval is protected by task_rq_lock(task). Use rcu_read_lock() to protect find_task_by_vpid() and prevent the task struct from going away. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Peter Zijlstra <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions