Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187200
b: refs/heads/master
c: b5247c8
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Mar 12, 2010
1 parent d69791e commit 8dda216
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70bace8c1edefa700c7f7af522c5374ef63860ae
refs/heads/master: b5247c854ed1cef30e0c7f4c6dfbf3c9d83bcf8e
8 changes: 6 additions & 2 deletions trunk/Documentation/SubmitChecklist
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ Documentation/SubmittingPatches and elsewhere regarding submitting Linux
kernel patches.


1: Builds cleanly with applicable or modified CONFIG options =y, =m, and
1: If you use a facility then #include the file that defines/declares
that facility. Don't depend on other header files pulling in ones
that you use.

2: Builds cleanly with applicable or modified CONFIG options =y, =m, and
=n. No gcc warnings/errors, no linker warnings/errors.

2: Passes allnoconfig, allmodconfig
2b: Passes allnoconfig, allmodconfig

3: Builds on multiple CPU architectures by using local cross-compile tools
or some other build farm.
Expand Down

0 comments on commit 8dda216

Please sign in to comment.