Skip to content

Commit 5fb7b94

Browse files
committed
rfl: fix link
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 26fad5c commit 5fb7b94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/2025h1/rfl.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ This goal continues our push to support the Linux kernel building on stable Rust
2121

2222
### The status quo
2323

24-
The [Rust For Linux (RFL)][RFL] project has been accepted into the Linux kernel in experimental status. The project's goal, as described in the [Kernel RFC introducing it](https://lore.kernel.org/lkml/20210414184604.23473-1-ojeda@kernel.org/), is to add support for authoring kernel components (modules, subsystems) using Rust. Rust would join C as the only two languages permitted in the linux kernel. This is a very exciting milestone for Rust, but it's also a big challenge.
24+
The [Rust For Linux (RFL)][RFL] project has been accepted into the Linux kernel in experimental status. The project's goal, as described in the [Kernel RFC introducing it][RFL-RFC], is to add support for authoring kernel components (modules, subsystems) using Rust. Rust would join C as the only two languages permitted in the linux kernel. This is a very exciting milestone for Rust, but it's also a big challenge.
25+
26+
[RFL-RFC]: https://lore.kernel.org/lkml/20210414184604.23473-1-ojeda@kernel.org/
2527

2628
Integrating Rust into the Linux kernel means that Rust must be able to interoperate with the kernel's low-level C primitives for things like locking, linked lists, allocation, and so forth.
2729
This interop requires Rust to expose low-level capabilities that don't currently have stable interfaces.

0 commit comments

Comments
 (0)