Re: [PATCH v10 0/5] rust: adds Bitmap API, ID pool and bindings

From: Burak Emir
Date: Mon Jun 02 2025 - 09:48:49 EST


Sorry for the spam, please ignore this version. Had to fix one more
typo in Kconfig.

On Mon, Jun 2, 2025 at 3:36 PM Burak Emir <bqe@xxxxxxxxxx> wrote:
>
> This series adds a Rust bitmap API for porting the approach from
> commit 15d9da3f818c ("binder: use bitmap for faster descriptor lookup")
> to Rust. The functionality in dbitmap.h makes use of bitmap and bitops.