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.

Note there are other drivers to fix, I'll try to submit patches for
them.


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 
> Date: Tue, 26 May 2015 21:43:44 -0700
> 
> > From: Eric Dumazet 
> > 
> > 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 
> > Signed-off-by: Eric Dumazet 
> > ---
> > Given its broken in David net-next tree, its probably simpler
> > that David merges this fix directly ? Thanks !
> 
> 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.

James



--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2015-05-27 Thread David Miller
From: Eric Dumazet 
Date: Tue, 26 May 2015 21:43:44 -0700

> From: Eric Dumazet 
> 
> 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 
> Signed-off-by: Eric Dumazet 
> ---
> Given its broken in David net-next tree, its probably simpler
> that David merges this fix directly ? Thanks !

Yeah it's easiest if I just apply this to net-next, which I've just done,
thanks Eric.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html