Zack's Kernel News
Zack's Kernel News
Chronicler Zack Brown reports on porting drivers to Rust, and empowering debuggers.
Porting Drivers to Rust
Daniel Almeida submitted Tyr, a Rust port of the Panthor driver, done as a collaboration between his own employer Collabora, along with ARM and Google. The Panthor driver, written in C, gives support for ARM's Mali series of graphics processing units (GPUs), which have become so all-important in artificial intelligence development and the fate of the universe. The Tyr port of Panthor, by Daniel and others, was an effort to migrate the driver to Rust. As Daniel put it, "The name 'Tyr' is inspired by Norse mythology, reflecting ARM's tradition of naming their GPUs after Nordic mythological figures and places."
The transformation of the Linux kernel from the C language to Rust is a long-term ongoing project. I personally don't know if the actual goal is to replace all C code with Rust in the kernel – maybe the kernel developers themselves don't know. But Rust's natural safety features that avoid various types of memory errors have made it one of a tiny set of languages welcomed by Linus Torvalds into the Linux kernel. For example, a likely candidate would be C++, seemingly the natural successor of C, and there was at one time a strong push by developers to let C++ into the kernel. However, Linus has always resisted accepting such patches. Now, suddenly Rust appears and is welcomed like a long-lost child.
There were immediately many technical responses to Daniel's submission, but nothing controversial. Rust's status in the kernel was recently highly contentious, because some maintainers simply refused to accept Rust patches at all. Linus finally made his policy clear: Maintainers are not required to accept Rust patches themselves … but then they also have no say in which Rust patches go into the kernel. Since then, the Rust floodgates have definitely opened.
[...]
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Two New Distros Adopt Enlightenment
MX Moksha and AV Linux 25 join ranks with Bodhi Linux and embrace the Enlightenment desktop.
-
Solus Linux 4.8 Removes Python 2
Solus Linux 4.8 has been released with the latest Linux kernel, updated desktops, and a key removal.
-
Zorin OS 18 Hits over a Million Downloads
If you doubt Linux isn't gaining popularity, you only have to look at Zorin OS's download numbers.
-
TUXEDO Computers Scraps Snapdragon X1E-Based Laptop
Due to issues with a Snapdragon CPU, TUXEDO Computers has cancelled its plans to release a laptop based on this elite hardware.
-
Debian Unleashes Debian Libre Live
Debian Libre Live keeps your machine free of proprietary software.
-
Valve Announces Pending Release of Steam Machine
Shout it to the heavens: Steam Machine, powered by Linux, is set to arrive in 2026.
-
Happy Birthday, ADMIN Magazine!
ADMIN is celebrating its 15th anniversary with issue #90.
-
Another Linux Malware Discovered
Russian hackers use Hyper-V to hide malware within Linux virtual machines.
-
TUXEDO Computers Announces a New InfinityBook
TUXEDO Computers is at it again with a new InfinityBook that will meet your professional and gaming needs.
-
SUSE Dives into the Agentic AI Pool
SUSE becomes the first open source company to adopt agentic AI with SUSE Enterprise Linux 16.

