SubmitChecklist: interfaces changes should CC linux-api@
authorMichael Kerrisk <[email protected]>
Fri, 3 Oct 2008 22:23:44 +0000 (15:23 -0700)
committerLinus Torvalds <[email protected]>
Sat, 4 Oct 2008 01:22:18 +0000 (18:22 -0700)
Mention that patches that change the kernel-userland interface should
be CCed to the new list [email protected].

Signed-off-by: Michael Kerrisk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/SubmitChecklist

index da10e0714241fbef07ac394a741e3276723591fb..21f0795af20f1a6a3c34569f10ac05d72e8b75b4 100644 (file)
@@ -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
 
 20: Check that it all passes `make headers_check'.