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