[PATCH 0/2] Use Rust Bitmap from Rust Binder driver

Alice Ryhl posted 2 patches 3 months, 2 weeks ago
There is a newer version of this series
drivers/android/binder/process.rs | 110 +++++++++++++++++++++++++++++++-------
rust/kernel/bitmap.rs             |  16 ++++--
2 files changed, 101 insertions(+), 25 deletions(-)
[PATCH 0/2] Use Rust Bitmap from Rust Binder driver
Posted by Alice Ryhl 3 months, 2 weeks ago
See commit message for rust binder commit for details.

Signed-off-by: Alice Ryhl <aliceryhl@google.com>
---
Alice Ryhl (2):
      rust: bitmap: add MAX_LEN and NO_ALLOC_MAX_LEN constants
      rust_binder: use bitmap for allocation of handles

 drivers/android/binder/process.rs | 110 +++++++++++++++++++++++++++++++-------
 rust/kernel/bitmap.rs             |  16 ++++--
 2 files changed, 101 insertions(+), 25 deletions(-)
---
base-commit: 211ddde0823f1442e4ad052a2f30f050145ccada
change-id: 20251007-binder-bitmap-5aa0d966fb1f

Best regards,
-- 
Alice Ryhl <aliceryhl@google.com>