linux/drivers/android/binder
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
node
range_alloc rust: rbtree: add immutable cursor 2025-11-16 21:56:57 +01:00
allocation.rs
context.rs rust_binder: fix needless borrow in context.rs 2026-02-03 12:58:29 +01:00
deferred_close.rs
defs.rs
error.rs rust_binder: use kernel::fmt 2025-10-20 04:04:23 +02:00
freeze.rs Rust changes for v6.19 2025-12-03 14:16:49 -08:00
Makefile
node.rs rust_binder: add binder_transaction tracepoint 2025-12-29 12:14:52 +01:00
page_range.rs rust_binder: remove spin_lock() in rust_shrink_free_page() 2025-12-29 11:34:16 +01:00
page_range_helper.c
page_range_helper.h
process.rs drivers: android: binder: Update ARef imports from sync::aref 2026-02-03 12:58:36 +01:00
rust_binder.h rust_binder: return p from rust_binder_transaction_target_node() 2026-02-03 13:10:07 +01:00
rust_binder_events.c
rust_binder_events.h rust_binder: add binder_transaction tracepoint 2025-12-29 12:14:52 +01:00
rust_binder_internal.h
rust_binder_main.rs Char/Misc/IIO driver changes for 7.0-rc1 2026-02-17 09:11:04 -08:00
rust_binderfs.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
stats.rs rust_binder: Switch to kernel::sync atomic primitives 2026-01-09 19:01:41 +08:00
thread.rs Char/Misc/IIO driver changes for 7.0-rc1 2026-02-17 09:11:04 -08:00
trace.rs rust_binder: add binder_transaction tracepoint 2025-12-29 12:14:52 +01:00
transaction.rs Char/Misc/IIO driver changes for 7.0-rc1 2026-02-17 09:11:04 -08:00