From fb1490368bac9296fe9122d98b6b848187523827 Mon Sep 17 00:00:00 2001 From: Jared Baur Date: Wed, 3 Dec 2025 21:08:58 -0800 Subject: [PATCH] linux/common-config: enable KEXEC_HANDOVER KEXEC_HANDOVER is a cool new Linux kernel feature that allows for state to be preserved across kexec'ed kernels. --- pkgs/os-specific/linux/kernel/common-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 82432a9773df..5ea3e16a8c55 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -1224,6 +1224,7 @@ let KEXEC_FILE = option yes; KEXEC_JUMP = option yes; + KEXEC_HANDOVER = whenAtLeast "6.16" (option yes); PARTITION_ADVANCED = yes; # Needed for LDM_PARTITION # Windows Logical Disk Manager (Dynamic Disk) support