diff options
author | Kevin Hao <haokexin@gmail.com> | 2023-12-21 12:45:08 +0800 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-12-21 22:10:13 +1100 |
commit | 6addc560e69cd1b2e68ef43ad62a878ac1956f51 (patch) | |
tree | 157d88c95496d91cdbaab9a989e56f9f65c193dc /net/unix/unix_bpf.c | |
parent | 9ec1d7486e2520b4898d7f8e1ec3acc7c13c8dc8 (diff) |
powerpc/mpc83xx: Add the missing set_freezable() for agent_thread_fn()
The kernel thread function agent_thread_fn() 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>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231221044510.1802429-2-haokexin@gmail.com
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions