From 8dda2166fbba9cccccbad1911592fa19de4d210a Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 10 Mar 2010 15:21:59 -0800 Subject: [PATCH] --- yaml --- r: 187200 b: refs/heads/master c: b5247c854ed1cef30e0c7f4c6dfbf3c9d83bcf8e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/SubmitChecklist | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index d9005eb9e15d..999e938e87a5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 70bace8c1edefa700c7f7af522c5374ef63860ae +refs/heads/master: b5247c854ed1cef30e0c7f4c6dfbf3c9d83bcf8e diff --git a/trunk/Documentation/SubmitChecklist b/trunk/Documentation/SubmitChecklist index 1053a56be3b1..8916ca48bc95 100644 --- a/trunk/Documentation/SubmitChecklist +++ b/trunk/Documentation/SubmitChecklist @@ -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.