projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
790816d
)
[PATCH] SubmitChecklist update
author
Andrew Morton
<
[email protected]
>
Tue, 23 Jan 2007 04:40:36 +0000
(20:40 -0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 23 Jan 2007 15:52:06 +0000
(07:52 -0800)
Sing the praises of `gcc -W'. Would have prevented that blockdev direct-IO
bug.
Cc: "Chen, Kenneth W" <
[email protected]
>
Cc: "Randy.Dunlap" <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
Documentation/SubmitChecklist
patch
|
blob
|
history
diff --git
a/Documentation/SubmitChecklist
b/Documentation/SubmitChecklist
index 2270efa101530f8f1de58e951d9c7b4a1f6969d0..bfbb2718a2799b972fa6663ffbc0b34a7b88b999 100644
(file)
--- a/
Documentation/SubmitChecklist
+++ b/
Documentation/SubmitChecklist
@@
-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".