Add a reference to paper to SubmittingPatches
authorAndi Kleen <andi@firstfloor.org>
Tue, 7 Oct 2008 10:17:28 +0000 (12:17 +0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 16 Oct 2008 18:14:27 +0000 (12:14 -0600)
Add a reference to paper to SubmittingPatches

For this year's OLS I wrote a paper on successfull strategies
to submit difficult kernel patches. Add a reference to it to
SubmittingPatches.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/SubmittingPatches

index 0d601cb..98aa8b1 100644 (file)
@@ -672,4 +672,9 @@ Kernel Documentation/CodingStyle:
 
 Linus Torvalds's mail on the canonical patch format:
   <http://lkml.org/lkml/2005/4/7/183>
+
+Andi Kleen, "On submitting kernel patches"
+  Some strategies to get difficult or controversal changes in.
+  http://halobates.de/on-submitting-patches.pdf
+
 --