diff options
author | Michael Kerrisk <mtk.manpages@googlemail.com> | 2008-10-03 15:23:44 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-03 18:22:18 -0700 |
commit | 1d992ce905c838c2ca26fff8f2417cd31f667fd5 (patch) | |
tree | bfb63e31a801c6819a2c9ca228ccb6d5e10a1264 /Documentation/SubmitChecklist | |
parent | bd7ebec64d65ccf72a955a50fec27caf0f2458f1 (diff) | |
download | linux-3.10-1d992ce905c838c2ca26fff8f2417cd31f667fd5.tar.gz linux-3.10-1d992ce905c838c2ca26fff8f2417cd31f667fd5.tar.bz2 linux-3.10-1d992ce905c838c2ca26fff8f2417cd31f667fd5.zip |
SubmitChecklist: interfaces changes should CC linux-api@
Mention that patches that change the kernel-userland interface should
be CCed to the new list linux-api@vger.kernel.org.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/SubmitChecklist')
-rw-r--r-- | Documentation/SubmitChecklist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/SubmitChecklist b/Documentation/SubmitChecklist index da10e071424..21f0795af20 100644 --- a/Documentation/SubmitChecklist +++ b/Documentation/SubmitChecklist @@ -67,6 +67,8 @@ kernel patches. 19: All new userspace interfaces are documented in Documentation/ABI/. See Documentation/ABI/README for more information. + Patches that change userspace interfaces should be CCed to + linux-api@vger.kernel.org. 20: Check that it all passes `make headers_check'. |