Re: Kernel 4.1 hang, apparently in __inet_lookup_established

From: Eric Dumazet
Date: Wed Jan 13 2016 - 11:19:57 EST


On Wed, 2016-01-13 at 11:01 -0500, David Miller wrote:
> From: Eric Dumazet <eric.dumazet@xxxxxxxxx>
> Date: Mon, 11 Jan 2016 13:11:28 -0800
>
> > David, can you make sure ed2e923945892a8372ab70d2f61d364b0b6d9054 is
> > pushed to stable trees (4.1 & 4.2)
>
> It should definitely be there:
>
> [davem@localhost linux-stable]$ git shortlog v4.1.. -- include/net/inet_timewait_sock.h
> David S. Miller (1):
> Merge git://git.kernel.org/.../davem/net
>
> Eric Dumazet (4):
> inet: simplify timewait refcounting
> inet: inet_twsk_deschedule factorization
> tcp/dccp: fix timewait races in timer handling
> net: align sk_refcnt on 128 bytes boundary
>
> Raanan Avargil (1):
> tcp/dccp: fix old style declarations
>

Nothing yet on 4.1.15 and 4.2.8


$ git log --oneline v4.1..v4.1.15 -- include/net/inet_timewait_sock.h
$ git log --oneline v4.1..v4.2.8 -- include/net/inet_timewait_sock.h
$ git log --oneline v4.1..v4.4 -- include/net/inet_timewait_sock.h
26440c835f8b Merge
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
8e5eb54d303b net: align sk_refcnt on 128 bytes boundary
8695a144da9e tcp/dccp: fix old style declarations
ed2e92394589 tcp/dccp: fix timewait races in timer handling
dbe7faa4045e inet: inet_twsk_deschedule factorization
fc01538f9fb7 inet: simplify timewait refcounting
$