aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/swap.c
diff options
context:
space:
mode:
authorJonathan Gonzalez V <zeus@gnu.org>2014-06-04 16:07:30 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-06-04 16:54:00 -0700
commitcbe97414c24b3ceb9b8df9e45b798a88daae7f71 (patch)
tree801a090e9ad5b69fb6a12e9e5268fa836b80fa43 /mm/swap.c
parentarc: call find_vma with the mmap_sem held (diff)
downloadwireguard-linux-cbe97414c24b3ceb9b8df9e45b798a88daae7f71.tar.xz
wireguard-linux-cbe97414c24b3ceb9b8df9e45b798a88daae7f71.zip
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 <zeus@gnu.org> Signed-off-by: Davidlohr Bueso <davidlohr@hp.com> Cc: Inki Dae <inki.dae@samsung.com> Cc: Joonyoung Shim <jy0922.shim@samsung.com> Cc: David Airlie <airlied@linux.ie> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/swap.c')
0 files changed, 0 insertions, 0 deletions