projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd7ebec
)
SubmitChecklist: interfaces changes should CC linux-api@
author
Michael Kerrisk
<
[email protected]
>
Fri, 3 Oct 2008 22:23:44 +0000
(15:23 -0700)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/Documentation/SubmitChecklist
b/Documentation/SubmitChecklist
index da10e0714241fbef07ac394a741e3276723591fb..21f0795af20f1a6a3c34569f10ac05d72e8b75b4 100644
(file)
--- 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
+
[email protected]
.
20: Check that it all passes `make headers_check'.