[PATCH 3/8] lib: test_bitmap: add more start-end:offset/len tests

2021-02-21 Thread Paul Gortmaker
There are inputs to bitmap_parselist() that would probably never be entered manually by a person, but might result from some kind of automated input generator. Things like ranges of length 1, or group lengths longer than nbits, overlaps, or offsets of zero. Adding these tests serve two purposes:

[PATCH 3/8] lib: test_bitmap: add more start-end:offset/len tests

2021-02-09 Thread Paul Gortmaker
There are inputs to bitmap_parselist() that would probably never be entered manually by a person, but might result from some kind of automated input generator. Things like ranges of length 1, or group lengths longer than nbits, overlaps, or offsets of zero. Adding these tests serve two purposes: