[packages/kernel] update binder patch
atler
atler at pld-linux.org
Fri Apr 4 16:29:14 CEST 2025
commit 0932b9800296b538b6a1a17458b877ee7727d819
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Apr 4 15:07:30 2025 +0200
update binder patch
android-enable-building-binder-as-module.patch | 28 ++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
---
diff --git a/android-enable-building-binder-as-module.patch b/android-enable-building-binder-as-module.patch
index dc3f2dbe..14fcec72 100644
--- a/android-enable-building-binder-as-module.patch
+++ b/android-enable-building-binder-as-module.patch
@@ -137,3 +137,31 @@
/**
* zap_vma_ptes - remove ptes mapping the vma
+--- linux-6.14/mm/memory.c.orig 2025-04-04 12:37:07.313526117 +0200
++++ linux-6.14/mm/memory.c 2025-04-04 15:02:23.096531325 +0200
+@@ -6395,6 +6395,7 @@
+ count_vm_vma_lock_event(VMA_LOCK_ABORT);
+ return NULL;
+ }
++EXPORT_SYMBOL_GPL(lock_vma_under_rcu);
+ #endif /* CONFIG_PER_VMA_LOCK */
+
+ #ifndef __PAGETABLE_P4D_FOLDED
+--- linux-6.14/mm/list_lru.c.orig 2025-03-24 15:02:41.000000000 +0100
++++ linux-6.14/mm/list_lru.c 2025-04-04 15:00:26.574714908 +0200
+@@ -175,6 +175,7 @@
+ unlock_list_lru(l, false);
+ return false;
+ }
++EXPORT_SYMBOL_GPL(list_lru_add);
+
+ bool list_lru_add_obj(struct list_lru *lru, struct list_head *item)
+ {
+@@ -212,6 +213,7 @@
+ unlock_list_lru(l, false);
+ return false;
+ }
++EXPORT_SYMBOL_GPL(list_lru_del);
+
+ bool list_lru_del_obj(struct list_lru *lru, struct list_head *item)
+ {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/a6a854a701bee200b2d294d6e251030e50997e04
More information about the pld-cvs-commit
mailing list