@xnox brings up a good question of what the purposed of the linux-kvm kernel is. Its supposed to be the minimal kernel (minimal boot time and minimal size), and I think the main use case is to bootstrap cloud images so that they can then install other kernels as quickly as possible, right? So Im not sure what other use cases outside of that we care about.
-- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1993814 Title: net sched missing from Jammy KVM image Status in cloud-images: New Status in linux-kvm package in Ubuntu: New Bug description: The net/sched modules are not included in the KVM image, but are in other images (for example AWS, if I install `linux- modules-5.15.0-1020-aws`. Can these modules be included in the KVM image + modules package? Additionally, I note that there seems to be no `linux-modules-extra` for KVM? ``` $ dpkg -L linux-modules-5.15.0-1020-kvm | grep net/sched | wc -l 0 $ dpkg -L linux-modules-5.15.0-1020-aws | grep net/sched | wc -l 72 ``` To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-images/+bug/1993814/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp