Skip to content

Commit e8c42b3

Browse files
committed
UBUNTU: [Packaging]: wdat_wdt.ko is moved from
"linux-modules-extra-*-generic" to "linux-modules-*-generic" BugLink: https://bugs.launchpad.net/bugs/2098554 Linux supports the virtual watchdog timer through the "wdat_wdt" module. In Ubuntu 24.04 LTS on amd64, this module is in the "linux-modules-extra-*-generic" series of packages. These are depended on by the "linux-image-generic" package, but not by the "linux-image-virtual" package. The latter is what is included in Ubuntu Official Cloud Images. Installing "linux-image-virtual" on amd64 should get the "wdat_wdt" module because it's necessary to fully support a common hypervisor. And to be consistent, we should do the same for other architectures too. Signed-off-by: Mehmet Basaran<mehmet.basaran@canonical.com> Acked-by: Stefan Bader <stefan.bader@canonical.com> Acked-by: Agathe Porte <agathe.porte@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com> (copied from master) Signed-off-by: Philip Cox <philip.cox@canonical.com>
1 parent 6cb4834 commit e8c42b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

debian.oracle/control.d/oracle-64k.inclusion-list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ drivers/video/vgastate.ko
180180
drivers/virt/vboxguest/vboxguest.ko
181181
drivers/virtio/*
182182
drivers/watchdog/softdog.ko
183+
drivers/watchdog/wdat_wdt.ko
183184
drivers/xen/*
184185
! find sound/core -name oss -prune -o -name *.ko -print
185186
fs/9p/*

debian.oracle/control.d/oracle.inclusion-list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ drivers/video/vgastate.ko
180180
drivers/virt/vboxguest/vboxguest.ko
181181
drivers/virtio/*
182182
drivers/watchdog/softdog.ko
183+
drivers/watchdog/wdat_wdt.ko
183184
drivers/xen/*
184185
! find sound/core -name oss -prune -o -name *.ko -print
185186
fs/9p/*

0 commit comments

Comments
 (0)