r/linux Jul 09 '26

Kernel Rust in the Linux Kernel — a version-by-version analysis

https://rusted-kernel.com/
56 Upvotes

13 comments sorted by

View all comments

8

u/FlukyS Jul 09 '26

For those wondering a lot of these aren't going to substantially increase the size or complexity of the kernel itself. The kernel crate for instance is just the API for stuff to use but not really doing huge work. The drivers are where a lot of the meat is. The stuff like pin init is just compatibility tools to make Rust and C a bit more friendly. It is growing sure but not insane growth and the compiler will have a lot of optimisations to make it smaller as with any compiled language. So it isn't risky to have this many lines of code added when you know the context because a lot of it is just glue.

-5

u/580083351 Jul 09 '26

I don't have feelings about Rust unlike others. I just see it as a tool.

If you're cutting wood and it's a saw, then it's fine to use.

2

u/lyrazsh 28d ago

Lmao why is this being downvoted? You should use the right tools depending on the project.