Please pull the following changes since commit 4e0373f1f920811a67fef0c3383f1ad602b3845e: Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6 (2024-09-19 06:53:40 +0200) are available in the Git repository at: git://git.samba.org/ksmbd.git tags/v6.12-rc-ksmbd-server-fixes for you to fetch changes up to 9e676e571d39eb6189bf6d55a9c401ba2dd13410: ksmbd: Correct typos in multiple comments across various files (2024-09-25 21:33:22 -0500) ---------------------------------------------------------------- 5 smb3 server fixes: - fix querying dentry for char/block special files - Four small cleanup patches ---------------------------------------------------------------- Namjae Jeon (3): ksmbd: fix warning: comparison of distinct pointer types lacks a cast ksmbd: remove unsafe_memcpy use in session setup ksmbd: fix open failure from block and char device file Shen Lichuan (1): ksmbd: Correct typos in multiple comments across various files Thorsten Blum (1): ksmbd: Replace one-element arrays with flexible-array members fs/smb/common/smb2pdu.h | 6 +++--- fs/smb/server/connection.c | 2 +- fs/smb/server/ksmbd_netlink.h | 2 +- fs/smb/server/oplock.c | 4 ++-- fs/smb/server/server.c | 2 +- fs/smb/server/smb2pdu.c | 35 ++++++++++++++++------------------- fs/smb/server/smb2pdu.h | 4 ++-- fs/smb/server/smb_common.c | 2 +- fs/smb/server/vfs_cache.h | 4 ++-- fs/smb/server/xattr.h | 2 +- 10 files changed, 30 insertions(+), 33 deletions(-) -- Thanks, Steve