nuttx/drivers/binder
cuiziwei 879db5f817 drivers/binder: Rename BIOC_FLUSH to BINDER_FLUSH to avoid conflict with system flush.
1. revert 4946904, This patch is to solve the crash problem caused by reboot operation. The phenomenon is: when reboot operation is executed, the system will call binder_flush, which will cause the use after free to be called when proc is destroyed.

2. Now, we can rename BIOC_FLUSH to BINDER_FLUSH to avoid system call binder_flush.

3. why revert 4946904, because when we set looper_need_return in advance, it will cause the child thread of the binder thread pool to be unable to exit when it really wants to exit.

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
2026-04-27 09:57:15 +08:00
..
CMakeLists.txt mm: Fix some typos 2026-04-21 01:12:20 +08:00
Kconfig drivers/binder: replace alloc with mm_heap. 2026-04-21 01:27:44 +08:00
Make.defs mm: Fix some typos 2026-04-21 01:12:20 +08:00
binder.c drivers/binder: Rename BIOC_FLUSH to BINDER_FLUSH to avoid conflict with system flush. 2026-04-27 09:57:15 +08:00
binder_alloc.c binder: add BINDER_DUMP ioctl to support dumpsys command. 2026-04-21 01:34:16 +08:00
binder_internal.h binder: add BINDER_DUMP ioctl to support dumpsys command. 2026-04-21 01:34:16 +08:00
binder_node.c binder: fix build error with clang 2026-04-21 01:34:35 +08:00
binder_ref.c binder: add BINDER_DUMP ioctl to support dumpsys command. 2026-04-21 01:34:16 +08:00
binder_sched.c binder: add BINDER_DUMP ioctl to support dumpsys command. 2026-04-21 01:34:16 +08:00
binder_thread.c binder: add BINDER_DUMP ioctl to support dumpsys command. 2026-04-21 01:34:16 +08:00
binder_trans.c binder: add BINDER_DUMP ioctl to support dumpsys command. 2026-04-21 01:34:16 +08:00