summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-09-07 01:50:52 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-09-07 01:50:52 +0200
commit6ca5f775d372a8e74a4d26688c1f0e057729ed50 (patch)
tree4b73e4f804725add7e945e8cecdd160e38f1722c
parenteed71ee0db0141d05b3ab86016658f705f06667c (diff)
patches.html: Add text on the use of the SIgned-off-by: and other tagsv2021-08-07
Reported-by: Sagar Patel <sagarmp@cs.unc.edu> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--patches.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/patches.html b/patches.html
index aa4812b..ea543df 100644
--- a/patches.html
+++ b/patches.html
@@ -95,6 +95,34 @@ patches |
[patch] shmop.2: Add "(void *)" cast to RETURN VALUE </pre>
</li>
<li>
+ For nontrivial patches, it is helpful if you add a
+ <span class="const">Signed-off-by:</span>
+ tag to certify that you wrote the patch or otherwise have the
+ right to pass it on as an open-source patch.
+ Such a tag is added neas the end of the commit message, and has the form:
+ </br>
+ </br>
+ <span class="const">Signed-off-my: Firstname Lastname &lt;your-email-address&gt;</span>
+ </br>
+ </br>
+ For details, see the section on the "Developer's Certificate of Origin" in the file
+ <a href="https://www.kernel.org/doc/Documentation/process/submitting-patches.rst"><span class="pathname">Documentation/process/submitting-patches.rst</span></a>
+ in the Linux kernel source tree.
+ Where appropriate, other tags documented in that file, such as
+ <span class="const">Reported-by:</span>,
+ <span class="const">Reviewed-by:</span>,
+ <span class="const">Acked-by:</span>,
+ and
+ <span class="const">Suggested-by:</span>
+ can be added to the patch.
+ The
+ <em>man-pages</em> project also uses a
+ <span class="const">Cowritten-by:</span>
+ tag with the obvious meaning.
+ <br>
+ <br>
+ </li>
+ <li>
<strong>PLEASE NOTE</strong>: for <strong>nontrivial patches</strong>,
you can save the maintainers a <em>lot</em> of time by attending
to the following: