]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-phy-fix-locking-issue'
authorDavid S. Miller <davem@davemloft.net>
Thu, 14 Feb 2019 17:04:55 +0000 (12:04 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Feb 2019 17:04:55 +0000 (12:04 -0500)
commit77cd0cca826331077efbb065e18f9a7e9792bab7
tree5c4576e502af6717242dee142475bf318856d0cc
parent13f02e6c2c48f6bfe99ef9ce2bda4651768933b9
parent90be676e32b5d1c77053249f92c30e5f6d1328cc
Merge branch 'net-phy-fix-locking-issue'

Heiner Kallweit says:

====================
net: phy: fix locking issue

Russell pointed out that the locking used in phy_is_started() isn't
needed and misleading. This locking also contributes to a race fixed
with patch 2.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>