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

Message ID 4441789.LvFx2qVVIh@kreacher
Headers
Series PM: sleep: Avoid using pr_cont() in tasks freezing code |

Message

Rafael J. Wysocki Dec. 1, 2022, 6:31 p.m. UTC
  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.

Thanks!
  

Comments

Petr Mladek Dec. 6, 2022, 8:22 a.m. UTC | #1
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@suse.com>

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