summaryrefslogtreecommitdiffstats
path: root/Documentation/SubmitChecklist
diff options
context:
space:
mode:
authorRandy Dunlap2006-09-29 11:01:26 +0200
committerLinus Torvalds2006-09-29 18:18:23 +0200
commit1a036cdd955b695b7e09e6505e6d6eba697f043e (patch)
treecddcfbac159f544e41d3e0102f8a8a2ba63f2699 /Documentation/SubmitChecklist
parent[PATCH] valid_swaphandles() fix (diff)
downloadkernel-qcow2-linux-1a036cdd955b695b7e09e6505e6d6eba697f043e.tar.gz
kernel-qcow2-linux-1a036cdd955b695b7e09e6505e6d6eba697f043e.tar.xz
kernel-qcow2-linux-1a036cdd955b695b7e09e6505e6d6eba697f043e.zip
[PATCH] Mention Documenation/ABI/ requirements in Documentation/SubmitChecklist
Mention Documenation/ABI/ requirements in Documentation/SubmitChecklist. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/SubmitChecklist')
-rw-r--r--Documentation/SubmitChecklist3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/SubmitChecklist b/Documentation/SubmitChecklist
index a10bfb6ecd9f..a6cb6ffd2933 100644
--- a/Documentation/SubmitChecklist
+++ b/Documentation/SubmitChecklist
@@ -61,3 +61,6 @@ kernel patches.
Documentation/kernel-parameters.txt.
18: All new module parameters are documented with MODULE_PARM_DESC()
+
+19: All new userspace interfaces are documented in Documentation/ABI/.
+ See Documentation/ABI/README for more information.