this post was submitted on 24 Nov 2025
116 points (96.8% liked)

Linux

10966 readers
648 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Alex Gaynor recently announced he is formally stepping down as one of the maintainers of the Rust for Linux kernel code with the removal patch now queued for merging in Linux 6.19.

Alex Gaynor was one of the original developers to experiment with Rust code for Linux kernel modules. He's drifted away from Rust Linux kernel development for a while due to lack of time and is now formally stepping down as a listed co-maintainer of the Rust code. After Wedson Almeida Filho stepped down last year as a Rust co-maintainer, this now leaves Rust For Linux project leader Miguel Ojeda as the sole official maintainer of the code while there are several Rust code reviewers.

you are viewing a single comment's thread
view the rest of the comments
[–] onlinepersona@programming.dev 46 points 1 month ago (8 children)

In this thread: people who believe the myth of the safe C programmer. The one who has memorized the spec and is able to hold endless context in their brain while writing code. They themselves are C compilers.

[–] eleijeep@piefed.social -4 points 1 month ago (5 children)

the myth of the safe C programmer

I learnt C around about 1997 and I've used it off and on professionally since about 2006. I am not a myth, and there are many others like me.

What do you want me to write?

[–] Corbin@programming.dev 6 points 1 month ago

I want you to write kernel code for a few years. But we go to Lemmy with the machismo we have, not the machismo we wish we had. Write a JSON recognizer; it should have the following signature and correctly recognize ECMA 404, returning 0 on success and 1 on failure.

int recognizeJSON(const char*);

I estimate that this should take you about 120 lines of code. My prior estimated defect rate for C programs is about one per 60 lines. So, to get under par, your code should have fewer than two bugs.

load more comments (4 replies)
load more comments (6 replies)