[GIT PULL] smb3 client fixes

From: Steve French
Date: Sat Apr 27 2024 - 12:45:26 EST


Please pull the following changes since commit
9d1ddab261f3e2af7c384dc02238784ce0cf9f98:

Merge tag '6.9-rc5-smb-client-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2024-04-23 09:37:32 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/6.9-rc5-cifs-fixes-part2

for you to fetch changes up to 8861fd5180476f45f9e8853db154600469a0284f:

smb3: fix lock ordering potential deadlock in cifs_sync_mid_result
(2024-04-25 12:49:50 -0500)

----------------------------------------------------------------
Three smb3 client fixes, all also for stable
- two small locking fixes spotted by Coverity
- FILE_ALL_INFO and network_open_info packing fix

----------------------------------------------------------------
Gustavo A. R. Silva (1):
smb: client: Fix struct_group() usage in __packed structs

Steve French (2):
smb3: missing lock when picking channel
smb3: fix lock ordering potential deadlock in cifs_sync_mid_result

fs/smb/client/cifspdu.h | 4 ++--
fs/smb/client/smb2pdu.h | 2 +-
fs/smb/client/transport.c | 7 ++++++-
3 files changed, 9 insertions(+), 4 deletions(-)

--
Thanks,

Steve