[PATCH v1 2/2] kexec_core: Drop redundant pm_restore_gfp_mask() call
Rafael J. Wysocki
rafael at kernel.org
Thu Jul 10 06:12:20 PDT 2025
From: Rafael J. Wysocki <rafael.j.wysocki at intel.com>
Drop the direct pm_restore_gfp_mask() call from the KEXEC_JUMP flow in
kernel_kexec() because it is redundant. Namely, dpm_resume_end()
called beforehand in the same code path invokes that function and
it is sufficient to invoke it once.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki at intel.com>
---
kernel/kexec_core.c | 1 -
1 file changed, 1 deletion(-)
--- a/kernel/kexec_core.c
+++ b/kernel/kexec_core.c
@@ -1136,7 +1136,6 @@
Resume_devices:
dpm_resume_end(PMSG_RESTORE);
Resume_console:
- pm_restore_gfp_mask();
console_resume_all();
thaw_processes();
Restore_console:
More information about the kexec
mailing list