Re: [PATCH v7 05/10] rust: bitmap: add contiguous area operations

From: Burak Emir

Date: Mon Aug 17 2026 - 16:13:54 EST


On Mon, Aug 17, 2026 at 9:04 AM Eliot Courtney <ecourtney@xxxxxxxxxx> wrote:
>
> Add bindings for area operations on bitmaps. Each one is
> made safe by adding some extra checks compared to the underlying C code
> (for example, checking bounds) and with additional checks to catch
> likely erroneous usage if `CONFIG_RUST_BITMAP_HARDENED` is on.
>
> Add tests demonstrating the edge cases.
>
> Signed-off-by: Eliot Courtney <ecourtney@xxxxxxxxxx>

Reviewed-by: Burak Emir <burak.emir@xxxxxxxxx>