[PATCH 7/7] cpumask: don't calculate length of the input string

2019-09-08 Thread Yury Norov
New design of inner bitmap_parse() allows to avoid calculating the size of a null-terminated string. Reviewed-by: Andy Shevchenko Signed-off-by: Yury Norov --- include/linux/cpumask.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/linux/cpumask.h

[PATCH 7/7] cpumask: don't calculate length of the input string

2019-07-21 Thread Yury Norov
>From Yury Norov New design of inner bitmap_parse() allows to avoid calculating the size of a null-terminated string. Reviewed-by: Andy Shevchenko Signed-off-by: Yury Norov Signed-off-by: Yury Norov --- include/linux/cpumask.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff

Re: [PATCH 7/7] cpumask: don't calculate length of the input string

2019-05-08 Thread Andy Shevchenko
On Tue, Apr 30, 2019 at 06:06:36PM -0700, Yury Norov wrote: > New design of inner bitmap_parse() allows to avoid > calculating the size of a null-terminated string. > FWIW, Reviewed-by: Andy Shevchenko > Signed-off-by: Yury Norov > --- > include/linux/cpumask.h | 4 +--- > 1 file changed, 1

[PATCH 7/7] cpumask: don't calculate length of the input string

2019-04-30 Thread Yury Norov
New design of inner bitmap_parse() allows to avoid calculating the size of a null-terminated string. Signed-off-by: Yury Norov --- include/linux/cpumask.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h index