Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Fix some bug in FSCTL_VALIDATE_NEGOTIATE_INFO handler
@ 2022-09-01 14:24 Zhang Xiaoxu
  2022-09-01 14:24 ` [PATCH v4 1/5] cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message Zhang Xiaoxu
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Zhang Xiaoxu @ 2022-09-01 14:24 UTC (permalink / raw)
  To: linux-cifs, zhangxiaoxu5, sfrench, pc, lsahlber, sprasad, rohiths,
	smfrench, tom, linkinjeon, hyc.lee

v3->v4: Fix the wrong sizeof validate_negotiate_info_req in ksmbd
v2->v3: refactor the dialects in struct validate_negotiate_info_req to
	variable array
v1->v2: fix some bug in ksmbd when handle FSCTL_VALIDATE_NEGOTIATE_INFO
	message

Zhang Xiaoxu (5):
  cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message
  ksmbd: Remove the wrong message length check of
    FSCTL_VALIDATE_NEGOTIATE_INFO
  ksmbd: Fix wrong return value in smb2_ioctl() when wrong out_buf_len
  cifs: Add neg dialects info to smb version values
  cifs: Refactor dialects in validate_negotiate_info_req to variable
    array

 fs/cifs/cifsglob.h        |  2 ++
 fs/cifs/smb2ops.c         | 35 ++++++++++++++++++++++
 fs/cifs/smb2pdu.c         | 61 +++++++--------------------------------
 fs/ksmbd/smb2pdu.c        | 11 ++++---
 fs/smbfs_common/smb2pdu.h |  3 +-
 5 files changed, 54 insertions(+), 58 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-09-13  9:32 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-01 14:24 [PATCH v4 0/5] Fix some bug in FSCTL_VALIDATE_NEGOTIATE_INFO handler Zhang Xiaoxu
2022-09-01 14:24 ` [PATCH v4 1/5] cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message Zhang Xiaoxu
2022-09-02 12:52   ` Tom Talpey
2022-09-01 14:24 ` [PATCH v4 2/5] ksmbd: Remove the wrong message length check of FSCTL_VALIDATE_NEGOTIATE_INFO Zhang Xiaoxu
2022-09-02 13:28   ` Tom Talpey
2022-09-02 14:47     ` Namjae Jeon
2022-09-05  2:19       ` huaweicloud
2022-09-05  2:29       ` zhangxiaoxu (A)
2022-09-06 23:50         ` Namjae Jeon
2022-09-13  9:32     ` zhangxiaoxu (A)
2022-09-01 14:24 ` [PATCH v4 3/5] ksmbd: Fix wrong return value in smb2_ioctl() when wrong out_buf_len Zhang Xiaoxu
2022-09-02 13:29   ` Tom Talpey
2022-09-02 14:35     ` Namjae Jeon
2022-09-01 14:24 ` [PATCH v4 4/5] cifs: Add neg dialects info to smb version values Zhang Xiaoxu
2022-09-02 13:31   ` Tom Talpey
2022-09-01 14:24 ` [PATCH v4 5/5] cifs: Refactor dialects in validate_negotiate_info_req to variable array Zhang Xiaoxu
2022-09-02 13:34   ` Tom Talpey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox