Originally posted by perpetually high
View Post
Announcement
Collapse
No announcement yet.
Linux 5.15 Enabling "-Werror" By Default For All Kernel Builds
Collapse
X
-
Originally posted by brad0 View Post
Why would they want to do the right thing when they can do the wrong thing instead.
(Linus could also be sending a message to developers and then just revert this next kernel as a troll move. Totally a Linus move. He's capable of said trolling.)
- Likes 1
Leave a comment:
-
Originally posted by coder View PostThe biggest problem I have with static analysis (besides too much time wasted "fixing" false-positive warnings) is the false sense of security some people seem to take from it. It's only one tool in the toolbox. Over-reliance on any one tool is going to be unproductive.
Leave a comment:
-
Originally posted by JustRob View PostIdeally they'll add "-Werror=format-security" to new versions, like Fedora does. Don't complain that it's more difficult for someone else to write defensive code, when you're the one most affected.
https://fedoraproject.org/wiki/Format-Security-FAQ
- Likes 3
Leave a comment:
-
Ideally they'll add "-Werror=format-security" to new versions, like Fedora does. Don't complain that it's more difficult for someone else to write defensive code, when you're the one most affected.
- Likes 2
Leave a comment:
-
Originally posted by perpetually high View PostWhile I understand it and respect Sir Linus,
- Likes 7
Leave a comment:
-
Originally posted by Chewi View PostIt seems like a good idea on the face of it but compilers flag up more and more things as warnings with every release, ...
"We ... will disable specific over-eager warnings as required, if we can't fix them."
As long as you enable only the warnings with an extremely low false-positive rate, then it should be fine. Of course, that means certain things will be missed, but you can do additional static analysis not as part of the build.
- Likes 2
Leave a comment:
-
it will specially effect the staging drivers, maybe cause a remove of bad maintained staging drivers. It is not bad, open source is not about releasing code. It is about to maintain code together with a community in public repositories.
- Likes 3
Leave a comment:
Leave a comment: