aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/SubmittingPatches
diff options
context:
space:
mode:
authorAndi Kleen <andi@firstfloor.org>2008-10-07 12:17:28 +0200
committerJonathan Corbet <corbet@lwn.net>2008-10-16 12:14:27 -0600
commit12caa1b6fc3a9772535227c723c11878b5ca618e (patch)
tree69a0bbd4a1fbdef6e664ec0545fd16b9825eddcc /Documentation/SubmittingPatches
parentAdd kerneldoc documentation for new printk format extensions (diff)
downloadlinux-dev-12caa1b6fc3a9772535227c723c11878b5ca618e.tar.xz
linux-dev-12caa1b6fc3a9772535227c723c11878b5ca618e.zip
Add a reference to paper to SubmittingPatches
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>
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r--Documentation/SubmittingPatches5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 0d601cba9690..98aa8b187395 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -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
+
--