Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Tue, 16 Feb 2021 12:16:28 +0200 you wrote:
> From: Vladimir Oltean <vladimir.olt...@nxp.com>
> 
> The following call path suggests that calling unregister_netdev on an
> interface that is up will first bring it down.
> 
> enetc_pf_remove
> -> unregister_netdev
>    -> unregister_netdevice_queue
>       -> unregister_netdevice_many
>          -> dev_close_many
>             -> __dev_close_many
>                -> enetc_close
>                   -> enetc_stop
>                      -> phylink_stop
> 
> [...]

Here is the summary with links:
  - [net] net: enetc: fix destroyed phylink dereference during unbind
    https://git.kernel.org/netdev/net/c/3af409ca278d

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html


Reply via email to