From: Andi Kleen Date: Tue, 7 Oct 2008 10:17:28 +0000 (+0200) Subject: Add a reference to paper to SubmittingPatches X-Git-Tag: v2.6.28-rc1~287^2~1 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?p=linux-2.6-omap-h63xx.git;a=commitdiff_plain;h=12caa1b6fc3a9772535227c723c11878b5ca618e 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 Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 0d601cba969..98aa8b18739 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -672,4 +672,9 @@ Kernel Documentation/CodingStyle: Linus Torvalds's mail on the canonical patch format: + +Andi Kleen, "On submitting kernel patches" + Some strategies to get difficult or controversal changes in. + http://halobates.de/on-submitting-patches.pdf + --