Hello, and welcome to a new edition of Links lists! Rust and some history this week! Coding Rust in the kernel Many people are advocating for integrating Rust in the Linux kernel, which is written (mostly) in C and assembler. Rust is famous for its memory safety guarantees, which is why many people find that it could have a place for writing kernels and drivers. In particular, Google has setup a public prototype and has an interesting post on a sample driver written in Rust.