Files
ack-tegra/kernel/task_work.c
Alice Ryhl e46a2b688f ANDROID: export symbols needed by Rust Binder
To call these functions from a vendor module, it is necessary to export
them.

The functions file_close_fd and task_work_add are needed to reimplement
binder's `binder_deferred_fd_close` function.

The `zap_page_range_single` function is needed to free pages when
Binder's shrinker runs.

Bug: 388786466
Change-Id: If05030b5a4c0180ff839b6f86ab0b86b87703f2b
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
2025-02-14 05:29:44 -08:00

6.8 KiB