diff options
author | Andi Kleen <andi@firstfloor.org> | 2008-10-07 12:17:28 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2008-10-16 12:14:27 -0600 |
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: 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 + -- |