Skip to content

Commit 768668f

Browse files
committed
fix link and typo in RFL page
1 parent b737e1e commit 768668f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/2024h2/rfl_stable.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ The [experimental support for Rust development in the Linux kernel][RFL.com] is
2525

2626
### The status quo
2727

28-
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/[email protected]/), is to 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.
28+
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/[email protected]/), 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.
2929

3030
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.
3131
This interop requires Rust to expose low-level capabilities that don't currently have stable interfaces.
3232

33+
[RFL]: https://rust-for-linux.com/
3334
[pinned-init]: https://rust-for-linux.com/pinned-init
3435
[arclk]: https://rust-for-linux.com/arc-in-the-linux-kernel
3536

0 commit comments

Comments
 (0)