summaryrefslogtreecommitdiff
path: root/net/ipv4
diff options
context:
space:
mode:
authorHemant Kumar <hemantk@codeaurora.org>2012-10-25 22:17:54 +0400
committerBen Hutchings <ben@decadent.org.uk>2012-11-16 20:47:16 +0400
commita6057bf0949d9764a5d5defd9a58ec03e80bbcdc (patch)
tree14fe2edbf717f5c6d8b312bc4b0cc45508c07614 /net/ipv4
parent379e38f89ef5e17a048482c900af4acb3afb86ef (diff)
downloadlinux-a6057bf0949d9764a5d5defd9a58ec03e80bbcdc.tar.xz
net: usb: Fix memory leak on Tx data path
[ Upstream commit 39707c2a3ba5011038b363f84d37c8a98d2d9db1 ] Driver anchors the tx urbs and defers the urb submission if a transmit request comes when the interface is suspended. Anchoring urb increments the urb reference count. These deferred urbs are later accessed by calling usb_get_from_anchor() for submission during interface resume. usb_get_from_anchor() unanchors the urb but urb reference count remains same. This causes the urb reference count to remain non-zero after usb_free_urb() gets called and urb never gets freed. Hence call usb_put_urb() after anchoring the urb to properly balance the reference count for these deferred urbs. Also, unanchor these deferred urbs during disconnect, to free them up. Signed-off-by: Hemant Kumar <hemantk@codeaurora.org> Acked-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'net/ipv4')
0 files changed, 0 insertions, 0 deletions