Re: [PATCH v2 net 1/2] vxlan: avoid using stale vxlan socket.
From: David Miller <davem@davemloft.net> Date: 2016-10-30 00:56:45
From: Pravin B Shelar <redacted>
Date: Fri, 28 Oct 2016 09:59:15 -0700
When vxlan device is closed vxlan socket is freed. This
operation can race with vxlan-xmit function which
dereferences vxlan socket. Following patch uses RCU
mechanism to avoid this situation.
Signed-off-by: Pravin B Shelar <redacted>