summaryrefslogtreecommitdiffstats
path: root/Documentation/process
diff options
context:
space:
mode:
authorBorislav Petkov (AMD) <bp@alien8.de>2024-01-24 21:51:50 +0100
committerBorislav Petkov (AMD) <bp@alien8.de>2024-01-25 17:31:17 +0100
commitb37bf5ef177a1aae937451f2e272943a9333dd5c (patch)
treede99ef3568746aa84d5bffeb3030aaa486a7e6db /Documentation/process
parente2fbc857d3c677ce96d9260577491e0d8f21b6f7 (diff)
downloadlinux-b37bf5ef177a1aae937451f2e272943a9333dd5c.tar.gz
linux-b37bf5ef177a1aae937451f2e272943a9333dd5c.tar.bz2
linux-b37bf5ef177a1aae937451f2e272943a9333dd5c.zip
Documentation/maintainer-tip: Add Closes tag
Document where Closes: lands in the tag ordering. Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20240124205442.GAZbF5EmOB8LpKqlSc@fat_crate.local
Diffstat (limited to 'Documentation/process')
-rw-r--r--Documentation/process/maintainer-tip.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/process/maintainer-tip.rst b/Documentation/process/maintainer-tip.rst
index 08dd0f804410..799359231b7f 100644
--- a/Documentation/process/maintainer-tip.rst
+++ b/Documentation/process/maintainer-tip.rst
@@ -304,13 +304,15 @@ following tag ordering scheme:
- Reported-by: ``Reporter <reporter@mail>``
+ - Closes: ``URL or Message-ID of the bug report this is fixing``
+
- Originally-by: ``Original author <original-author@mail>``
- Suggested-by: ``Suggester <suggester@mail>``
- Co-developed-by: ``Co-author <co-author@mail>``
- Signed-off: ``Co-author <co-author@mail>``
+ Signed-off-by: ``Co-author <co-author@mail>``
Note, that Co-developed-by and Signed-off-by of the co-author(s) must
come in pairs.