Fundamentals 4 min read

Rust Moves from Experimental to Core in the Linux Kernel – What It Means

At recent Linux kernel maintainer meetings, developers announced that Rust has shed its experimental label and become a permanent, core component of the Linux kernel, highlighting its growing maturity, production use, and the remaining challenges for full integration.

21CTO
21CTO
21CTO
Rust Moves from Experimental to Core in the Linux Kernel – What It Means

Status Update

At the 2025 Linux kernel maintainer summit the community formally declared that the Rust support in the Linux kernel has graduated from the "experimental" stage. The "experimental" label will be removed and Rust is now considered a core component of the kernel, with long‑term support expected.

Rust support was first merged into the mainline kernel in version 6.1 to evaluate its suitability across technical, process, and social dimensions. Since then, several major Linux distributions have enabled Rust, and the Android kernel uses it on millions of devices.

Technical Implications

Although Rust is now a first‑class language in the kernel, it does not automatically work for every kernel configuration, architecture, or toolchain. Specific combinations remain experimental, for example:

Mixed GCC + LLVM builds.

Upcoming native GCC support for Rust.

Ongoing work is required in multiple areas:

Kernel subsystems need to adopt Rust APIs where appropriate.

Upstream Rust must continue to evolve to meet kernel requirements (e.g., no_std, custom allocators).

Toolchains such as GCC and LLVM need stable Rust front‑ends and cross‑compilation support.

Developers are encouraged to allocate time for learning Rust to contribute to kernel code safely.

Historical Context

The Rust for Linux project started in 2020 with the goal of bringing Rust’s memory‑safety guarantees into kernel development. Early discussions highlighted concerns about maintenance complexity when mixing Rust with existing C code. With explicit backing from Linus Torvalds and other core maintainers, the effort progressed to mainline inclusion and, as of 2025, to a non‑experimental status.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Open SourceLinux kernelMemory SafetySystems Programming
21CTO
Written by

21CTO

21CTO (21CTO.com) offers developers community, training, and services, making it your go‑to learning and service platform.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.