summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorLance Richardson <lrichard@redhat.com>2017-05-29 17:25:57 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-14 13:05:51 (GMT)
commitb5e9b7ad0dd449b9296e16f4c0da9d4bb3d36d6d (patch)
tree927472c82772cbedf9cd31c5536b7bac8809139b /samples
parent96d145216b5884c3ba3003b2ccd6eb2da625a77d (diff)
downloadlinux-b5e9b7ad0dd449b9296e16f4c0da9d4bb3d36d6d.tar.xz
vxlan: eliminate cached dst leak
[ Upstream commit 35cf2845563c1aaa01d27bd34d64795c4ae72700 ] After commit 0c1d70af924b ("net: use dst_cache for vxlan device"), cached dst entries could be leaked when more than one remote was present for a given vxlan_fdb entry, causing subsequent netns operations to block indefinitely and "unregister_netdevice: waiting for lo to become free." messages to appear in the kernel log. Fix by properly releasing cached dst and freeing resources in this case. Fixes: 0c1d70af924b ("net: use dst_cache for vxlan device") Signed-off-by: Lance Richardson <lrichard@redhat.com> Acked-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions