185
Linux Kernel Rust Code Sees Its First CVE Vulnerability
(www.phoronix.com)
This is a most excellent place for technology news and articles.
What's the point of rewriting parts of the kernel in unsafe rust?
unsafe is usually used only when you need to interact with something else like low level or ffi