Re: [PATCH] net: atheros: atl1: Fix use-after-free in atl1_remove due to race condition
Jakub Kicinski <[email protected]>
| Newsgroups | org.kernel.vger.netdev,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 4 Aug 2026 11:02:20 +0800 Pei Xiao wrote: > In atl1_probe, &adapter->reset_dev_task is bound with > atl1_reset_dev_task, and &adapter->link_chg_task is bound with > atlx_link_chg_task. atl1_intr (on PHY link down, DMA errors or link > events) and atlx_tx_timeout can schedule these works on system_wq. Same story, this can reportedly deadlock on NAPI handling -- pw-bot: reject