Here’s the relevant kernel mailing list thread. There’s a lot of stuff going on before, mind you, but this part onwards is important.
If you didn’t read all of this (I don’t blame you), here’s how I am reading it:
- [Hector Martin] Rust devs, just submit the patch. Either Torvalds likes it or not. I assume that people against us are saboteurs. I know the future!
- [Simona Vetter] You can’t eat your cake and have it too; either call it quits or try to change things from the inside, not both. Also stop creating drama, it affects me, and I’ve seen you creating drama for years, just so social media platforms can have their popcorn.
- [Dave Arlie] Sima (Vetter) is right, stop creating drama. You are not helping [us? them?] this way.
- [Martin] I feel tired and this justifies my behaviour. I also got deeply offended with the word “cancer” being used to refer to the Rust4Linux project. The process is broken. If my brigading doesn’t work then say what else would.
- [Linus Torvalds] The process works dammit. Your brigading makes me not want to touch this shit. Patches matter, discussions matter, brigading doesn’t, you’re the problem here.
Martin’s toot (mentioned by Vetter was deleted, but still readable from an archive link.
Personally I think that Vetter, Arlie, Torvalds are being spot on. It’s relevant to note that, based on the mailing list plus this blog entry, Arlie is at the very least sympathetic towards the Rust4Linux project, if not part of it.
Apparently, martin has in general nuked his socials? Im getting an error on mastadon
If that’s correct good for him. Seriously.
The same people who might cheer you up, when you’re creating drama, are the ones who silently avoid you when it comes to working together. Because drama is only fun when it affects other people, not you.
And going by what Simona Vetter said in the mailing list, this is not the first time:
[Vetter] And this isn’t the first time or the second, by now it’s a pretty clear pattern over some years. And with the first I could explain why you [Hector Martin] react like that and you had my full understanding, but eventually that runs a bit thin as an excuse. Now I’m left with the unlikely explanation that you just like thundering in as the cavalry, fashionably late, maximally destructive, because it entertains the masses on fedi [Mastodon?] or reddit or wherever.
And being off social media will both decrease the odds Martin creates drama, and reduce the visibility of the drama he creates.
What is Martin doing that makes it “brigading” instead of calling the community to express their opinion?
To add to what @[email protected] said, I’ll use an example.
Alice and Bob are organising a party. Alice claims that they should serve cheap wine. Bob argues for cheap wine plus beer. Alice is rather stubborn on saying “no, we’ll get drunkards this way”; it’s a poor argument but it’s still about the drinks.
Then Charlie pops up out of nowhere. Charlie is not part of the party organisation, but he’s still planning to attend the party, and he’s a biiiig fan of beer. He picks a megaphone and says “Hey! Alice is calling every beer drinker a drunkard! As a beer drinker, I feel deeply offended by that. If I was Bob I’d simply buy lotsa beer and ignore Alice.”
Then you get a bunch of people, who’ll never attend the party, eating popcorn while they watch the “Alice vs. Bob+Charlie” fight. Except that there’s no fight; Alice and Bob are arguing about something, and Charlie is creating drama. And a few popcorn eaters are bound to exert pressure towards Alice to give beer an OK sign, without even bothering to hear her side of the matter.
That is brigading: regardless of his “intentions” Charlie is bringing random people into the discussion to exert pressure towards one side of the dispute. Including muppets that think that anyone trying to get what Alice says must be “illiterate beer haters”.
Now replace Alice, Bob, Charlie with Hellwig, Rust4Linux devs, Martin. Replace cheap wine with C and beer with Rust. It’s the same deal.
It’s brigading to go on social media platforms and complain about the people you work with in order to exert outside pressure on them. You’re bypassing the formal processes of discussion and consensus-building and trying to leverage informal power you have. This tends to make people very angry and reluctant to work with you no matter what.
Linux is an open source project, not a democracy. If you want to contribute you have to follow their rules.
Martin was out of line.
Hellwig also was out of line and unnecessarily hostile.
Linus… Is the voice of reason? Though I would have preferred he rebuke Hellwig in the same breath.
It’s a strange 2025.
Martin has nearly always been like this. Ive known martin from way way way back when he worked on the wii and he has always been a guy that just causes drama by pointing and saying “this is shit. Look at this shit”. It isnt a bad thing to do, but the way he does it is basically going to somebody’s home with a sledgehammer and smashing a wall without checking in. It turns people away from you even if youre right.
He had a beef and drama with me, devkitpro, gbatemp.
Then he stopped being on my radar, heard he was working on asahi, then heard he was causing drama between emulation devs, then luois rossman, and now bloody linus torvalds?sigh
pointing and saying “this is shit. Look at this shit”
Yeah you only get to do that if you’re Linus 😄
You only get to do that if you’re the founder and leader of a project. If you join other people’s projects then you play by their rules, not your own.
Amazingly restrained on Linus’ part. He has really grown.
Well, social media around him and us really hasn’t. Torvalds is right to condemn the agitation, but Martin’s case is just by-catch to the underlying technopolitical issue.
What’s with the quotes?
Claburn’s article seems biased toward Martin’s position in the disagreement, using the most forgiving language possible for his behavior while describing the opposing side with obviously critical language and insufficiently covering the reasons for it. Linus’s response might be mildly interesting, but the article is disappointingly poor journalism.
No amount of sabotage from old entrenched maintainers is going to stop the world from moving forward towards memory-safe languages.
Jesus fucking insufferable Christ… Saying shit like this, given C has been in use for 50 years and is still in very wide use today, and given the vast number of languages that have come and gone over this period, it’s just incredible.
I do not agree with the Dev who stepped down.
But on the topic of C, I wouldn’t measure the quality of a language based on its adoption. C is a relatively old language and therefore benefits from getting wide-use before other languages were born. It will never die because who would ever want to rewrite every project in existence in another language.
Memory safety is very important since it has consistently been one of the largest sources of vulnerabilities throughout software history.
C is not a bad language, but it has flaws. Performance at the cost of safety is not a good trade-off in most scenarios. There is no such thing as a “perfect programmer” who won’t make mistakes.
Memory safety at the expense of complicated interfaces is also not a good trade-off, even in terms of security.
I don’t disagree with these points in general. However this isn’t simply about the tools. Tools go along with people and their skill and experience. There are developers and developers. There are people with lots of experience who create much higher quality C code than others. Personally I’d never touch C if I can avoid it as I don’t trust myself as much. I’d always go for C++ instead. Modern C++ with RAII is great. It’s what most of the software at our corpo is written in. Maybe Rust would end up becoming the default standard at some point. Maybe something else would. I would never go shit on a coworker who has produced tons of well functioning code that they better reskill in something that may or may not stick around, or that they may not become as productive with for a long time. A team skilled in C or C++ may be able to produce higher quality software, quicker than a less skilled team Rust. Rust might be better for teams that just start in native programming. I don’t know. If it grows enough in use, reskilling people and reworking software to cooperate with it might become an obvious choice. For now, as I see it, it depends on the team.
And I dont deny that. There are a lot of programmers, and not all had eduction on designing secure software. Even with the knowledge and experience, what if the programmer is tired or makes a similar mistake. Only one mess-up away from a potential vulnerability or instability of the app and system as a whole. I need more experience with C to form a better opinion.
This is why security is usually multi-layered - decrease the chances of a single fuckup compromising everything. And yes using a safer language adds a layer. But typically it won’t be the only layer.
Probably what all the horse people said when cars were invented.
The horse-car analogies rarely achieve what you want them to, especially in situations where we don’t have the benefit of hindsight.
More akin to Elon insisting the cybertruck is the way of the future, and people just keep buying Rivians and internal combustion vehicles.
Especially as there’s D, a language that when used in betterC mode, is on-par with C, minus the archaic precompiler, which is replaced with very powerful metaprogramming capabilities.
I would’t trade a good horse for an early car. Maybe a model T.
deleted by creator
Oh I expect absolute crickets from all the people who waded into this trashing Hellwig.