summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorZhangGuoDong <zhangguodong@kylinos.cn>2026-07-31 11:50:06 +0000
committerNamjae Jeon <linkinjeon@kernel.org>2026-08-17 15:00:58 +0900
commitdb97f3763727d652112ae70038d4e17b3ce277bb (patch)
tree3aec12afb247f33b1a91887e0d6fd769ef5734c6 /scripts
parentbef46b604732d83f8da29f782868de4d25bf972c (diff)
downloadlinux-db97f3763727d652112ae70038d4e17b3ce277bb.tar.gz
linux-db97f3763727d652112ae70038d4e17b3ce277bb.zip
smb/server: abort initialization when proc setup fails
ksmbd_server_init() calls ksmbd_proc_init() before creating the remaining proc entries and server subsystems. ksmbd_proc_init() tears down partial state on a procfs or percpu_counter allocation failure, but returns void, so ksmbd_server_init() continues as if the counters were usable. Once userspace starts the server, server_ctrl_handle_init() calls ksmbd_proc_reset(), which reaches percpu_counter_set() with a NULL per-CPU counters pointer on SMP systems. The later ksmbd_proc_create() calls also receive a NULL parent and may create entries in the /proc root; ksmbd_proc_cleanup() cannot remove those entries because ksmbd_proc_fs is NULL. Fixes: b38f99c1217a ("ksmbd: add procfs interface for runtime monitoring and statistics") Signed-off-by: ZhangGuoDong <zhangguodong@kylinos.cn> Reviewed-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions