diff options
author | Kevin Hao <haokexin@gmail.com> | 2023-12-17 21:41:37 +0800 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2024-01-09 20:01:16 -0600 |
commit | 8fb7b723924cc9306bc161f45496497aec733904 (patch) | |
tree | c10f92b6fda0abadf47dc973188f9736515fdc71 /tools/bpf/bpftool/prog.c | |
parent | 8cf9bedfc3c47d24bb0de386f808f925dc52863e (diff) |
ksmbd: Add missing set_freezable() for freezable kthread
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@gmail.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/bpf/bpftool/prog.c')
0 files changed, 0 insertions, 0 deletions