On 13.12.23 12:17, Rafael J. Wysocki wrote:
On Wed, Dec 13, 2023 at 10:09 AM Kevin Hao <haokexin@xxxxxxxxx> wrote:
A freezable kernel thread can enter frozen state during freezing by
either calling try_to_freeze() or using wait_event_freezable() and its
variants. However, there is no need to use both methods simultaneously.
The changelog doesn't match the patch IMV.
Staring at the code, I think it makes sense once one spots the existing
"wait_event_freezable()" on the else path.
--
Cheers,
David / dhildenb