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:
8d26487
)
tracing/stack-tracer: avoid races accessing file
author
Török Edwin
<edwintorok@gmail.com>
Sun, 23 Nov 2008 11:08:10 +0000
(13:08 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 23 Nov 2008 11:20:26 +0000
(12:20 +0100)
Impact: fix race
vma->vm_file reference is only stable while holding the mmap_sem,
so move usage of it to within the critical section.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found