Re: [PATCH net v3 0/2] virtio_net: fix lock warning and unrecoverable state

2024-06-01 Thread patchwork-bot+netdevbpf
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

Re: [PATCH net v2] virtio_net: fix missing lock protection on control_buf access

2024-06-01 Thread patchwork-bot+netdevbpf
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