Merge branch 'virtio_net-fix-lock-warning-and-unrecoverable-state'
authorJakub Kicinski <kuba@kernel.org>
Sat, 1 Jun 2024 22:14:12 +0000 (15:14 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 1 Jun 2024 22:14:13 +0000 (15:14 -0700)
Heng Qi says:

====================
virtio_net: fix lock warning and unrecoverable state

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.
====================

Link: https://lore.kernel.org/r/20240528134116.117426-1-hengqi@linux.alibaba.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge