Re: Do you want warning quashing patches at this point in the cycle?
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2021-10-04 16:38:55
Also in:
linux-fsdevel, linux-nfs, lkml
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2021-10-04 16:38:55
Also in:
linux-fsdevel, linux-nfs, lkml
On Mon, Oct 4, 2021 at 3:13 AM David Howells [off-list ref] wrote:
Do you want patches that quash warnings from W=1
For W=1? No.
The kerneldoc ones might be ok, but actual code fixes have
historically been problematic because W=1 sometimes warns for
perfectly good code (and then people "fix" it to not warn, and
introduce actual bugs).
Linus