Skip to content

Commit eb90a76

Browse files
committed
rfl: update links
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 5fb7b94 commit eb90a76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/2025h1/rfl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Continue working towards Rust for Linux on stable, turning focus from language f
1414

1515
## Motivation
1616

17-
This goal continues our push to support the Linux kernel building on stable Rust. The focus in 2025H1 is shifting from language features, which were largely completed in 2024H2, towards compiler flags and tooling support. The Linux Kernel makes use of a number of unstable options in the compiler for target specific optimizations, code hardening, and sanitizer integration. It also requires a custom build of the standard library and has hacky integration with rustdoc to enable the use of doctests. We are looking to put all of these items onto a stable foundation.
17+
This goal continues our push to support the Linux kernel building on stable Rust. The focus in 2025H1 is shifting from language features, which were largely completed in 2024H2, towards compiler flags and tooling support. The Linux Kernel makes use of a [number of unstable options][RFL#2] in the compiler for target specific optimizations, code hardening, and sanitizer integration. It also requires a custom build of the standard library and has hacky integration with rustdoc to enable the use of doctests. We are looking to put all of these items onto a stable foundation.
1818

1919
[RFL.com]: https://rust-for-linux.com/
2020
[RFL#2]: https://github.com/Rust-for-Linux/linux/issues/2
@@ -38,9 +38,9 @@ Longer term, having Rust in the Linux kernel is an opportunity to expose more C
3838

3939
For deeper background, please refer to these materials:
4040

41-
* The article on the latest Maintainer Summit: [Committing to Rust for kernel code](https://lwn.net/Articles/952029/)
41+
* The article on the latest Maintainers Summit: [Committing to Rust in the kernel](https://lwn.net/Articles/991062/)
4242
* The [LWN index on articles related to Rust in the kernel](https://lwn.net/Kernel/Index/#Development_tools-Rust)
43-
* [The latest status update at LPC](https://www.youtube.com/watch?v=qvlgIaYrd3g).
43+
* [The latest status update at LPC](https://www.youtube.com/watch?v=tamydDnWoLs).
4444
* [Linus talking about Rust](https://www.youtube.com/watch?v=OvuEYtkOH88&t=335s).
4545
* [Rust in the linux kernel, by Alice Ryhl](https://www.youtube.com/watch?v=CEznkXjYFb4)
4646
* [Using Rust in the binder driver, by Alice Ryhl](https://www.youtube.com/watch?v=Kt3hpvMZv8o)

0 commit comments

Comments
 (0)