News

Linux Developers Condemn Binary Drivers

A group of developers has signed a statement condemning binary-only Linux modules, which it argues can wreak havoc on Linux deployments, particularly because without the source code available, their negative influence can be hard to trace.

The developers' collective decreed "any closed-source Linux kernel module or driver to be harmful and undesirable. We have repeatedly found them to be detrimental to Linux users, businesses and the greater Linux ecosystem."

The statement also urged Linux users to support only vendors that offer open source drivers.

At last count, 141 Linux kernel developers had added their names to this list, including such top contributors as David Woodhouse, Theodore Tso, Andrew Morton, Greg Kroah-Hartman and Alan Cox.

Linux creator Linus Torvalds has not signed the petition.

A module is a chunk of code that can be loaded into an operating system kernel to execute a particular function. Hardware drivers are considered modules. An open source module is one in which the source code for the software is made publicly available. The statement asserts that although most Linux modules are now open source, a few are still offered only in their compiled form, called a binary format.

Not providing the source code for modules can be problematic in a number of ways, according to a Q&A page posted by the Linux Foundation. Should the module malfunction, users must rely on a single source for a fix. Linux integrators and resellers are at a disadvantage because they cannot troubleshoot problems on their own.

Linux developers have long singled out graphics-card providers ATI, now owned by Advanced Micro Devices, and Nvidia for not providing open source drivers for their equipment, although ATI started to release open-source drivers last fall.

Such drivers have historically been significant contributors to Linux bug reports, according to an essay posted by Linux Foundation technical advisory board chairman James Bottomley.

"The problem here is that these people quickly get frustrated with the problems which they will ascribe to Linux in general, not the problem binary driver in particular," Bottomley wrote.

Others have noted that such problems from binary modules can disrupt other unrelated Linux functions and, without the source code available, developers can be left scratching their heads about the root of the bug.

About the Author

Joab Jackson is the chief technology editor of Government Computing News (GCN.com).

comments powered by Disqus

Featured

  • Hands On with GitHub Copilot App Technical Preview: Turning a Blazor Issue into a PR

    GitHub's brand-new Copilot desktop app, in technical preview, handled a small Blazor issue from planning through pull request creation, but the hands-on test also showed why developers still need to verify agent work in the running app before merging.

  • At Build 2026, Microsoft Sets Up Windows as an OS for AI Agents

    Microsoft's Build 2026 Windows developer announcements point to a broader platform strategy for agentic AI, spanning terminal workflows, local models, app-building skills, Cloud PCs and operating system-level containment.

  • Slammed by Copilot Usage-Based Billing on Day 1, Facing $180 Bill for June

    A journalist using GitHub Copilot Pro details how a broken editorial workflow on day one of usage-based billing led to runaway token consumption, a projected $180 monthly bill, and practical tactics for cutting AI credit burn.

  • AdaBoost.R2 Regression Using C#

    AdaBoost.R2 regression works by building an ensemble of decision trees, training them on reweighted data, and combining their predictions with a weighted median, while also showing how parameter choices affect accuracy and overfitting.

Subscribe on YouTube