Re: [PATCH v1 0/2] PM: sleep: Avoid using pr_cont() in tasks freezing code

From: Petr Mladek
Date: Tue Dec 06 2022 - 03:22:24 EST


On Thu 2022-12-01 19:31:59, Rafael J. Wysocki wrote:
> Hi All,
>
> The first patch in this series rearranges the tasks freezing code used during
> system-wide suspend and hibernation to avoid printing continuation messages
> with pr_cont() which is problematic.
>
> The second patch refines one more message in that code on top of the first one.

Both patches seems to do what they are supposed to do. Feel free to use:

Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>

That said, I am not familiar with the freezer code. For example, I was
not aware of linux-pm/tools/power/pm-graph/sleepgraph.py. Anyway,
both changes make perfect sense and I do not see any problem.

Best Regards,
Petr