Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 453 Bytes

File metadata and controls

5 lines (3 loc) · 453 Bytes

klint

klint is a tool that allows to introduce extra static analysis passes ("lints") in Rust kernel code, leveraging the Rust compiler as a library. One of the first lints available validates that Rust code follows the kernel locking rules by tracking the preemption count at compile-time.

The main developer and maintainer is Gary Guo.