[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160415.163644.1883719564658558438.davem@davemloft.net>
Date: Fri, 15 Apr 2016 16:36:44 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: hannes@...essinduktion.org
Cc: netdev@...r.kernel.org, eric.dumazet@...il.com, jbenc@...hat.com,
marcelo.leitner@...il.com
Subject: Re: [PATCH net-next v2] vxlan: synchronously and race-free
destruction of vxlan sockets
From: Hannes Frederic Sowa <hannes@...essinduktion.org>
Date: Fri, 8 Apr 2016 22:55:01 +0200
> @@ -1053,7 +1052,9 @@ static void __vxlan_sock_release(struct vxlan_sock *vs)
> vxlan_notify_del_rx_port(vs);
> spin_unlock(&vn->sock_lock);
>
> - queue_work(vxlan_wq, &vs->del_work);
> + synchronize_net();
> + udp_tunnel_sock_release(vs->sock);
> + kfree(vs);
> }
>
> static void vxlan_sock_release(struct vxlan_dev *vxlan)
I just want to make sure you saw this change in net-next:
====================
commit ca065d0cf80fa547724440a8bf37f1e674d917c0
Author: Eric Dumazet <edumazet@...gle.com>
Date: Fri Apr 1 08:52:13 2016 -0700
udp: no longer use SLAB_DESTROY_BY_RCU
====================
Does that effect your change?
Powered by blists - more mailing lists