]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'phy-unbind-crash'
authorDavid S. Miller <davem@davemloft.net>
Mon, 20 Feb 2017 15:15:12 +0000 (10:15 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Feb 2017 15:15:12 +0000 (10:15 -0500)
commite841e8cc46c8cfda8323d9731b863939d6cb660d
treeacc10c699ffcb5ceed825af9f051971f94387b09
parentaee8031a55c18fab45932154c4480cb0f122e805
parent293f59cfeef4cafbea63bef68382f55ac806a209
Merge branch 'phy-unbind-crash'

Florian Fainelli says:

====================
net: phy: Fix PHY unbind crash

This fixes crashes when the PHY driver is no longer bound to the device.

There is still a fair amount of work to be done to get the unbind -> bind
sequent to result in a functional state, but that will be net-next material.

These two problems existed for as long as PHYLIB as been around.
====================

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