------- Comment From [email protected] 2016-11-23 13:02 EDT------- Just for documentation:
grep "CONFIG_TIGON3\|CONFIG_VIRTIO_NET\|CONFIG_VIRTIO_BLK" /boot/config-4.8.0-28-generic CONFIG_VIRTIO_BLK=m CONFIG_VIRTIO_NET=m CONFIG_TIGON3=m The three drivers could be added / removed with modprobe without any issues as expected. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1637303 Title: Move some device drivers build from kernel built-in to modules Status in linux package in Ubuntu: Fix Released Status in linux source package in Yakkety: Fix Committed Status in linux source package in Zesty: Fix Released Bug description: Some drivers in Ubuntu are built as kernel built-in components, not allowing some module interesting features like blacklist on boot command-line or module removal/replacement. Also, modules has debug advantages compared to built-in kernel components, like the possibility to easy build custom-debug modules against kernel tree and replace them using modprobe on running system. This feature is a request to Canonical move some currently built-in drivers to module build system on Power platform, by changing the kernel config file. The drivers in question are: tg3, virtio-blk and virtio-net. The kernel config file parameters related to those 3 drivers are: CONFIG_TIGON3, CONFIG_VIRTIO_BLK and CONFIG_VIRTIO_NET. They all are currently set as "=y"; we're requesting a change to "=m". Thanks in advance, Guilherme To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1637303/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp

