diff options
author | 2020-09-16 20:43:09 -0700 | |
---|---|---|
committer | 2020-09-17 16:55:35 -0700 | |
commit | c2b727df7caa33876e7066bde090f40001b6d643 (patch) | |
tree | 2b8fc7d5d78328acf2312d1274cfc28291a0df9b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ethtool: add and use message type for tunnel info reply (diff) | |
download | wireguard-linux-c2b727df7caa33876e7066bde090f40001b6d643.tar.xz wireguard-linux-c2b727df7caa33876e7066bde090f40001b6d643.zip |
net: phy: Avoid NPD upon phy_detach() when driver is unbound
If we have unbound the PHY driver prior to calling phy_detach() (often
via phy_disconnect()) then we can cause a NULL pointer de-reference
accessing the driver owner member. The steps to reproduce are:
echo unimac-mdio-0:01 > /sys/class/net/eth0/phydev/driver/unbind
ip link set eth0 down
Fixes: cafe8df8b9bc ("net: phy: Fix lack of reference count on PHY driver")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions