From: David S. Miller Date: Mon, 20 Feb 2023 10:04:22 +0000 (+0000) Subject: Merge branch 'phydev-locks' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0b1dbf889d0bebfa533a6220b0379300d4007204;p=linux.git Merge branch 'phydev-locks' Andrew Lunn says: ==================== Add additional phydev locks The phydev lock should be held when accessing members of phydev, or calling into the driver. Some of the phy_ethtool_ functions are missing locks. Add them. To avoid deadlock the marvell driver is modified since it calls one of the functions which gain locks, which would result in a deadlock. The missing locks have not caused noticeable issues, so these patches are for net-next. ==================== Signed-off-by: David S. Miller --- 0b1dbf889d0bebfa533a6220b0379300d4007204