linux-kvm config is very minimal, and it doesn't build most of the drivers.
there are many similar deficiencies in the linux-kvm kernel like that. It would be nice for us to come with definition as to which purpose linux-kvm is supposed to fix, and then yield from that. -- 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