Building in random drivers hurts the majority

Bug #492078 reported by Ben Collins
20
This bug affects 3 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Fix Released
Medium
Andy Whitcroft
Karmic
Won't Fix
Medium
Stefan Bader
Lucid
Fix Released
Medium
Andy Whitcroft

Bug Description

In karmic there are 33 pata and 12 sata drivers built-in to the kernel. This may seem like a good idea, but in fact it causes more problems than it solves.

First off, including a driver that is only used by 0.1% of users will in fact hurt the other 99.9%. The extra amount of code loaded into memory will use up pages, and make it more likely to have a cache miss, and become detrimental to performance over-all.

The only real gain of making a hardware driver built-in, is to benefit the majority of users. Things that can fall into this category are ahci driver, which is in-use on almost all chipsets (this includes nvidia and intel).

In my case, the pata-acpi driver is built-in and it is getting bound to my promise pata before the promise driver can. I have to rebuild the kernel because I cannot disable pata-acpi.

Please, go back and remove all of these and review each inclusion based on the amount of users it benefits.

Tags: karmic lucid
Tim Gardner (timg-tpi)
Changed in linux (Ubuntu):
assignee: nobody → Stefan Bader (stefan-bader-canonical)
status: New → Triaged
Changed in linux (Ubuntu Karmic):
assignee: nobody → Stefan Bader (stefan-bader-canonical)
status: New → Triaged
Changed in linux (Ubuntu Lucid):
assignee: Stefan Bader (stefan-bader-canonical) → Andy Whitcroft (apw)
Changed in linux (Ubuntu Karmic):
importance: Undecided → Medium
Changed in linux (Ubuntu Lucid):
importance: Undecided → Medium
Andy Whitcroft (apw)
tags: added: kernel-series-unknown
Andy Whitcroft (apw)
tags: added: karmic lucid
removed: kernel-series-unknown
Andy Whitcroft (apw)
Changed in linux (Ubuntu Lucid):
milestone: none → ubuntu-10.04-beta-1
Andy Whitcroft (apw)
Changed in linux (Ubuntu Lucid):
milestone: ubuntu-10.04-beta-1 → ubuntu-10.04-beta-2
Revision history for this message
Andy Whitcroft (apw) wrote :

As part of the configuration review we have pulled out all of the PATA modules and most of the SATA modules which should resolve this.

Changed in linux (Ubuntu Lucid):
status: Triaged → Fix Released
Revision history for this message
Leann Ogasawara (leannogasawara) wrote : Closing unsupported series nomination.

This bug was nominated against a series that is no longer supported, ie karmic. The bug task representing the karmic nomination is being closed as Won't Fix.

This change has been made by an automated script, maintained by the Ubuntu Kernel Team.

Changed in linux (Ubuntu Karmic):
status: Triaged → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related blueprints

Remote bug watches

Bug watches keep track of this bug in other bug trackers.