This repository contains code and other scripts used in the research paper that evaluates the Rust in the Linux kernel.
c
: Contains code for loadable kernel module written in C.
rust
: Contains code for loadable kernel module written in Rust.
python
: Contains scripts to test loadable kernel modules and some parsers to parse the output of objdump
and readelf
.
misc
: Contains a Linux kernel configuration file for WSL2 after Rust support is enabled.