All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC v3 0/3] smb: fix minimum PDU size
@ 2025-12-19 23:54 chenxiaosong.chenxiaosong
  2025-12-19 23:54 ` [PATCH RFC v3 1/3] smb/server: fix minimum SMB1 " chenxiaosong.chenxiaosong
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: chenxiaosong.chenxiaosong @ 2025-12-19 23:54 UTC (permalink / raw)
  To: sfrench, smfrench, linkinjeon, linkinjeon, pc, ronniesahlberg,
	sprasad, tom, bharathsm, senozhatsky, dhowells
  Cc: linux-cifs, ChenXiaoSong

From: ChenXiaoSong <chenxiaosong@kylinos.cn>

If my understanding is incorrect, please let me know.

v1: https://lore.kernel.org/all/20251218171038.55266-1-chenxiaosong.chenxiaosong@linux.dev/
v1->v3:
  - Create patch #0001 #0003
  - Patch #0002: update value of SMB2_MIN_SUPPORTED_PDU_SIZE

v2: https://lore.kernel.org/linux-cifs/20251219170057.337496-1-chenxiaosong.chenxiaosong@linux.dev/
v2->v3:
  - Patch #0002: fix typo in commit message (smb_pdu -> smb2_pdu)

ChenXiaoSong (3):
  smb/server: fix minimum SMB1 PDU size
  smb/server: fix minimum SMB2 PDU size
  smb: use sizeof() to get __SMB2_HEADER_STRUCTURE_SIZE

 fs/smb/common/smb1pdu.h    | 5 +++++
 fs/smb/common/smb2pdu.h    | 8 ++++----
 fs/smb/server/connection.c | 8 ++++----
 3 files changed, 13 insertions(+), 8 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-12-20  8:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-19 23:54 [PATCH RFC v3 0/3] smb: fix minimum PDU size chenxiaosong.chenxiaosong
2025-12-19 23:54 ` [PATCH RFC v3 1/3] smb/server: fix minimum SMB1 " chenxiaosong.chenxiaosong
2025-12-20  2:14   ` Namjae Jeon
2025-12-19 23:54 ` [PATCH RFC v3 2/3] smb/server: fix minimum SMB2 " chenxiaosong.chenxiaosong
2025-12-20  3:25   ` ChenXiaoSong
2025-12-19 23:54 ` [PATCH RFC v3 3/3] smb: use sizeof() to get __SMB2_HEADER_STRUCTURE_SIZE chenxiaosong.chenxiaosong
2025-12-20  2:17   ` Namjae Jeon
2025-12-20  8:47     ` David Howells
2025-12-20  8:58       ` ChenXiaoSong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.