this post was submitted on 13 Dec 2025
73 points (100.0% liked)

Linux

10570 readers
328 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Rust for Linux lead developer Miguel Ojeda posted the patch a short time ago to "conclude the Rust experiment". The "experiment" of Rust programming language code in the Linux kernel is over as it's now accepted to be a success and "Rust is here to stay" in the kernel.

Following discussions at the Linux Plumbers Conference this week in Japan, Miguel Ojeda is now comfortable in declaring Rust for the Linux kernel a success in being able to drop the "experiment" flag on the effort. Ojeda wrote this evening on the kernel mailing list

top 3 comments
sorted by: hot top controversial new old
[โ€“] mereo@piefed.ca 23 points 15 hours ago

Phoronix's forum will be interesting... Pop the popcorn!

[โ€“] krh@programming.dev 3 points 7 hours ago (1 children)

I remember when the whole "Rust in Linux" thing was introduced to me via a YouTube thumbnail that said something about Torvalds explaining his thoughts on it.

Now I didn't watch the video, because I wasn't really as interested into Linux/programming as I am today, but I remember thinking to myself: "this is stupid, who cares what language is used as long as it does it's job?".

I am not a developer on the kernel tho, so maybe I'm just oversimplifying things. ๐Ÿคท

[โ€“] ulterno@programming.dev 0 points 1 hour ago

I remember the "abort on OOM" being one of the problems they had to do something about, because, while that was doable for embedded systems, it wasn't really for Desktop.