fishinabarrel / linux-kernel-module-rust

Framework for writing Linux kernel modules in safe Rust
GNU General Public License v2.0
1.33k stars 119 forks source link

Get rid of printk helper #263

Closed geofft closed 4 years ago

geofft commented 4 years ago

Now that Rust has stable FFI varargs, we should be able to implement printk_helper in Rust instead of C.