[PATCH 0/3] powerpc: Fixes and optimization for the freezable kthread
Kevin Hao
haokexin at gmail.com
Thu Dec 21 15:45:07 AEDT 2023
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 kthread
powerpc: ps3: Add missing set_freezable() for ps3_probe_thread()
arch/powerpc/platforms/83xx/suspend.c | 5 +++--
arch/powerpc/platforms/ps3/device-init.c | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)
--
2.39.2
More information about the Linuxppc-dev
mailing list