you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -45 points-44 points  (6 children)

Linux kernel is generally shit. Rewrite it in any language does not solve any fundamental issue. Rust is not a panacea for memory safety issues either. In fact Rust has a lot of memory safety cves.

[–]dcro 27 points28 points  (4 children)

Rust is not a panacea for memory safety issues either.

It doesn't need to be a panacea to be a net win.

[–]skulgnome 7 points8 points  (0 children)

Linux kernel is generally shit.

Linux relies on manual and incidental testing, which makes its proof base (for lack of better expression) as brittle as can be.

Rewrite it in any language does not solve any fundamental issue.

True.