All of the Rust programming language infrastructure updates for the Linux 6.15 kernel have now been submitted. In addition to a lot of technical Rust improvements for the Linux kernel, this cycle also marks the first time Rust Linux maintainer Miguel Ojeda has taken a pull request directly from another contributor as they prepare to work out sub-trees for the Rust ecosystem.
Moving forward the Rust Linux developers will be working toward maintaining sub-trees for different areas of the Rust kernel code. With Linux 6.15 is the first time the Rust code has pulled from a repository for introducing new Rust code rather than just layering on patches directly. Expect more activity here moving forward.
As for the Rust changes in Linux 6.15, there are various crate changes, new HRTIMER and DMA modules for the kernel crate, error handling sections to the documentation, Danilo Krummrich being added as a reviewer for the Rust code, recognition as the previously-controversial DMA mapping helpers device driver API for Rust being part of the new Rust alloc sub-tree, and preparations for other Rust sub-trees.
Separately, via the DRM subsystem pull, is also the very early NOVA core driver code for an open-source NVIDIA driver written in the Rust programming language. That’s very initial code for NOVA-Core in Linux 6.15 but begins laying the foundation as the first in-tree Rust kernel graphics/display driver.
More details on the many Rust code changes for the Linux 6.15 kernel via this pull request.