[PATCH 3/7] lib: add test for bitmap_parse()

2019-09-08 Thread Yury Norov
The test is derived from bitmap_parselist() NO_LEN is reserved for use in following patches. Reviewed-by: Andy Shevchenko Signed-off-by: Yury Norov --- lib/test_bitmap.c | 94 ++- 1 file changed, 93 insertions(+), 1 deletion(-) diff --git

[PATCH 3/7] lib: add test for bitmap_parse()

2019-07-21 Thread Yury Norov
>From Yury Norov The test is derived from bitmap_parselist() NO_LEN is reserved for use in following patches. Reviewed-by: Andy Shevchenko Signed-off-by: Yury Norov Signed-off-by: Yury Norov --- lib/test_bitmap.c | 94 ++- 1 file changed, 93

Re: [PATCH 3/7] lib: add test for bitmap_parse()

2019-05-08 Thread Andy Shevchenko
On Tue, Apr 30, 2019 at 06:06:32PM -0700, Yury Norov wrote: > The test is derived from bitmap_parselist() > NO_LEN is reserved for use in following patches. > Reviewed-by: Andy Shevchenko > Signed-off-by: Yury Norov > --- > lib/test_bitmap.c | 94

[PATCH 3/7] lib: add test for bitmap_parse()

2019-04-30 Thread Yury Norov
The test is derived from bitmap_parselist() NO_LEN is reserved for use in following patches. Signed-off-by: Yury Norov --- lib/test_bitmap.c | 94 ++- 1 file changed, 93 insertions(+), 1 deletion(-) diff --git a/lib/test_bitmap.c b/lib/test_bitmap.c