Re: [PATCH] net: atheros: atl1: Fix use-after-free in atl1_remove due to race condition
From: Jakub Kicinski
Date: Mon Aug 10 2026 - 17:46:05 EST
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