linux-imx/rust
Alice Ryhl 62297a33bc ANDROID: rust: security: mark Rust wrappers of security_binder_* inline
This prevents Rust from generating Rust symbols that are just trivial
wrappers around the underlying C symbols.

	$ nm vmlinux | grep ' _R.*security..binder' | rustfilt
	ffffffc0807829b0 T kernel::security::binder_transaction
	ffffffc080782ad0 T kernel::security::binder_transfer_file
	ffffffc080782920 T kernel::security::binder_set_context_mgr
	ffffffc080782a40 T kernel::security::binder_transfer_binder

This is a follow-up to aosp/3477716.

Bug: 403200195
Change-Id: I08e127243f7da354d09adb937b3f1d6ebeee751c
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
2025-03-16 08:49:58 -07:00
..
bindings ANDROID: ashmem_rust: add memfd ioctls 2025-03-04 11:43:11 -08:00
helpers ANDROID: ashmem_rust: add memfd ioctls 2025-03-04 11:43:11 -08:00
kernel ANDROID: rust: security: mark Rust wrappers of security_binder_* inline 2025-03-16 08:49:58 -07:00
macros rust: macros: fix documentation of the paste! macro 2024-12-05 14:02:21 +01:00
uapi ANDROID: rust: make binder uapi available to Rust 2025-02-14 05:29:44 -08:00
.gitignore rust: support running Rust documentation tests as KUnit ones 2023-07-19 09:32:53 -06:00
bindgen_parameters rust: fix ARCH_SLAB_MINALIGN multiple definition error 2024-09-26 17:52:35 +02:00
build_error.rs rust: add build_error crate 2022-12-04 01:59:16 +01:00
compiler_builtins.rs rust: add intrinsics to fix -Os builds 2024-08-10 00:05:10 +02:00
exports.c Revert "ANDROID: Allow MODVERSIONS + Rust with no symbol export" 2025-01-14 00:20:38 -08:00
Makefile Merge 6.12.16 into android16-6.12 2025-02-26 08:21:26 -08:00