Re: [PATCH 1/2] bitmap_parse: support 'all' semantics

2021-04-20 Thread Yury Norov
On Tue, Apr 20, 2021 at 01:17:52PM +0300, Andy Shevchenko wrote: > On Mon, Apr 19, 2021 at 05:01:30PM -0700, Yury Norov wrote: > > RCU code supports an 'all' group as a special case when parsing > > rcu_nocbs parameter. This patch moves the 'all' support to the core > > bitmap_parse code, so that a

Re: [PATCH 1/2] bitmap_parse: support 'all' semantics

2021-04-20 Thread Andy Shevchenko
On Mon, Apr 19, 2021 at 05:01:30PM -0700, Yury Norov wrote: > RCU code supports an 'all' group as a special case when parsing > rcu_nocbs parameter. This patch moves the 'all' support to the core > bitmap_parse code, so that all bitmap users can enjoy this extension. > > Moving 'all' parsing to a

[PATCH 1/2] bitmap_parse: support 'all' semantics

2021-04-19 Thread Yury Norov
RCU code supports an 'all' group as a special case when parsing rcu_nocbs parameter. This patch moves the 'all' support to the core bitmap_parse code, so that all bitmap users can enjoy this extension. Moving 'all' parsing to a bitmap_parse level, also allows users to pass patterns together with '