summaryrefslogtreecommitdiff
path: root/drivers/android
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-12 08:51:13 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-12 08:51:13 +0100
commite92d336eaf244d27b88f6d8742b776ae72173992 (patch)
treef436db9680ca65bdc4f034c7e70e781691312389 /drivers/android
parent8314d2c28d3369bc879af8e848f810292b16d0af (diff)
parent0f61b1860cc3f52aef9036d7235ed1f017632193 (diff)
Merge 6.19-rc5 into char-misc-next
We need the char/misc fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/android')
-rw-r--r--drivers/android/binder/page_range.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/android/binder/page_range.rs b/drivers/android/binder/page_range.rs
index 9379038f61f5..fdd97112ef5c 100644
--- a/drivers/android/binder/page_range.rs
+++ b/drivers/android/binder/page_range.rs
@@ -727,8 +727,5 @@ unsafe extern "C" fn rust_shrink_free_page(
drop(mm);
drop(page);
- // SAFETY: We just unlocked the lru lock, but it should be locked when we return.
- unsafe { bindings::spin_lock(&raw mut (*lru).lock) };
-
LRU_REMOVED_ENTRY
}