diff mbox series

[SRU,kinetic/linux-kvm,1/1] UBUNTU: [Config] kvm: Add support for dummy net driver

Message ID 20230124183257.83421-2-jacob.martin@canonical.com
State New
Headers show
Series UBUNTU: [Config] kvm: Add support for dummy net driver | expand

Commit Message

Jacob Martin Jan. 24, 2023, 6:32 p.m. UTC
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@canonical.com>
---
 debian.kvm/config/annotations          | 3 +++
 debian.kvm/config/config.common.ubuntu | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

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