[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5muPW=PY1mDGqR-Mpfv95RbR7w6XpumoXpu7cdRv1HS0-A@mail.gmail.com>
Date: Wed, 1 Nov 2023 21:46:03 -0500
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Namjae Jeon <linkinjeon@...nel.org>,
CIFS <linux-cifs@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] ksmbd server fixes
Please pull the following changes since commit
05d3ef8bba77c1b5f98d941d8b2d4aeab8118ef1:
Linux 6.6-rc7 (2023-10-22 12:11:21 -1000)
are available in the Git repository at:
git://git.samba.org/ksmbd.git tags/6.7-rc-ksmbd-server-fixes
for you to fetch changes up to 67797da8a4b82446d42c52b6ee1419a3100d78ff:
ksmbd: no need to wait for binded connection termination at logoff
(2023-10-30 21:58:12 -0500)
----------------------------------------------------------------
Seven ksmbd server fixes
- logoff improvement for multichannel bound connections
- unicode fix for surrogate pairs
- RDMA (smbdirect) fix for IB devices
- fix locking deadlock in kern_path_create during rename
- iov memory allocation fix
- Two minor cleanup patches (doc cleanup, and unused variable)
----------------------------------------------------------------
Cheng-Han Wu (1):
ksmbd: Remove unused field in ksmbd_user struct
Kangjing Huang (1):
ksmbd: fix missing RDMA-capable flag for IPoIB device in
ksmbd_rdma_capable_netdev()
Marios Makassikis (1):
ksmbd: fix recursive locking in vfs helpers
Namjae Jeon (4):
ksmbd: reorganize ksmbd_iov_pin_rsp()
ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
ksmbd: add support for surrogate pair conversion
ksmbd: no need to wait for binded connection termination at logoff
fs/smb/server/connection.c | 16 ----
fs/smb/server/ksmbd_work.c | 43 ++++-----
fs/smb/server/mgmt/user_config.h | 1 -
fs/smb/server/transport_rdma.c | 40 ++++++---
fs/smb/server/unicode.c | 187 +++++++++++++++++++++++++++++----------
fs/smb/server/vfs.c | 25 +-----
6 files changed, 194 insertions(+), 118 deletions(-)
--
Thanks,
Steve
Powered by blists - more mailing lists