Hi Steve/Ronnie, During the final stages of 5.17 kernel, we identified that my recent changes related to multichannel broke multiuser scenario. At that point, we took the less risky, single line change that Steve suggested. These are more complete patches for fixing the scenario, while also allowing parallel reconnects for the multichannel scenario. Please review these patches. [PATCH] cifs: do not use tcpStatus after negotiate completes https://github.com/sprasad-microsoft/smb3-kernel-client/commit/35a6b903a8aaa2ae78a764329fd34ecba00647eb.patch [PATCH] cifs: use new enum for ses_status https://github.com/sprasad-microsoft/smb3-kernel-client/commit/a1f9fbe6915573807250cd2deac417ee98736b0a.patch [PATCH] cifs: avoid parallel session setups on same channel https://github.com/sprasad-microsoft/smb3-kernel-client/commit/c1e3cb0a09a6253a96068d0b7156511883de533a.patch [PATCH] cifs: use session_estab from primary channel https://github.com/sprasad-microsoft/smb3-kernel-client/commit/f5130d025ba42bce5fd39268704a9c7b091ce8e1.patch This time, I've verified that it does not break the multiuser scenario. :) -- Regards, Shyam