diff options
author | Andi Kleen <andi@firstfloor.org> | 2008-10-07 06:17:28 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2008-10-16 14:14:27 -0400 |
commit | 12caa1b6fc3a9772535227c723c11878b5ca618e (patch) | |
tree | 69a0bbd4a1fbdef6e664ec0545fd16b9825eddcc /Documentation/SubmittingPatches | |
parent | dc02c5290c02c6f6a5fdcee89260ef35f9af3970 (diff) |
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/SubmittingPatches | 5 |
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: | |||
672 | 672 | ||
673 | Linus Torvalds's mail on the canonical patch format: | 673 | Linus Torvalds's mail on the canonical patch format: |
674 | <http://lkml.org/lkml/2005/4/7/183> | 674 | <http://lkml.org/lkml/2005/4/7/183> |
675 | |||
676 | Andi Kleen, "On submitting kernel patches" | ||
677 | Some strategies to get difficult or controversal changes in. | ||
678 | http://halobates.de/on-submitting-patches.pdf | ||
679 | |||
675 | -- | 680 | -- |