[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKD1Yr2mJ6XFM4BpR+dRDM9_zVQHQ3NxYD5nHNPWinNsNTHs5g@mail.gmail.com>
Date: Wed, 20 Jan 2016 18:37:22 -0800
From: Lorenzo Colitti <lorenzo@...gle.com>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: David Miller <davem@...emloft.net>, netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH net] net: diag: support v4mapped sockets in inet_diag_find_one_icsk()
On Wed, Jan 20, 2016 at 4:25 PM, Eric Dumazet <eric.dumazet@...il.com> wrote:
> Lorenzo reported that we could not properly find v4mapped sockets
> in inet_diag_find_one_icsk(). This patch fixes the issue.
>
> Reported-by: Lorenzo Colitti <lorenzo@...gle.com>
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>
This fixes the problem for me. I tested that SOCK_DESTROY (which uses
inet_diag_find_one_icsk) can successfully find/close the following
AF_INET6 sockets:
- Listen sockets bound to either :: or ::ffff:0.0.0.0
- Accepted IPv4 connections on sockets bound to either :: or ::ffff:0.0.0.0
- Active IPv4 connections
Acked-by: Lorenzo Colitti <lorenzo@...gle.com>
Powered by blists - more mailing lists