Commit Graph

5 Commits

Author SHA1 Message Date
ssfdust 44e5ba79f5 Fixes for kernel 6.8 2024-02-10 08:49:38 +01:00
ssfdust 13a93a4f7c Fix for kernel 6.7+
* Use shrinker pointer instead of shrink struct for 6.7+, due to the `shrinker_alloc` function always return the pointer.
* Most of the codes are stolen from drivers/android/binder_alloc.c
2024-01-13 21:57:08 +01:00
TheSola10 abead1debf Fixes for kernel 6.3+ 2023-06-18 16:49:05 +02:00
zhanghua000 cd66055f6d Fix build on 6.0 kernel 2022-10-28 15:22:16 +02:00
Christian Hoff 0338a34979 Update binder to the latest version
Over the last years, many fixes and changes have been applied to
Binder in the Linux kernel, but these fixes were never backported
to anbox-modules. The meant that the version of Binder in anbox-modules
was very outdated.

With this commit, Binder has been update to the latest state from
the Linux kernel. This should also fix the compile on kernel 5.12
and later.
2021-09-26 18:54:51 +02:00