]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commit45c0a209dcf2c5179b54f8b7ed47b00a0a204b96
treee5ada4da6242fb3ed71a4bd16ff5d183d7c0d941
parent89e281ebff72e6d37dce2df0e142b2909dafb267
parentd1f0bd01bc58f35b5353ad9dbe5f7249a8f3368e
Merge branch 'virtio_net-fix-lock-warning-and-unrecoverable-state'

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>