Commit 9536727e authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

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: default avatarAndi Kleen <ak@linux.intel.com>
Acked-by: default avatarKOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 22b8ab66
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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

--