lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CAHk-=wjOEAjUfjoL0UEv1uMV4YoE+3tEFktaBb51T_TUbSem2w@mail.gmail.com> Date: Wed, 26 Apr 2023 12:38:26 -0700 From: Linus Torvalds <torvalds@...ux-foundation.org> To: Matthew Wilcox <willy@...radead.org> Cc: "Theodore Ts'o" <tytso@....edu>, Nathan Chancellor <nathan@...nel.org>, Nick Desaulniers <ndesaulniers@...gle.com>, linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org, linux-mm@...ck.org, Dan Carpenter <error27@...il.com> Subject: Re: [GIT PULL] ext4 changes for the 6.4 merge window On Wed, Apr 26, 2023 at 12:11 PM Matthew Wilcox <willy@...radead.org> wrote: > > Unfortunately, I don't know that we have any buildbots that run smatch, > and most developers don't, so it'll always be an after-the-fact patch Yeah. The advantage of compiler warnings really is that they get caught quicker and developers will react to them much better. They might cause the code to be properly re-organized or rewritten to be much nicer, for example. The "trivial tree" kind of fixups for random other issues that get noticed separately tend to be much more about "work around issue". It might be the proper fix, of course, but it didn't end up being taken into account when writing the code, so it often ends up being just a "papering over the warning" kind of fix. Particularly since the person trying to fix the problem generally isn't the main developer of that code. Linus
Powered by blists - more mailing lists