Re: [PATCH] net: smsc911x: Fix unload crash when link is up

From: David Miller
Date: Wed Mar 07 2018 - 13:23:23 EST


From: Jeremy Linton <jeremy.linton@xxxxxxx>
Date: Tue, 6 Mar 2018 09:00:06 -0600

> The smsc911x driver will crash if it is rmmod'ed while the netdev
> is up like:
>
> Call trace:
...
> This is caused by the mdiobus being unregistered/free'd
> and the code in phy_detach() attempting to manipulate mdio
> related structures from unregister_netdev() calling close()
>
> To fix this, we delay the mdiobus teardown until after
> the netdev is deregistered.
>
> Reported-by: Matt Sealey <matt.sealey@xxxxxxx>
> Signed-off-by: Jeremy Linton <jeremy.linton@xxxxxxx>

Applied, thanks.