Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-22 Thread Michael Ellerman
Peter Zijlstra writes: > On Tue, Jan 17, 2017 at 02:07:36PM +0100, Vlastimil Babka wrote: > >> Anyway I'm not sure if this patch is safe. Hopefully Peter can judge >> this better... >> >> > Cc: Vlastimil Babka >> > Signed-off-by: Stafford Horne

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-22 Thread Michael Ellerman
Peter Zijlstra writes: > On Tue, Jan 17, 2017 at 02:07:36PM +0100, Vlastimil Babka wrote: > >> Anyway I'm not sure if this patch is safe. Hopefully Peter can judge >> this better... >> >> > Cc: Vlastimil Babka >> > Signed-off-by: Stafford Horne >> > --- >> > init/main.c | 3 +-- >> > 1 file

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-19 Thread Mel Gorman
On Thu, Jan 19, 2017 at 09:28:28AM +0100, Vlastimil Babka wrote: > On 01/17/2017 09:49 PM, Vlastimil Babka wrote: > > On 17.1.2017 21:34, Andrew Morton wrote: > > Will you be able to look into that? Openrisc doesnt have jump_label > support, so its no issue at the moment. > >

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-19 Thread Mel Gorman
On Thu, Jan 19, 2017 at 09:28:28AM +0100, Vlastimil Babka wrote: > On 01/17/2017 09:49 PM, Vlastimil Babka wrote: > > On 17.1.2017 21:34, Andrew Morton wrote: > > Will you be able to look into that? Openrisc doesnt have jump_label > support, so its no issue at the moment. > >

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-19 Thread Vlastimil Babka
On 01/17/2017 09:49 PM, Vlastimil Babka wrote: > On 17.1.2017 21:34, Andrew Morton wrote: Will you be able to look into that? Openrisc doesnt have jump_label support, so its no issue at the moment. Archs that do have it: arch/arm64/Kconfig: select

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-19 Thread Vlastimil Babka
On 01/17/2017 09:49 PM, Vlastimil Babka wrote: > On 17.1.2017 21:34, Andrew Morton wrote: Will you be able to look into that? Openrisc doesnt have jump_label support, so its no issue at the moment. Archs that do have it: arch/arm64/Kconfig: select

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-17 Thread Vlastimil Babka
On 17.1.2017 21:34, Andrew Morton wrote: >>> >>> Will you be able to look into that? Openrisc doesnt have jump_label >>> support, so its no issue at the moment. >>> >>> Archs that do have it: >>> >>> arch/arm64/Kconfig: select HAVE_ARCH_JUMP_LABEL >>> arch/mips/Kconfig: select

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-17 Thread Vlastimil Babka
On 17.1.2017 21:34, Andrew Morton wrote: >>> >>> Will you be able to look into that? Openrisc doesnt have jump_label >>> support, so its no issue at the moment. >>> >>> Archs that do have it: >>> >>> arch/arm64/Kconfig: select HAVE_ARCH_JUMP_LABEL >>> arch/mips/Kconfig: select

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-17 Thread Andrew Morton
> > > > Will you be able to look into that? Openrisc doesnt have jump_label > > support, so its no issue at the moment. > > > > Archs that do have it: > > > > arch/arm64/Kconfig: select HAVE_ARCH_JUMP_LABEL > > arch/mips/Kconfig: select HAVE_ARCH_JUMP_LABEL > > arch/s390/Kconfig:

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-17 Thread Andrew Morton
> > > > Will you be able to look into that? Openrisc doesnt have jump_label > > support, so its no issue at the moment. > > > > Archs that do have it: > > > > arch/arm64/Kconfig: select HAVE_ARCH_JUMP_LABEL > > arch/mips/Kconfig: select HAVE_ARCH_JUMP_LABEL > > arch/s390/Kconfig:

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-17 Thread Vlastimil Babka
On 01/17/2017 03:30 PM, Stafford Horne wrote: > On Tue, Jan 17, 2017 at 02:44:54PM +0100, Peter Zijlstra wrote: >> On Tue, Jan 17, 2017 at 02:07:36PM +0100, Vlastimil Babka wrote: >> >>> Anyway I'm not sure if this patch is safe. Hopefully Peter can judge >>> this better... >>> Cc: Vlastimil

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-17 Thread Vlastimil Babka
On 01/17/2017 03:30 PM, Stafford Horne wrote: > On Tue, Jan 17, 2017 at 02:44:54PM +0100, Peter Zijlstra wrote: >> On Tue, Jan 17, 2017 at 02:07:36PM +0100, Vlastimil Babka wrote: >> >>> Anyway I'm not sure if this patch is safe. Hopefully Peter can judge >>> this better... >>> Cc: Vlastimil

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-17 Thread Stafford Horne
On Tue, Jan 17, 2017 at 02:44:54PM +0100, Peter Zijlstra wrote: > On Tue, Jan 17, 2017 at 02:07:36PM +0100, Vlastimil Babka wrote: > > > Anyway I'm not sure if this patch is safe. Hopefully Peter can judge > > this better... > > > > > Cc: Vlastimil Babka > > > Signed-off-by:

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-17 Thread Stafford Horne
On Tue, Jan 17, 2017 at 02:44:54PM +0100, Peter Zijlstra wrote: > On Tue, Jan 17, 2017 at 02:07:36PM +0100, Vlastimil Babka wrote: > > > Anyway I'm not sure if this patch is safe. Hopefully Peter can judge > > this better... > > > > > Cc: Vlastimil Babka > > > Signed-off-by: Stafford Horne > >

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-17 Thread Peter Zijlstra
On Tue, Jan 17, 2017 at 02:07:36PM +0100, Vlastimil Babka wrote: > Anyway I'm not sure if this patch is safe. Hopefully Peter can judge > this better... > > > Cc: Vlastimil Babka > > Signed-off-by: Stafford Horne > > --- > > init/main.c | 3 +-- > > 1 file

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-17 Thread Peter Zijlstra
On Tue, Jan 17, 2017 at 02:07:36PM +0100, Vlastimil Babka wrote: > Anyway I'm not sure if this patch is safe. Hopefully Peter can judge > this better... > > > Cc: Vlastimil Babka > > Signed-off-by: Stafford Horne > > --- > > init/main.c | 3 +-- > > 1 file changed, 1 insertion(+), 2

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-17 Thread Vlastimil Babka
[+CC PeterZ] On 01/17/2017 01:56 PM, Stafford Horne wrote: > A recent change in -next introduced static_keys in init zonelists, > details are: > > Author: Vlastimil Babka > Date: Thu Jan 12 12:19:03 2017 +1100 > commit f5adbdff6a1c40e19 ("mm, page_alloc: convert >

Re: [PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-17 Thread Vlastimil Babka
[+CC PeterZ] On 01/17/2017 01:56 PM, Stafford Horne wrote: > A recent change in -next introduced static_keys in init zonelists, > details are: > > Author: Vlastimil Babka > Date: Thu Jan 12 12:19:03 2017 +1100 > commit f5adbdff6a1c40e19 ("mm, page_alloc: convert >

[PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-17 Thread Stafford Horne
A recent change in -next introduced static_keys in init zonelists, details are: Author: Vlastimil Babka Date: Thu Jan 12 12:19:03 2017 +1100 commit f5adbdff6a1c40e19 ("mm, page_alloc: convert page_group_by_mobility_disable to static key") This causes the following

[PATCH -next] init/main: Init jump_labels before they are used to build zonelists

2017-01-17 Thread Stafford Horne
A recent change in -next introduced static_keys in init zonelists, details are: Author: Vlastimil Babka Date: Thu Jan 12 12:19:03 2017 +1100 commit f5adbdff6a1c40e19 ("mm, page_alloc: convert page_group_by_mobility_disable to static key") This causes the following warning in openrisc