Re: [PATCH net v3 0/2] virtio_net: fix lock warning and unrecoverable state
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 28 May 2024 21:41:14 +0800 you wrote: > Patch 1 describes and fixes an issue where dim cannot return to > normal state in certain scenarios. > > Patch 2 attempts to resolve lockdep's complaints that holding many > nested locks. > > Changelog > === > v2->v3: > Patch(2/2): Refactor code instead of revert the patch. > > [...] Here is the summary with links: - [net,v3,1/2] virtio_net: fix possible dim status unrecoverable https://git.kernel.org/netdev/net/c/9e0945b1901c - [net,v3,2/2] virtio_net: fix a spurious deadlock issue https://git.kernel.org/netdev/net/c/d1f0bd01bc58 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net v2] virtio_net: fix missing lock protection on control_buf access
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 30 May 2024 11:41:43 +0800 you wrote: > Refactored the handling of control_buf to be within the cvq_lock > critical section, mitigating race conditions between reading device > responses and new command submissions. > > Fixes: 6f45ab3e0409 ("virtio_net: Add a lock for the command VQ.") > Signed-off-by: Heng Qi > Reviewed-by: Hariprasad Kelam > > [...] Here is the summary with links: - [net,v2] virtio_net: fix missing lock protection on control_buf access https://git.kernel.org/netdev/net/c/30636258a7c9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html