summaryrefslogtreecommitdiffstats
path: root/Documentation/SubmittingPatches
diff options
context:
space:
mode:
authorAndi Kleen2008-10-16 07:02:02 +0200
committerLinus Torvalds2008-10-16 20:21:32 +0200
commit9536727ef696861b205834dd2e01456b91088cb7 (patch)
treed32d4918067fb5a8402258141eb2f258879e302d /Documentation/SubmittingPatches
parentDocument panic_on_unrecovered_nmi sysctl (diff)
downloadkernel-qcow2-linux-9536727ef696861b205834dd2e01456b91088cb7.tar.gz
kernel-qcow2-linux-9536727ef696861b205834dd2e01456b91088cb7.tar.xz
kernel-qcow2-linux-9536727ef696861b205834dd2e01456b91088cb7.zip
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 <ak@linux.intel.com> Acked-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 bee87f2842a3..7b67f3bf8dd3 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
+
--