Re: [PATCH] lib/genalloc.c: include vmalloc.h

2019-01-10 Thread Andrew Morton
On Thu, 10 Jan 2019 14:13:44 +0100 peter enderborg wrote: > On 1/7/19 11:56 PM, Andrew Morton wrote: > > On Sat, 5 Jan 2019 13:35:33 -0800 Linus Torvalds > > wrote: > > > >> On Sat, Jan 5, 2019 at 1:21 PM Olof Johansson wrote: > >>> Fixes build break on most ARM/ARM64 defconfigs: > >> Interes

Re: [PATCH] lib/genalloc.c: include vmalloc.h

2019-01-10 Thread peter enderborg
On 1/7/19 11:56 PM, Andrew Morton wrote: > On Sat, 5 Jan 2019 13:35:33 -0800 Linus Torvalds > wrote: > >> On Sat, Jan 5, 2019 at 1:21 PM Olof Johansson wrote: >>> Fixes build break on most ARM/ARM64 defconfigs: >> Interesting. >> >> Andrew, I thought ARM was one of the platforms that your tree c

Re: [PATCH] lib/genalloc.c: include vmalloc.h

2019-01-07 Thread Andrew Morton
On Sat, 5 Jan 2019 13:35:33 -0800 Linus Torvalds wrote: > On Sat, Jan 5, 2019 at 1:21 PM Olof Johansson wrote: > > > > Fixes build break on most ARM/ARM64 defconfigs: > > Interesting. > > Andrew, I thought ARM was one of the platforms that your tree compiled > against? Or was some other chang

Re: [PATCH] lib/genalloc.c: include vmalloc.h

2019-01-05 Thread Olof Johansson
On Sat, Jan 5, 2019 at 1:35 PM Linus Torvalds wrote: > > On Sat, Jan 5, 2019 at 1:21 PM Olof Johansson wrote: > > > > Fixes build break on most ARM/ARM64 defconfigs: > > Interesting. > > Andrew, I thought ARM was one of the platforms that your tree compiled > against? Or was some other change jus

Re: [PATCH] lib/genalloc.c: include vmalloc.h

2019-01-05 Thread Linus Torvalds
On Sat, Jan 5, 2019 at 1:21 PM Olof Johansson wrote: > > Fixes build break on most ARM/ARM64 defconfigs: Interesting. Andrew, I thought ARM was one of the platforms that your tree compiled against? Or was some other change just hiding this? Anyway, I'll apply as soon as the previous build test

[PATCH] lib/genalloc.c: include vmalloc.h

2019-01-05 Thread Olof Johansson
Fixes build break on most ARM/ARM64 defconfigs: lib/genalloc.c: In function 'gen_pool_add_virt': lib/genalloc.c:190:10: error: implicit declaration of function 'vzalloc_node'; did you mean 'kzalloc_node'? lib/genalloc.c:190:8: warning: assignment to 'struct gen_pool_chunk *' from 'int' makes poi