Date: Sat, 24 Aug 2024 08:35:23 -0500
From: Steve French <smfrench@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>, CIFS <linux-cifs@vger.kernel.org>, 
	Namjae Jeon <linkinjeon@kernel.org>
Subject: [GIT PULL] ksmbd server fixes

Please pull the following changes since commit
b311c1b497e51a628aa89e7cb954481e5f9dced2:

  Merge tag '6.11-rc4-server-fixes' of git://git.samba.org/ksmbd
(2024-08-20 19:03:07 -0700)

are available in the Git repository at:

  git://git.samba.org/ksmbd.git tags/6.11-rc5-server-fixes

for you to fetch changes up to 2b7e0573a49064d9c94c114b4471327cd96ae39c:

  smb/server: update misguided comment of smb2_allocate_rsp_buf()
(2024-08-22 09:52:00 -0500)

----------------------------------------------------------------
Five ksmbd server fixes
- query directory flex array fix
- fix potential null ptr reference in open
- fix error message in some open cases
- two minor cleanup
----------------------------------------------------------------
ChenXiaoSong (4):
      smb/server: fix return value of smb2_open()
      smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
      smb/server: remove useless assignment of 'file_present' in smb2_open()
      smb/server: update misguided comment of smb2_allocate_rsp_buf()

Namjae Jeon (1):
      ksmbd: the buffer of smb2 query dir response has at least 1 byte

 fs/smb/server/oplock.c  |  2 +-
 fs/smb/server/smb2pdu.c | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

--
Thanks,

Steve

.
Date: Tue, 27 Aug 2024 20:39:12 -0500
From: Steve French <smfrench@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: CIFS <linux-cifs@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] smb3 fixes

Please pull the following changes since commit
5be63fc19fcaa4c236b307420483578a56986a37:

  Linux 6.11-rc5 (2024-08-25 19:07:11 +1200)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git tags/v6.11-rc5-client-fixes

for you to fetch changes up to 416871f4fb84bc96822562e654941d5625a25bf8:

  cifs: Fix FALLOC_FL_PUNCH_HOLE support (2024-08-25 09:06:25 -0500)

----------------------------------------------------------------
Four cifs.ko client fixes
- 2 RDMA/smbdirect fixes and a minor cleanup
- punch hole fix

----------------------------------------------------------------
David Howells (1):
      cifs: Fix FALLOC_FL_PUNCH_HOLE support

Stefan Metzmacher (3):
      smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()
      smb/client: remove unused rq_iter_size from struct smb_rqst
      smb/client: fix rdma usage in smb2_async_writev()

 fs/smb/client/cifsglob.h |  1 -
 fs/smb/client/cifssmb.c  |  1 -
 fs/smb/client/smb2ops.c  | 24 ++++++++++++++++++++++--
 fs/smb/client/smb2pdu.c  | 44 +++++++++++++++++++++-----------------------
 4 files changed, 43 insertions(+), 27 deletions(-)


--
Thanks,

Steve

.
