]> www.infradead.org Git - users/jedix/linux-maple.git/commit
binder: use per-vma lock in page reclaiming
authorCarlos Llamas <cmllamas@google.com>
Tue, 10 Dec 2024 14:31:05 +0000 (14:31 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Dec 2024 08:35:23 +0000 (09:35 +0100)
commit95bc2d4a9020efcd7858c91e68e9f4e842e3e8c8
tree879259025a958079337745595e09266fbc4cc27d
parent978ce3ed703db86344e1df718ea0f56ec7d4dae1
binder: use per-vma lock in page reclaiming

Use per-vma locking in the shrinker's callback when reclaiming pages,
similar to the page installation logic. This minimizes contention with
unrelated vmas improving performance. The mmap_sem is still acquired if
the per-vma lock cannot be obtained.

Cc: Suren Baghdasaryan <surenb@google.com>
Suggested-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Reviewed-by: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20241210143114.661252-10-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder_alloc.c