Re: [PATCH net v3] net: cpsw_new: Execute ndo_set_rx_mode callback in a work queue
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-01-28 03:08:38
Also in:
linux-omap, stable
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-01-28 03:08:38
Also in:
linux-omap, stable
On Tue, 27 Jan 2026 16:02:07 +0800 Kevin Hao wrote:
To resolve this issue, we opt to execute the actual processing within a work queue, following the approach used by the icssg-prueth driver.
Code looks good now, but why are you creating a workqueue for this one work? Can't you use the system wq and just cancel it sync where you had the wq destroy? BTW you're fixing drivers/net/ethernet/ti/cpsw_new.c I think drivers/net/ethernet/ti/cpsw.c has an identical bug, no? -- pw-bot: cr