Re: Problems with /proc/net/tcp6 - possible bug - ipv6

From: David Miller
Date: Mon Jan 24 2011 - 17:41:29 EST


From: Eric Dumazet <eric.dumazet@xxxxxxxxx>
Date: Sat, 22 Jan 2011 16:15:44 +0100

> [PATCH] tcp: fix bug in listening_get_next()
>
> commit a8b690f98baf9fb19 (tcp: Fix slowness in read /proc/net/tcp)
> introduced a bug in handling of SYN_RECV sockets.
>
> st->offset represents number of sockets found since beginning of
> listening_hash[st->bucket].
>
> We should not reset st->offset when iterating through
> syn_table[st->sbucket], or else if more than ~25 sockets (if
> PAGE_SIZE=4096) are in SYN_RECV state, we exit from listening_get_next()
> with a too small st->offset
>
> Next time we enter tcp_seek_last_pos(), we are not able to seek past
> already found sockets.
>
> Reported-by: PK <runningdoglackey@xxxxxxxxx>
> CC: Tom Herbert <therbert@xxxxxxxxxx>
> Signed-off-by: Eric Dumazet <eric.dumazet@xxxxxxxxx>

Applied and queued up for -stable, thanks Eric.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/