mbox series

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

Message ID 20240528134116.117426-1-hengqi@linux.alibaba.com (mailing list archive)
Headers show
Series virtio_net: fix lock warning and unrecoverable state | expand

Message

Heng Qi May 28, 2024, 1:41 p.m. UTC
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.

v1->v2:
  Patch(2/2): rephase the commit log.

Heng Qi (2):
  virtio_net: fix possible dim status unrecoverable
  virtio_net: fix a spurious deadlock issue

 drivers/net/virtio_net.c | 38 +++++++++++++++++---------------------
 1 file changed, 17 insertions(+), 21 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 1, 2024, 10:20 p.m. UTC | #1
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!