[GIT PULL] ksmbd server fixes

From: Steve French
Date: Thu Oct 03 2024 - 12:29:26 EST


Please pull the following changes since commit
9852d85ec9d492ebef56dc5f229416c925758edc:

Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

git://git.samba.org/ksmbd.git tags/v6.12-rc1-ksmbd-fixes

for you to fetch changes up to 9c383396362a4d1db99ed5240f4708d443361ef3:

ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()
(2024-10-01 14:50:51 -0500)

----------------------------------------------------------------
Three small ksmbd server fixes
- small cleanup patches leveraging struct size to improve access bounds checking

----------------------------------------------------------------
Thorsten Blum (3):
ksmbd: Use struct_size() to improve get_file_alternate_info()
ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()
ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()

fs/smb/server/smb2pdu.c | 7 +++----
fs/smb/server/smb2pdu.h | 14 +++++++-------
fs/smb/server/transport_rdma.c | 4 ++--
3 files changed, 12 insertions(+), 13 deletions(-)

--
Thanks,

Steve