Re: [PATCH 2/2] bitmap: sync tools with new bitmap allocation API

2018-07-04 Thread Jiri Olsa
On Sat, Jun 23, 2018 at 10:35:02AM +0300, Yury Norov wrote: > On top of next-20180622 and Andy Shevchenko series: > https://lkml.org/lkml/2018/6/18/841 > > The series mentioned above introduces helpers for bitmap allocation. > tools/ has its own bitmap_alloc() which differs from bitmap_alloc() > p

Re: [PATCH 2/2] bitmap: sync tools with new bitmap allocation API

2018-07-04 Thread Jiri Olsa
On Wed, Jul 04, 2018 at 03:36:17PM +, Dmitry Torokhov wrote: SNIP > > > > diff --git a/tools/include/linux/bitmap.h b/tools/include/linux/bitmap.h > > > > index 48c208437bbd..b9b85b94c937 100644 > > > > --- a/tools/include/linux/bitmap.h > > > > +++ b/tools/include/linux/bitmap.h > > > > @@ -

Re: [PATCH 2/2] bitmap: sync tools with new bitmap allocation API

2018-07-04 Thread Dmitry Torokhov
On Mon, Jun 25, 2018 at 01:45:22AM +0300, Yury Norov wrote: > On Sun, Jun 24, 2018 at 02:31:03PM -0700, Dmitry Torokhov wrote: > > External Email > > > > On Sat, Jun 23, 2018 at 10:35:02AM +0300, Yury Norov wrote: > > > On top of next-20180622 and Andy Shevchenko series: > > > https://lkml.org/lkm

Re: [PATCH 2/2] bitmap: sync tools with new bitmap allocation API

2018-06-25 Thread Arnaldo Carvalho de Melo
Em Sun, Jun 24, 2018 at 02:31:03PM -0700, Dmitry Torokhov escreveu: > On Sat, Jun 23, 2018 at 10:35:02AM +0300, Yury Norov wrote: > > On top of next-20180622 and Andy Shevchenko series: > > https://lkml.org/lkml/2018/6/18/841 > > > > The series mentioned above introduces helpers for bitmap allocat

Re: [PATCH 2/2] bitmap: sync tools with new bitmap allocation API

2018-06-24 Thread Yury Norov
On Sun, Jun 24, 2018 at 02:31:03PM -0700, Dmitry Torokhov wrote: > External Email > > On Sat, Jun 23, 2018 at 10:35:02AM +0300, Yury Norov wrote: > > On top of next-20180622 and Andy Shevchenko series: > > https://lkml.org/lkml/2018/6/18/841 > > > > The series mentioned above introduces helpers fo

Re: [PATCH 2/2] bitmap: sync tools with new bitmap allocation API

2018-06-24 Thread Dmitry Torokhov
On Sat, Jun 23, 2018 at 10:35:02AM +0300, Yury Norov wrote: > On top of next-20180622 and Andy Shevchenko series: > https://lkml.org/lkml/2018/6/18/841 > > The series mentioned above introduces helpers for bitmap allocation. > tools/ has its own bitmap_alloc() which differs from bitmap_alloc() > p

[PATCH 2/2] bitmap: sync tools with new bitmap allocation API

2018-06-23 Thread Yury Norov
On top of next-20180622 and Andy Shevchenko series: https://lkml.org/lkml/2018/6/18/841 The series mentioned above introduces helpers for bitmap allocation. tools/ has its own bitmap_alloc() which differs from bitmap_alloc() proposed in new kernel API, and is equivalent to bitmap_zalloc(). In this