All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ksmbd: fix some bugs
@ 2026-07-31 11:50 ZhangGuoDong
  2026-07-31 11:50 ` [PATCH 1/6] smb/server: fix null-ptr-deref in ksmbd_ipc_tree_connect_request() ZhangGuoDong
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ZhangGuoDong @ 2026-07-31 11:50 UTC (permalink / raw)
  To: smfrench, linkinjeon, pc, ronniesahlberg, sprasad, tom, bharathsm,
	senozhatsky, dhowells, metze
  Cc: linux-cifs, ZhangGuoDong

From: ZhangGuoDong <zhangguodong@kylinos.cn>

ZhangGuoDong (6):
  smb/server: fix null-ptr-deref in ksmbd_ipc_tree_connect_request()
  smb/server: fix memory leak in ksmbd_vfs_set_durable_owner()
  smb/server: fix invalid pointer dereference in
    ksmbd_stop_durable_scavenger()
  smb/server: abort initialization when proc setup fails
  smb/server: call ksmbd_proc_cleanup() on module init failure
  smb/server: preserve error status in smb2_handle_negotiate()

 fs/smb/server/mgmt/share_config.c |  7 ++++++-
 fs/smb/server/misc.h              |  4 ++--
 fs/smb/server/proc.c              | 13 ++++++++-----
 fs/smb/server/server.c            | 10 +++++++---
 fs/smb/server/smb2pdu.c           |  4 ++--
 fs/smb/server/vfs_cache.c         |  9 +++++++--
 6 files changed, 32 insertions(+), 15 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-08-01  2:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-31 11:50 [PATCH 0/6] ksmbd: fix some bugs ZhangGuoDong
2026-07-31 11:50 ` [PATCH 1/6] smb/server: fix null-ptr-deref in ksmbd_ipc_tree_connect_request() ZhangGuoDong
2026-07-31 11:50 ` [PATCH 2/6] smb/server: fix memory leak in ksmbd_vfs_set_durable_owner() ZhangGuoDong
2026-07-31 11:50 ` [PATCH 3/6] smb/server: fix invalid pointer dereference in ksmbd_stop_durable_scavenger() ZhangGuoDong
2026-07-31 11:50 ` [PATCH 4/6] smb/server: abort initialization when proc setup fails ZhangGuoDong
2026-07-31 11:50 ` [PATCH 5/6] smb/server: call ksmbd_proc_cleanup() on module init failure ZhangGuoDong
2026-07-31 11:50 ` [PATCH 6/6] smb/server: preserve error status in smb2_handle_negotiate() ZhangGuoDong
2026-08-01  2:10 ` [PATCH 0/6] ksmbd: fix some bugs Namjae Jeon

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.