2023-12-17 22:41 GMT+09:00, Kevin Hao <haokexin@xxxxxxxxx>: > The kernel thread function ksmbd_conn_handler_loop() invokes > the try_to_freeze() in its loop. But all the kernel threads are > non-freezable by default. So if we want to make a kernel thread to be > freezable, we have to invoke set_freezable() explicitly. > > Signed-off-by: Kevin Hao <haokexin@xxxxxxxxx> Acked-by: Namjae Jeon <linkinjeon@xxxxxxxxxx> Sorry for late response. Applied it to #ksmbd-for-next-next. Thanks for your patch!