From: David S. Miller Date: Mon, 28 Nov 2016 01:01:16 +0000 (-0500) Subject: Merge branch 'more-phydev-leaks' X-Git-Tag: v4.9-rc8~5^2~54 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=a1cad5ee80ddaa833dd0d31c0612306532fbe53a;p=linux.git Merge branch 'more-phydev-leaks' Johan Hovold says: ==================== net: fix phydev reference leaks This series fixes a number of phydev reference leaks (and one of_node leak) due to failure to put the reference taken by of_phy_find_device(). Note that I did not try to fix drivers/net/phy/xilinx_gmii2rgmii.c which still leaks a reference. Against net but should apply just as fine to net-next. v2: - use put_device() instead of phy_dev_free() to put the references taken in net/dsa (patch 1/4). - add four new patches fixing similar leaks ==================== Signed-off-by: David S. Miller --- a1cad5ee80ddaa833dd0d31c0612306532fbe53a