Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <k...@kernel.org>:
On Wed, 30 Apr 2025 09:37:58 -0700 you wrote: > Commit 4bc12818b363 ("virtio-net: disable delayed refill when pausing rx") > fixed a deadlock between reconfig paths and refill work trying to disable > the same NAPI instance. The refill work can't run in parallel with reconfig > because trying to double-disable a NAPI instance causes a stall under the > instance lock, which the reconfig path needs to re-enable the NAPI and > therefore unblock the stalled thread. > > [...] Here is the summary with links: - [net,v2] virtio-net: don't re-enable refill work too early when NAPI is disabled https://git.kernel.org/netdev/net/c/1e20324b23f0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html