[linux-kvm-b][PATCH] UBUNTU: kvm: [config] enable CONFIG_MODULE_UNLOAD

Po-Hsu Lin po-hsu.lin at canonical.com
Wed Apr 25 11:31:39 UTC 2018


BugLink: http://bugs.launchpad.net/bugs/1766832

The CONFIG_MODULE_UNLOAD config is required for module removal.

Signed-off-by: Po-Hsu Lin <po-hsu.lin 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 5b5bcba..806454e 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -1307,7 +1307,8 @@ CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"
 # CONFIG_MODULE_SIG_SHA384 is not set
 CONFIG_MODULE_SIG_SHA512=y
 # CONFIG_MODULE_SRCVERSION_ALL is not set
-# CONFIG_MODULE_UNLOAD is not set
+CONFIG_MODULE_UNLOAD=y
+# CONFIG_MODULE_FORCE_UNLOAD is not set
 # CONFIG_MODVERSIONS is not set
 CONFIG_MPILIB=y
 CONFIG_MPLS=y
-- 
2.7.4





More information about the kernel-team mailing list