From: Borislav Petkov (AMD) Date: Wed, 24 Jan 2024 20:51:50 +0000 (+0100) Subject: Documentation/maintainer-tip: Add Closes tag X-Git-Tag: v6.9-rc1~193^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b37bf5ef177a1aae937451f2e272943a9333dd5c;p=thirdparty%2Fkernel%2Flinux.git Documentation/maintainer-tip: Add Closes tag Document where Closes: lands in the tag ordering. Signed-off-by: Borislav Petkov (AMD) Acked-by: Thomas Gleixner Link: https://lore.kernel.org/r/20240124205442.GAZbF5EmOB8LpKqlSc@fat_crate.local --- diff --git a/Documentation/process/maintainer-tip.rst b/Documentation/process/maintainer-tip.rst index 08dd0f804410b..799359231b7f2 100644 --- a/Documentation/process/maintainer-tip.rst +++ b/Documentation/process/maintainer-tip.rst @@ -304,13 +304,15 @@ following tag ordering scheme: - Reported-by: ``Reporter `` + - Closes: ``URL or Message-ID of the bug report this is fixing`` + - Originally-by: ``Original author `` - Suggested-by: ``Suggester `` - Co-developed-by: ``Co-author `` - Signed-off: ``Co-author `` + Signed-off-by: ``Co-author `` Note, that Co-developed-by and Signed-off-by of the co-author(s) must come in pairs.