Re: [PATCH] mempool: add missing include

2015-04-09 Thread Arnd Bergmann
On Thursday 09 April 2015 12:31:05 David Rientjes wrote: > On Thu, 9 Apr 2015, Arnd Bergmann wrote: > > > This is a fix^3 for the mempool poisoning patch, which introduces > > a compile-time error on some ARM randconfig builds: > > > > mm/mempool.c: In function 'check_element': > >

Re: [PATCH] mempool: add missing include

2015-04-09 Thread David Rientjes
On Thu, 9 Apr 2015, Arnd Bergmann wrote: > This is a fix^3 for the mempool poisoning patch, which introduces > a compile-time error on some ARM randconfig builds: > > mm/mempool.c: In function 'check_element': > mm/mempool.c:65:16: error: implicit declaration of function 'kmap_atomic' >

[PATCH] mempool: add missing include

2015-04-09 Thread Arnd Bergmann
This is a fix^3 for the mempool poisoning patch, which introduces a compile-time error on some ARM randconfig builds: mm/mempool.c: In function 'check_element': mm/mempool.c:65:16: error: implicit declaration of function 'kmap_atomic' [-Werror=implicit-function-declaration] void *addr =

Re: [PATCH] mempool: add missing include

2015-04-09 Thread David Rientjes
On Thu, 9 Apr 2015, Arnd Bergmann wrote: This is a fix^3 for the mempool poisoning patch, which introduces a compile-time error on some ARM randconfig builds: mm/mempool.c: In function 'check_element': mm/mempool.c:65:16: error: implicit declaration of function 'kmap_atomic'

[PATCH] mempool: add missing include

2015-04-09 Thread Arnd Bergmann
This is a fix^3 for the mempool poisoning patch, which introduces a compile-time error on some ARM randconfig builds: mm/mempool.c: In function 'check_element': mm/mempool.c:65:16: error: implicit declaration of function 'kmap_atomic' [-Werror=implicit-function-declaration] void *addr =

Re: [PATCH] mempool: add missing include

2015-04-09 Thread Arnd Bergmann
On Thursday 09 April 2015 12:31:05 David Rientjes wrote: On Thu, 9 Apr 2015, Arnd Bergmann wrote: This is a fix^3 for the mempool poisoning patch, which introduces a compile-time error on some ARM randconfig builds: mm/mempool.c: In function 'check_element': mm/mempool.c:65:16: