Re: [PATCH 0/3] powerpc: Fixes and optimization for the freezable kthread

2023-12-31 Thread Michael Ellerman
On Thu, 21 Dec 2023 12:45:07 +0800, Kevin Hao wrote: > The main changes include: > - Invoke set_freezable() for the kthread which could be frozen > - Drop redundant try_to_freeze() invocation > > Kevin Hao (3): > powerpc: mpc83xx: Add the missing set_freezable() for > agent_thread_fn()

[PATCH 0/3] powerpc: Fixes and optimization for the freezable kthread

2023-12-20 Thread Kevin Hao
Hi, The main changes include: - Invoke set_freezable() for the kthread which could be frozen - Drop redundant try_to_freeze() invocation Kevin Hao (3): powerpc: mpc83xx: Add the missing set_freezable() for agent_thread_fn() powerpc: mpc83xx: Use wait_event_freezable() for freezable