Skip to content
Snippets Groups Projects
Commit e38da592 authored by Török Edwin's avatar Török Edwin Committed by Ingo Molnar
Browse files

tracing/stack-tracer: avoid races accessing file


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: default avatarIngo Molnar <mingo@elte.hu>
parent 8d26487f
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.
Finish editing this message first!
Please register or to comment