@inproceedings{9c2a8978e0484e4498133f288ba3498e,
title = "Linux Kernel Module Development with Rust",
abstract = "The Linux system has become an indispensable component of today's Internet services, network backbones, and IoT devices. The Linux kernel is primarily implemented in the C language for efficiency, creating opportunities for memory bugs and synchronization bugs. We introduce the use of the Rust programming language in kernel development, where the safety features of the Rust language are leveraged to prevent the introduction of memory bugs or synchronization bugs when writing kernel code. We showcase the key steps in developing a Linux kernel module in Rust and discuss how the memory bugs and synchronization bugs are prevented. The evaluation demonstrates that the performance overhead of the Rust kernel modules is on par with the C kernel modules.",
keywords = "compile-time check, Linux kernel, memory bug, Rust, synchronization bug",
author = "Chen, {Shao Fu} and Wu, {Yu Sung}",
note = "Publisher Copyright: {\textcopyright} 2022 IEEE.; 5th IEEE Conference on Dependable and Secure Computing, DSC 2022 ; Conference date: 22-06-2022 Through 24-06-2022",
year = "2022",
doi = "10.1109/DSC54232.2022.9888822",
language = "English",
series = "5th IEEE Conference on Dependable and Secure Computing, DSC 2022 and SECSOC 2022 Workshop, PASS4IoT 2022 Workshop SICSA International Paper/Poster Competition in Cybersecurity",
publisher = "Institute of Electrical and Electronics Engineers Inc.",
booktitle = "5th IEEE Conference on Dependable and Secure Computing, DSC 2022 and SECSOC 2022 Workshop, PASS4IoT 2022 Workshop SICSA International Paper/Poster Competition in Cybersecurity",
address = "United States",
}