Re: [PATCH net-next] qla4xxx: add a missing include

2015-05-27 Thread David Miller
From: Eric Dumazet eric.duma...@gmail.com Date: Tue, 26 May 2015 21:43:44 -0700 From: Eric Dumazet edum...@google.com vmalloc.h used to be included from include/net/inet_hashtables.h but it is no longer the case. Fixes: 095dc8e0c368 (tcp: fix/cleanup inet_ehash_locks_alloc())

Re: [PATCH net-next] qla4xxx: add a missing include

2015-05-27 Thread James Bottomley
On Wed, 2015-05-27 at 14:21 -0400, David Miller wrote: From: Eric Dumazet eric.duma...@gmail.com Date: Tue, 26 May 2015 21:43:44 -0700 From: Eric Dumazet edum...@google.com vmalloc.h used to be included from include/net/inet_hashtables.h but it is no longer the case. Fixes:

Re: [PATCH net-next] qla4xxx: add a missing include

2015-05-27 Thread Eric Dumazet
On Wed, 2015-05-27 at 11:33 -0700, James Bottomley wrote: On Wed, 2015-05-27 at 14:21 -0400, David Miller wrote: Yeah it's easiest if I just apply this to net-next, which I've just done, thanks Eric. Fine with me. There's no point creating cross tree hassle for a simple include problem.

[PATCH net-next] qla4xxx: add a missing include

2015-05-26 Thread Eric Dumazet
From: Eric Dumazet edum...@google.com vmalloc.h used to be included from include/net/inet_hashtables.h but it is no longer the case. Fixes: 095dc8e0c368 (tcp: fix/cleanup inet_ehash_locks_alloc()) Reported-by: kbuild test robot fengguang...@intel.com Signed-off-by: Eric Dumazet