Re: [PATCH v7 2/5] lib/test_bitmap: add tests for bitmap_{read,write}()

From: Andy Shevchenko
Date: Wed Oct 11 2023 - 14:03:20 EST


On Wed, Oct 11, 2023 at 07:28:32PM +0200, Alexander Potapenko wrote:
> Add basic tests ensuring that values can be added at arbitrary positions
> of the bitmap, including those spanning into the adjacent unsigned
> longs.

Would be nice to have an additional test like

bitmap_write(..., 33 /* or anything > 32 */);

This will require ifdeffery. So at least this code may warn users about corner
cases in the agnostic code.

--
With Best Regards,
Andy Shevchenko