git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bda712
)
sched: use RCU variant of list traversal in for_each_leaf_rt_rq()
author
Bharata B Rao
<bharata@linux.vnet.ibm.com>
Mon, 15 Dec 2008 06:26:48 +0000
(11:56 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 16 Dec 2008 20:39:14 +0000
(21:39 +0100)
Impact: fix potential of rare crash
for_each_leaf_rt_rq() walks an RCU protected list (rq->leaf_rt_rq_list),
but doesn't use list_for_each_entry_rcu(). Fix this.
Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found