Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [GIT PULL] smb3 server fixes
@ 2023-06-01  7:17 Steve French
  2023-06-01 21:15 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Steve French @ 2023-06-01  7:17 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Namjae Jeon, LKML, CIFS

Please pull the following changes since commit
0d85b27b0cc6b5cf54567c5ad913a247a71583ce:

  Merge tag '6.4-rc3-smb3-client-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2023-05-25 19:23:18 -0700)

are available in the Git repository at:

  git://git.samba.org/ksmbd.git tags/6.4-rc4-smb3-server-fixes

for you to fetch changes up to 6fe55c2799bc29624770c26f98ba7b06214f43e0:

  ksmbd: call putname after using the last component (2023-05-26 20:27:46 -0500)

----------------------------------------------------------------
Eight server fixes (most also for stable)
- Two fixes for uninitialized pointer reads (rename and link)
- Fix potential UAF in oplock break
- Two fixes for potential out of bound reads in negotiate
- Fix crediting bug
- Two fixes for xfstests (allocation size fix for test 694 and lookup
issue shown by test 464)
----------------------------------------------------------------
Kuan-Ting Chen (2):
      ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate
      ksmbd: fix multiple out-of-bounds read during context decoding

Namjae Jeon (6):
      ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()
      ksmbd: fix uninitialized pointer read in smb2_create_link()
      ksmbd: fix credit count leakage
      ksmbd: fix UAF issue from opinfo->conn
      ksmbd: fix incorrect AllocationSize set in smb2_get_info
      ksmbd: call putname after using the last component

 fs/smb/server/oplock.c  | 72
+++++++++++++++++++++++++++++++++++++++++++++++-------------------------
 fs/smb/server/smb2pdu.c | 96
++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------
 fs/smb/server/vfs.c     |  9 +++++++--
 3 files changed, 100 insertions(+), 77 deletions(-)

-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [GIT PULL] smb3 server fixes
@ 2025-07-28 23:20 Steve French
  2025-07-28 23:40 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Steve French @ 2025-07-28 23:20 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, CIFS, Namjae Jeon

Please pull the following changes since commit
89be9a83ccf1f88522317ce02f854f30d6115c41:

  Linux 6.16-rc7 (2025-07-20 15:18:33 -0700)

are available in the Git repository at:

  git://git.samba.org/ksmbd.git tags/v6.17-rc-smb3-server-fixes

for you to fetch changes up to 4f8ff9486fd94b9d6a4932f2aefb9f2fc3bd0cf6:

  ksmbd: fix corrupted mtime and ctime in smb2_open (2025-07-24 22:55:29 -0500)

----------------------------------------------------------------
Eight SMB3 server fixes
- Fix mtime/ctime reporting issue
- Three auth fixes, including two session setup race bugs reported by ZDI
- Locking improvement in query directory
- Fix for potential deadlock in creating hardlinks
- Two improvements to path name processing
----------------------------------------------------------------
Namjae Jeon (4):
      ksmbd: fix null pointer dereference error in generate_encryptionkey
      ksmbd: check return value of xa_store() in krb5_authenticate
      ksmbd: fix Preauh_HashValue race condition
      ksmbd: fix corrupted mtime and ctime in smb2_open

NeilBrown (4):
      smb/server: use lookup_one_unlocked()
      smb/server: simplify ksmbd_vfs_kern_path_locked()
      smb/server: avoid deadlock when linking with ReplaceIfExists
      smb/server: add ksmbd_vfs_kern_path()

 fs/smb/server/smb2pdu.c |  91 +++++++++---------
 fs/smb/server/vfs.c     | 240 ++++++++++++++++++++++++++----------------------
 fs/smb/server/vfs.h     |   7 +-
 3 files changed, 174 insertions(+), 164 deletions(-)

-- 
Thanks,

Steve

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

end of thread, other threads:[~2025-07-28 23:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-01  7:17 [GIT PULL] smb3 server fixes Steve French
2023-06-01 21:15 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2025-07-28 23:20 Steve French
2025-07-28 23:40 ` pr-tracker-bot

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