[PATCH 6/7] lib: new testcases for bitmap_parse{_user}

2019-09-08 Thread Yury Norov
New version of bitmap_parse() is unified with bitmap_parse_list(), and therefore: - weakens rules on whitespaces and commas between hex chunks; - in addition to \0 allows using \n as the line ending symbol; - allows passing UINT_MAX or any other big number as the length of input string instea

[PATCH 6/7] lib: new testcases for bitmap_parse{_user}

2019-07-21 Thread Yury Norov
>From Yury Norov New version of bitmap_parse() is unified with bitmap_parse_list(), and therefore: - weakens rules on whitespaces and commas between hex chunks; - in addition to \0 allows using \n as the line ending symbol; - allows passing UINT_MAX or any other big number as the length of

Re: [PATCH 6/7] lib: new testcases for bitmap_parse{_user}

2019-05-08 Thread Andy Shevchenko
On Tue, Apr 30, 2019 at 06:06:35PM -0700, Yury Norov wrote: > New version of bitmap_parse() is unified with bitmap_parse_list(), > and therefore: > - weakens rules on whitespaces and commas between hex chunks; > - in addition to \0 allows using \n as the line ending symbol; > - allows passing UI

[PATCH 6/7] lib: new testcases for bitmap_parse{_user}

2019-04-30 Thread Yury Norov
New version of bitmap_parse() is unified with bitmap_parse_list(), and therefore: - weakens rules on whitespaces and commas between hex chunks; - in addition to \0 allows using \n as the line ending symbol; - allows passing UINT_MAX or any other big number as the length of input string instea