<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Documentation/SubmitChecklist, branch v2.6.25</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.25</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.25'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2008-02-14T00:21:18Z</updated>
<entry>
<title>Documentation: prune redundant SubmitChecklist items</title>
<updated>2008-02-14T00:21:18Z</updated>
<author>
<name>J. Bruce Fields</name>
<email>bfields@citi.umich.edu</email>
</author>
<published>2008-02-13T23:03:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=df24d9a6a9014010513d6af1105f4de05c504a4b'/>
<id>urn:sha1:df24d9a6a9014010513d6af1105f4de05c504a4b</id>
<content type='text'>
Kernel style is mentioned twice, and the git apply trick is a bit redundant
given the checkpatch.pl recommendation (which also checks for bad
whitespace).

Signed-off-by: J. Bruce Fields &lt;bfields@citi.umich.edu&gt;
Cc: "Randy.Dunlap" &lt;rdunlap@xenotime.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Documentation: Fix typo in SubmitChecklist.</title>
<updated>2007-10-20T01:13:09Z</updated>
<author>
<name>James Bowes</name>
<email>jbowes@dangerouslyinc.com</email>
</author>
<published>2007-10-20T01:13:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=80abe55b53028bd082bdc69c497fe734e6057538'/>
<id>urn:sha1:80abe55b53028bd082bdc69c497fe734e6057538</id>
<content type='text'>
Signed-off-by: James Bowes &lt;jbowes@dangerouslyinc.com&gt;
Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
<entry>
<title>SubmitChecklist update, fix spelling error</title>
<updated>2007-07-16T16:05:46Z</updated>
<author>
<name>Jesper Juhl</name>
<email>jesper.juhl@gmail.com</email>
</author>
<published>2007-07-16T06:40:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8b7ecb113eb884bed126c44513aeecdbbfa6fee3'/>
<id>urn:sha1:8b7ecb113eb884bed126c44513aeecdbbfa6fee3</id>
<content type='text'>
Signed-off-by: Jesper Juhl &lt;jesper.juhl@gmail.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>add a trivial patch style checker</title>
<updated>2007-06-01T15:18:28Z</updated>
<author>
<name>Andy Whitcroft</name>
<email>apw@shadowen.org</email>
</author>
<published>2007-06-01T07:46:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0a920b5b666d0be8141bd1ce620fffa7de96b81b'/>
<id>urn:sha1:0a920b5b666d0be8141bd1ce620fffa7de96b81b</id>
<content type='text'>
We are seeing increasing levels of minor patch style violations in submissions
to the mailing lists as well as making it into the tree.  These detract from
the quality of the submission and cause unnessary work for reviewers.

As a first step package up the current state of the patch style checker and
include it in the kernel tree.  Add instructions suggesting running it on
submissions.  This adds version v0.01 of the checkpatch.pl script.

Signed-off-by: Andy Whitcroft &lt;apw@shadowen.org&gt;
Signed-off-by: Joel Schopp &lt;jschopp@austin.ibm.com&gt;
Cc: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Cc: Dave Jones &lt;davej@codemonkey.org.uk&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>SubmitChecklist: add -W help</title>
<updated>2007-05-11T15:29:35Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@linux-foundation.org</email>
</author>
<published>2007-05-11T05:22:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=98091696653e8ac32a2653589923acd8198777ac'/>
<id>urn:sha1:98091696653e8ac32a2653589923acd8198777ac</id>
<content type='text'>
Help people to work out how to use `gcc -W'.

Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Add info about whitespace to SubmitChecklist</title>
<updated>2007-05-09T19:30:49Z</updated>
<author>
<name>Roland Dreier</name>
<email>rdreier@cisco.com</email>
</author>
<published>2007-05-09T09:33:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4d3556329926bde7c1e80cd6c650525326652ea4'/>
<id>urn:sha1:4d3556329926bde7c1e80cd6c650525326652ea4</id>
<content type='text'>
Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] add -mm testing in SubmitChecklist</title>
<updated>2007-03-01T22:53:37Z</updated>
<author>
<name>Randy Dunlap</name>
<email>randy.dunlap@oracle.com</email>
</author>
<published>2007-03-01T04:12:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=244474b216d319d7317a610fb5d6e194c5ef1460'/>
<id>urn:sha1:244474b216d319d7317a610fb5d6e194c5ef1460</id>
<content type='text'>
Add -mm testing to SubmitChecklist.

Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] SubmitChecklist update</title>
<updated>2007-01-23T15:52:06Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2007-01-23T04:40:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a517b9f9fe8e57437b0b9b50e279220aaf651268'/>
<id>urn:sha1:a517b9f9fe8e57437b0b9b50e279220aaf651268</id>
<content type='text'>
Sing the praises of `gcc -W'.  Would have prevented that blockdev direct-IO
bug.

Cc: "Chen, Kenneth W" &lt;kenneth.w.chen@intel.com&gt;
Cc: "Randy.Dunlap" &lt;rdunlap@xenotime.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] submit checklist update</title>
<updated>2006-12-10T17:55:40Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2006-12-10T10:18:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0dd4e5b8e197f9d10e171e9f4aa9ed72e4a6d00c'/>
<id>urn:sha1:0dd4e5b8e197f9d10e171e9f4aa9ed72e4a6d00c</id>
<content type='text'>
Mention the new fault-injection test framework.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] submit checklist: mention headers_check</title>
<updated>2006-10-01T07:39:21Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2006-10-01T06:27:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ce584f913870bbad8779a1130d4be48698560bf0'/>
<id>urn:sha1:ce584f913870bbad8779a1130d4be48698560bf0</id>
<content type='text'>
Cc: David Woodhouse &lt;dwmw2@infradead.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
