[SRU][D/C/B linux-kvm][PATCH] UBUNTU: [Config]: enable KEXEC and KEXEC_FILE

Connor Kuehl connor.kuehl at canonical.com
Tue Apr 23 16:49:11 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
index 6eb250217353..0e227e8a7d0c 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -1240,8 +1240,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_FILE is not set
+CONFIG_KEXEC=y
+CONFIG_KEXEC_FILE=y
 CONFIG_KEYS=y
 CONFIG_KEYS_COMPAT=y
 # CONFIG_KEY_DH_OPERATIONS is not set
-- 
2.17.1




More information about the kernel-team mailing list