In the Linux kernel, the following vulnerability has been resolved:
smb3: fix lock ordering potential deadlock in cifssyncmid_result
Coverity spotted that the cifssyncmid_result function could deadlock
"Thread deadlock (ORDERREVERSAL) lockorder: Calling spinlock acquires lock TCPServerInfo.srvlock while holding lock TCPServerInfo.mid_lock"
Addresses-Coverity: 1590401 ("Thread deadlock (ORDER_REVERSAL)")