[PATCH v5 0/2] Rust netlink support + use in Rust Binder

Alice Ryhl posted 2 patches 2 weeks ago
There is a newer version of this series
drivers/android/Kconfig                    |   2 +-
drivers/android/binder/netlink.rs          | 110 ++++++++++
drivers/android/binder/rust_binder_main.rs |   8 +-
drivers/android/binder/thread.rs           |  10 +
drivers/android/binder/transaction.rs      |  40 ++++
rust/bindings/bindings_helper.h            |   3 +
rust/helpers/genetlink.c                   |  46 ++++
rust/helpers/helpers.c                     |   1 +
rust/kernel/lib.rs                         |   1 +
rust/kernel/netlink.rs                     | 336 +++++++++++++++++++++++++++++
rust/uapi/uapi_helper.h                    |   1 +
11 files changed, 555 insertions(+), 3 deletions(-)