Re: [PATCH] atlx: atl1: cancel reset and link works on remove
From: Shengzhuo Wei
Date: Fri Aug 28 2026 - 06:19:07 EST
On 2026-08-28 02:49, Breno Leitao wrote:
> Is 03662e41c7cf the right commit to blame?
>
> Both works, and the unregister_netdev()/free_netdev() sequence with no
> cancel, came in with the initial driver in f3cc28c79760 ("Add Attansic
> L1 ethernet driver."), no?
You are right, thanks. 03662e41c7cf only renamed tx_timeout_task to
reset_dev_task; the link_chg_task, and the remove path with no
cancellation of either work, are already in the initial import.
v2 points Fixes at f3cc28c79760.
--
Shengzhuo Wei