Message ID | 20240528134116.117426-1-hengqi@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show |
Series | virtio_net: fix lock warning and unrecoverable state | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: 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!