[GIT PULL] ksmbd fixes

From: Steve French
Date: Wed May 08 2024 - 11:19:31 EST


Please pull the following changes since commit
e67572cd2204894179d89bd7b984072f19313b03:

Linux 6.9-rc6 (2024-04-28 13:47:24 -0700)

are available in the Git repository at:

git://git.samba.org/ksmbd.git tags/6.9-rc7-ksmbd-fixes

for you to fetch changes up to 691aae4f36f9825df6781da4399a1e718951085a:

ksmbd: do not grant v2 lease if parent lease key and epoch are not
set (2024-05-04 23:53:36 -0500)

----------------------------------------------------------------
Five ksmbd server fixes, all also for stable
- Three fixes related to SMB3 leases (fixes two xfstests, and a locking issue)
- Unitialized variable fix
- Socket creation fix when bindv6only is set
----------------------------------------------------------------
Namjae Jeon (5):
ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()
ksmbd: off ipv6only for both ipv4/ipv6 binding
ksmbd: avoid to send duplicate lease break notifications
ksmbd: use rwsem instead of rwlock for lease break
ksmbd: do not grant v2 lease if parent lease key and epoch are not set

fs/smb/server/oplock.c | 65 +++++++++++++++++++++++--------------------
fs/smb/server/smb2pdu.c | 8 +++---
fs/smb/server/smb_common.c | 4 +--
fs/smb/server/transport_tcp.c | 4 +++
fs/smb/server/vfs_cache.c | 28 +++++++++----------
fs/smb/server/vfs_cache.h | 2 +-
6 files changed, 60 insertions(+), 51 deletions(-)

--
Thanks,

Steve