summaryrefslogtreecommitdiff
path: root/net/packet
diff options
context:
space:
mode:
authorGuillaume Nault <g.nault@alphalink.fr>2017-03-29 08:45:29 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-05-03 08:36:35 -0700
commit3ae0fc950603dcc1716eba1f3a99d6119509c505 (patch)
tree9ebd8ba997223d490ef06cfe5c7ab0dd35fe6452 /net/packet
parent59bc404b382967a41250cc01299b0419e61392c0 (diff)
l2tp: purge socket queues in the .destruct() callback
[ Upstream commit e91793bb615cf6cdd59c0b6749fe173687bb0947 ] The Rx path may grab the socket right before pppol2tp_release(), but nothing guarantees that it will enqueue packets before skb_queue_purge(). Therefore, the socket can be destroyed without its queues fully purged. Fix this by purging queues in pppol2tp_session_destruct() where we're guaranteed nothing is still referencing the socket. Fixes: 9e9cb6221aa7 ("l2tp: fix userspace reception on plain L2TP sockets") Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/packet')
0 files changed, 0 insertions, 0 deletions