kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing
stable inclusion from stable-5.10.28 commit 7f6518ec6ee9f6965d5857c61212422e11d247cb bugzilla: 51779 -------------------------------- [ Upstream commit 15b2219f ] Don't send fake signals to PF_IO_WORKER threads, they don't accept signals. Just treat them like kthreads in this regard, all they need is a wakeup as no forced kernel/user transition is needed. Suggested-by:Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by:
Jens Axboe <axboe@kernel.dk> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Chen Jun <chenjun102@huawei.com> Acked-by:
Weilong Chen <chenweilong@huawei.com> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com>
Loading
Please sign in to comment