Re: [PATCH 3/4] ndctl: switch to tools/include/linux/{kernel, list, bitmap}.h

2017-07-27 Thread Ingo Molnar
* Dan Williams wrote: > On Wed, Jul 26, 2017 at 10:19 AM, Ingo Molnar wrote: > > > > * Dan Williams wrote: > > > >> On Wed, Jul 26, 2017 at 4:29 AM, Ingo Molnar wrote: > >> > > >> > * Dan Williams wrote: > >> > > >> >> On Tue, Jul 25, 2017 at 4:55 PM, Arnaldo Carvalho de Melo > >> >> wrote:

Re: [PATCH 3/4] ndctl: switch to tools/include/linux/{kernel, list, bitmap}.h

2017-07-26 Thread Dan Williams
On Wed, Jul 26, 2017 at 10:57 AM, Arnaldo Carvalho de Melo wrote: > Em Wed, Jul 26, 2017 at 10:31:48AM -0700, Dan Williams escreveu: >> On Wed, Jul 26, 2017 at 10:19 AM, Ingo Molnar wrote: >> > * Dan Williams wrote: >> >> On Wed, Jul 26, 2017 at 4:29 AM, Ingo Molnar wrote: >> > which I could in

Re: [PATCH 3/4] ndctl: switch to tools/include/linux/{kernel, list, bitmap}.h

2017-07-26 Thread Arnaldo Carvalho de Melo
Em Wed, Jul 26, 2017 at 10:31:48AM -0700, Dan Williams escreveu: > On Wed, Jul 26, 2017 at 10:19 AM, Ingo Molnar wrote: > > * Dan Williams wrote: > >> On Wed, Jul 26, 2017 at 4:29 AM, Ingo Molnar wrote: > > which I could initially mistake for a commit about scheduler completions ;-) > > > > Or:

Re: [PATCH 3/4] ndctl: switch to tools/include/linux/{kernel, list, bitmap}.h

2017-07-26 Thread Dan Williams
On Wed, Jul 26, 2017 at 10:19 AM, Ingo Molnar wrote: > > * Dan Williams wrote: > >> On Wed, Jul 26, 2017 at 4:29 AM, Ingo Molnar wrote: >> > >> > * Dan Williams wrote: >> > >> >> On Tue, Jul 25, 2017 at 4:55 PM, Arnaldo Carvalho de Melo >> >> wrote: >> >> > Em Tue, Jul 25, 2017 at 03:36:26PM -

Re: [PATCH 3/4] ndctl: switch to tools/include/linux/{kernel, list, bitmap}.h

2017-07-26 Thread Ingo Molnar
* Dan Williams wrote: > On Wed, Jul 26, 2017 at 4:29 AM, Ingo Molnar wrote: > > > > * Dan Williams wrote: > > > >> On Tue, Jul 25, 2017 at 4:55 PM, Arnaldo Carvalho de Melo > >> wrote: > >> > Em Tue, Jul 25, 2017 at 03:36:26PM -0700, Dan Williams escreveu: > >> >> Replace the ccan implementat

Re: [PATCH 3/4] ndctl: switch to tools/include/linux/{kernel, list, bitmap}.h

2017-07-26 Thread Dan Williams
On Wed, Jul 26, 2017 at 4:29 AM, Ingo Molnar wrote: > > * Dan Williams wrote: > >> On Tue, Jul 25, 2017 at 4:55 PM, Arnaldo Carvalho de Melo >> wrote: >> > Em Tue, Jul 25, 2017 at 03:36:26PM -0700, Dan Williams escreveu: >> >> Replace the ccan implementation of list primitives, bitmap helpers an

Re: [PATCH 3/4] ndctl: switch to tools/include/linux/{kernel, list, bitmap}.h

2017-07-26 Thread Ingo Molnar
* Dan Williams wrote: > On Tue, Jul 25, 2017 at 4:55 PM, Arnaldo Carvalho de Melo > wrote: > > Em Tue, Jul 25, 2017 at 03:36:26PM -0700, Dan Williams escreveu: > >> Replace the ccan implementation of list primitives, bitmap helpers and > >> small utility macros with the common definitions avail

Re: [PATCH 3/4] ndctl: switch to tools/include/linux/{kernel, list, bitmap}.h

2017-07-25 Thread Dan Williams
On Tue, Jul 25, 2017 at 4:55 PM, Arnaldo Carvalho de Melo wrote: > Em Tue, Jul 25, 2017 at 03:36:26PM -0700, Dan Williams escreveu: >> Replace the ccan implementation of list primitives, bitmap helpers and >> small utility macros with the common definitions available in >> tool/include/linux. > >

Re: [PATCH 3/4] ndctl: switch to tools/include/linux/{kernel, list, bitmap}.h

2017-07-25 Thread Arnaldo Carvalho de Melo
Em Tue, Jul 25, 2017 at 03:36:26PM -0700, Dan Williams escreveu: > Replace the ccan implementation of list primitives, bitmap helpers and > small utility macros with the common definitions available in > tool/include/linux. You should first add what you need in separate patches, paving the way to

[PATCH 3/4] ndctl: switch to tools/include/linux/{kernel, list, bitmap}.h

2017-07-25 Thread Dan Williams
Replace the ccan implementation of list primitives, bitmap helpers and small utility macros with the common definitions available in tool/include/linux. Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Cc: Alexander Shishkin Signed-off-by: Dan Williams --- tools/include/linux/