[SRU][X linux-kvm][PATCH] UBUNTU: [Config]: enable KEXEC and KEXEC_FILE
Connor Kuehl
connor.kuehl at canonical.com
Tue Apr 23 16:49:12 UTC 2019
BugLink: https://bugs.launchpad.net/bugs/1799791
This option was initially turned off as part of the minimal KVM config.
However, it is enabled in the master/generic config and its enablement
could allow for some creative applications of linux-kvm.
Signed-off-by: Connor Kuehl <connor.kuehl at canonical.com>
---
debian.kvm/config/config.common.ubuntu | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
index cbdfe860ef82..d2e04d179f61 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -1100,7 +1100,8 @@ CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_XZ is not set
CONFIG_KERNFS=y
-# CONFIG_KEXEC is not set
+CONFIG_KEXEC=y
+COFNIG_KEXEC_FILE=y
CONFIG_KEYS=y
CONFIG_KEYS_COMPAT=y
# CONFIG_KGDB is not set
--
2.17.1
More information about the kernel-team
mailing list