[GIT PULL] smb3 client fixes
From: Steve French
Date: Sat Aug 17 2024 - 17:53:06 EST
Please pull the following changes since commit
7c626ce4bae1ac14f60076d00eafe71af30450ba:
Linux 6.11-rc3 (2024-08-11 14:27:14 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.11-rc3-smb3-client-fixes
for you to fetch changes up to 5b4f3af39b6588e8de4444d8e1ccf759b40f9414:
smb: smb2pdu.h: Use static_assert() to check struct sizes
(2024-08-15 16:06:55 -0500)
----------------------------------------------------------------
Three client fixes, including two for stable
- fix for clang warning - additional null check
- fix for cached write with posix locks
- flexible structure fix
----------------------------------------------------------------
Gustavo A. R. Silva (1):
smb: smb2pdu.h: Use static_assert() to check struct sizes
Steve French (1):
smb3: fix lock breakage for cached writes
Su Hui (1):
smb/client: avoid possible NULL dereference in cifs_free_subrequest()
fs/smb/client/file.c | 21 +++++++++++++++------
fs/smb/common/smb2pdu.h | 2 ++
2 files changed, 17 insertions(+), 6 deletions(-)
--
Thanks,
Steve