Re: [PATCH 0/2] bitmap_parselist: support 'all' semantics

2021-04-20 Thread Andy Shevchenko
On Mon, Apr 19, 2021 at 05:01:29PM -0700, Yury Norov wrote: > RCU code supports a special group 'all' which selects all bits in a bitmap. > We have recently added 'N' extension for bitmap parse, so that '0-N' would > have exactly the same meaning as 'all'. But because the 'all' is already > used

[PATCH 0/2] bitmap_parselist: support 'all' semantics

2021-04-19 Thread Yury Norov
RCU code supports a special group 'all' which selects all bits in a bitmap. We have recently added 'N' extension for bitmap parse, so that '0-N' would have exactly the same meaning as 'all'. But because the 'all' is already used by RCU, it would be reasonable to support it in core bitmap code as a