[SRU][kinetic/linux-kvm][PATCH 1/1] UBUNTU: [Config] kvm: Add support for dummy net driver
Jacob Martin
jacob.martin at canonical.com
Tue Jan 24 18:32:57 UTC 2023
BugLink: https://bugs.launchpad.net/bugs/1998244
Enables CONFIG_DUMMY as a module, adding support for the dummy net
driver. This is to allow various kselftests/net/ scripts to run
properly.
Signed-off-by: Jacob Martin <jacob.martin at canonical.com>
---
debian.kvm/config/annotations | 3 +++
debian.kvm/config/config.common.ubuntu | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian.kvm/config/annotations b/debian.kvm/config/annotations
index 10c963254d25..2052b6da13a9 100644
--- a/debian.kvm/config/annotations
+++ b/debian.kvm/config/annotations
@@ -2,6 +2,9 @@
# FORMAT: 3
# ARCH: x86
+CONFIG_DUMMY policy<{'amd64': 'm'}>
+CONFIG_DUMMY mark<ENFORCED> note<LP: #1998244>
+
CONFIG_MODVERSIONS policy<{'amd64': 'y'}>
CONFIG_MODVERSIONS mark<ENFORCED> note<LP: #1898716>
diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
index 170780e25f22..ff752b2e8276 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -776,7 +776,7 @@ CONFIG_DQL=y
# CONFIG_DRM_DEBUG_MODESET_LOCK is not set
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
CONFIG_DST_CACHE=y
-# CONFIG_DUMMY is not set
+CONFIG_DUMMY=m
# CONFIG_DUMMY_IRQ is not set
# CONFIG_DW_XDATA_PCIE is not set
# CONFIG_DYNAMIC_DEBUG is not set
--
2.25.1
More information about the kernel-team
mailing list