]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit61c4c0bcff87773cd65d1cf487e2b2a34bc6730f
tree5c4576e502af6717242dee142475bf318856d0cc
parent39c133196237335e8ee9e3694ef7921241cf6a41
parenta20049071796691cf99eb6433968fc3c27632b95
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>