diff options
author | Marek BehĂșn <[email protected]> | 2020-08-10 17:01:58 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-08-11 15:42:23 -0700 |
commit | 1b8ef1423dbfd34de2439a2db457b84480b7c8a8 (patch) | |
tree | 908ef02a628774a5239d1bc11c092c5b85e77e72 /scripts/gdb/linux/modules.py | |
parent | 0f5907af39137f8183ed536aaa00f322d7365130 (diff) |
net: phy: marvell10g: fix null pointer dereference
Commit c3e302edca24 ("net: phy: marvell10g: fix temperature sensor on 2110")
added a check for PHY ID via phydev->drv->phy_id in a function which is
called by devres at a time when phydev->drv is already set to null by
phy_remove function.
This null pointer dereference can be triggered via SFP subsystem with a
SFP module containing this Marvell PHY. When the SFP interface is put
down, the SFP subsystem removes the PHY.
Fixes: c3e302edca24 ("net: phy: marvell10g: fix temperature sensor on 2110")
Signed-off-by: Marek BehĂșn <[email protected]>
Cc: Maxime Chevallier <[email protected]>
Cc: Andrew Lunn <[email protected]>
Cc: Baruch Siach <[email protected]>
Cc: Russell King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions