From c60450bd7fb238fe7fe49e0a2638fb8c08878618 Mon Sep 17 00:00:00 2001 From: Mehmet Basaran Date: Wed, 5 Mar 2025 18:40:00 +0100 Subject: [PATCH] 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 Acked-by: Stefan Bader Acked-by: Agathe Porte Signed-off-by: Stefan Bader --- debian.master/control.d/generic.inclusion-list | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list index e414985ad12f..f1c508a43c80 100644 --- a/debian.master/control.d/generic.inclusion-list +++ b/debian.master/control.d/generic.inclusion-list @@ -220,6 +220,7 @@ drivers/video/vgastate.ko drivers/virt/vboxguest/vboxguest.ko drivers/virtio/* drivers/watchdog/softdog.ko +drivers/watchdog/wdat_wdt.ko drivers/xen/* fs/9p/* fs/aufs/aufs.ko