Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Ingo Molnar <mingo@elte.hu>
- Loading branch information