Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a517b9f9 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

[PATCH] SubmitChecklist update



Sing the praises of `gcc -W'.  Would have prevented that blockdev direct-IO
bug.

Cc: "Chen, Kenneth W" <kenneth.w.chen@intel.com>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 790816dd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -72,3 +72,7 @@ kernel patches.

    If the new code is substantial, addition of subsystem-specific fault
    injection might be appropriate.

22: Newly-added code has been compiled with `gcc -W'.  This will generate
    lots of noise, but is good for finding bugs like "warning: comparison
    between signed and unsigned".