diff options
| author | Jonathan Gonzalez V <[email protected]> | 2014-06-04 16:07:30 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2014-06-04 16:54:00 -0700 |
| commit | cbe97414c24b3ceb9b8df9e45b798a88daae7f71 (patch) | |
| tree | 801a090e9ad5b69fb6a12e9e5268fa836b80fa43 /tools/perf/scripts/python | |
| parent | 5040573e49cc8f0e016a83544a0e552f2f44c897 (diff) | |
drm/exynos: call find_vma with the mmap_sem held
Performing vma lookups without taking the mm->mmap_sem is asking for
trouble. While doing the search, the vma in question can be modified or
even removed before returning to the caller. Take the lock (exclusively)
in order to avoid races while iterating through the vmacache and/or
rbtree.
Signed-off-by: Jonathan Gonzalez V <[email protected]>
Signed-off-by: Davidlohr Bueso <[email protected]>
Cc: Inki Dae <[email protected]>
Cc: Joonyoung Shim <[email protected]>
Cc: David Airlie <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions