RE: [PATCH net] staging: fsl-dpaa2: ethsw: Add missing netdevice check

2019-02-25 Thread Ioana Ciornei
> Subject: Re: [PATCH net] staging: fsl-dpaa2: ethsw: Add missing netdevice > check > > Le 2/23/19 à 12:45 AM, Ioana Ciornei a écrit : > > > >> Subject: [PATCH net] staging: fsl-dpaa2: ethsw: Add missing netdevice > >> check > >> > >>

Re: [PATCH net] staging: fsl-dpaa2: ethsw: Add missing netdevice check

2019-02-24 Thread Florian Fainelli
Le 2/23/19 à 12:45 AM, Ioana Ciornei a écrit : > >> Subject: [PATCH net] staging: fsl-dpaa2: ethsw: Add missing netdevice check >> >> port_switchdev_event() does not check that the target network device is >> actually backed by the ethsw driver, this could

RE: [PATCH net] staging: fsl-dpaa2: ethsw: Add missing netdevice check

2019-02-23 Thread Ioana Ciornei
> Subject: [PATCH net] staging: fsl-dpaa2: ethsw: Add missing netdevice check > > port_switchdev_event() does not check that the target network device is > actually backed by the ethsw driver, this could be problematic in a stacked > environment case. > Just FYI, I sent a pa

[PATCH net] staging: fsl-dpaa2: ethsw: Add missing netdevice check

2019-02-22 Thread Florian Fainelli
port_switchdev_event() does not check that the target network device is actually backed by the ethsw driver, this could be problematic in a stacked environment case. Fixes: 44baaa43d7cc ("staging: fsl-dpaa2/ethsw: Add Freescale DPAA2 Ethernet Switch driver") Signed-off-by: Florian Fainelli ---