From: Andi Kleen Date: Thu, 16 Oct 2008 05:02:02 +0000 (-0700) Subject: SubmittingPatches: add a reference to Andi's OLS paper X-Git-Tag: v3.12-rc1~18018 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9536727ef696861b205834dd2e01456b91088cb7;p=kernel%2Fkernel-generic.git SubmittingPatches: add a reference to Andi's OLS paper 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 Acked-by: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index bee87f2..7b67f3b 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 + --