diff options
| author | Bharata B Rao <[email protected]> | 2008-12-15 06:26:48 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2008-12-16 20:39:14 +0000 |
| commit | 80f40ee4a07530cc3acbc239a9299ec47025825b (patch) | |
| tree | 3feb69ea882c314b518f53fd6eae9db634918003 /net/unix/af_unix.c | |
| parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... (diff) | |
| download | kernel-80f40ee4a07530cc3acbc239a9299ec47025825b.tar.gz kernel-80f40ee4a07530cc3acbc239a9299ec47025825b.zip | |
sched: use RCU variant of list traversal in for_each_leaf_rt_rq()
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 <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
