[PATCH v6 0/3] Rust netlink support + use in Rust Binder

Alice Ryhl posted 3 patches 1 week, 2 days ago
MAINTAINERS                                |   2 +
drivers/android/Kconfig                    |   2 +-
drivers/android/binder/netlink.rs          | 117 ++++++++++
drivers/android/binder/rust_binder_main.rs |   8 +-
drivers/android/binder/thread.rs           |  11 +-
drivers/android/binder/transaction.rs      |  40 ++++
rust/bindings/bindings_helper.h            |   3 +
rust/helpers/helpers.c                     |   1 +
rust/helpers/net/genetlink.c               |  46 ++++
rust/kernel/{net.rs => net/mod.rs}         |   2 +
rust/kernel/net/netlink.rs                 | 337 +++++++++++++++++++++++++++++
rust/uapi/uapi_helper.h                    |   1 +
12 files changed, 566 insertions(+), 4 deletions(-)