diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-07-09 19:12:47 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-07-09 22:53:06 +0200 |
commit | ec3cae639482a8da11a3ae30d28ceceb9d6a3f56 (patch) | |
tree | ab5deebe271f74d6bfc192dbf519027ecdc48c71 /net/switchdev/switchdev.c | |
parent | d7b8f8e20813f0179d8ef519541a3527e7661d3a (diff) |
PM: sleep: Call pm_restore_gfp_mask() after dpm_resume()
Commit 12ffc3b1513e ("PM: Restrict swap use to later in the suspend
sequence") changed two pm_restore_gfp_mask() calls in enter_state()
and hibernation_restore() into one pm_restore_gfp_mask() call in
dpm_resume_end(), but it put that call before the dpm_resume()
invocation which is too early (some swap-backing devices may not be
ready at that point).
Moreover, this code ordering change was not even mentioned in the
changelog of the commit mentioned above.
Address this by moving that call after the dpm_resume() one.
Fixes: 12ffc3b1513e ("PM: Restrict swap use to later in the suspend sequence")
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://patch.msgid.link/2797018.mvXUDI8C0e@rjwysocki.net
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions