diff options
author | Andi Kleen <andi@firstfloor.org> | 2008-10-15 22:02:02 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-16 11:21:32 -0700 |
commit | 9536727ef696861b205834dd2e01456b91088cb7 (patch) | |
tree | d32d4918067fb5a8402258141eb2f258879e302d /Documentation/SubmittingPatches | |
parent | 22b8ab66deb2600f93d24d30df17b9d9e5273d05 (diff) | |
download | kernel_samsung_aries-9536727ef696861b205834dd2e01456b91088cb7.zip kernel_samsung_aries-9536727ef696861b205834dd2e01456b91088cb7.tar.gz kernel_samsung_aries-9536727ef696861b205834dd2e01456b91088cb7.tar.bz2 |
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/SubmittingPatches | 5 |
1 files changed, 5 insertions, 0 deletions
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: <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 + -- |