Messages in this thread Patch in this message |  | | Date | Thu, 25 Jan 2024 16:43:37 -0000 | | From | "tip-bot2 for Borislav Petkov (AMD)" <> | | Subject | [tip: x86/misc] Documentation/maintainer-tip: Add Closes tag |
| |
The following commit has been merged into the x86/misc branch of tip:
Commit-ID: b37bf5ef177a1aae937451f2e272943a9333dd5c Gitweb: https://git.kernel.org/tip/b37bf5ef177a1aae937451f2e272943a9333dd5c Author: Borislav Petkov (AMD) <bp@alien8.de> AuthorDate: Wed, 24 Jan 2024 21:51:50 +01:00 Committer: Borislav Petkov (AMD) <bp@alien8.de> CommitterDate: Thu, 25 Jan 2024 17:31:17 +01:00
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 --- Documentation/process/maintainer-tip.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/process/maintainer-tip.rst b/Documentation/process/maintainer-tip.rst index 08dd0f8..7993592 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.
|  |