Re: [PATCH v7 05/10] rust: bitmap: add contiguous area operations
Burak Emir <[email protected]>
| Newsgroups | gmane.linux.kernel.rust,gmane.linux.kernel,gmane.comp.video.dri.devel |
|---|---|
| Message-ID | <CABwQupNAv1bpPF_J9owrHaENx9O2Gt1spaz8HNHyDy+uBXzKng@mail.gmail.com> |
On Mon, Aug 17, 2026 at 9:04 AM Eliot Courtney <[email protected]> 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 <[email protected]> Reviewed-by: Burak Emir <[email protected]>