Re: [PATCH net] net: ipconfig: ic_dev can be NULL in ic_close_devs

2021-03-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 22 Mar 2021 02:26:37 +0200 you wrote: > From: Vladimir Oltean > > ic_close_dev contains a generalization of the logic to not close a > network interface if it's the host port for a DSA switch. This logic is > disguised

Re: [PATCH net] net: ipconfig: ic_dev can be NULL in ic_close_devs

2021-03-22 Thread Heiko Thiery
Hi Vladimir, > ic_close_dev contains a generalization of the logic to not close a > network interface if it's the host port for a DSA switch. This logic is > disguised behind an iteration through the lowers of ic_dev in > ic_close_dev. > > When no interface for ipconfig can be found, ic_dev is NU

[PATCH net] net: ipconfig: ic_dev can be NULL in ic_close_devs

2021-03-21 Thread Vladimir Oltean
From: Vladimir Oltean ic_close_dev contains a generalization of the logic to not close a network interface if it's the host port for a DSA switch. This logic is disguised behind an iteration through the lowers of ic_dev in ic_close_dev. When no interface for ipconfig can be found, ic_dev is NULL