From: Jakub Kicinski Date: Mon, 3 Feb 2025 17:46:25 +0000 (-0800) Subject: docs: submitting-patches: document the format for affiliation X-Git-Tag: v6.15-rc1~223^2~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95767a592dc997eab17a4f58fcb16abff2101ba3;p=thirdparty%2Flinux.git docs: submitting-patches: document the format for affiliation Adding company name in round brackets to From/SoB lines is fairly common, but I don't see it documented anywhere. Every now and then people try to add the sponsorship lines to the commit message, fun example from this merge window: Sponsored by: The FreeBSD Foundation from commit 2ce67f8bf1ce ("wifi: iwlwifi: mvm: fix iwl_ssid_exist() check"). Better format would be: Author: Miri Korenblit (FreeBSD Foundation) <... Signed-off-by: Jakub Kicinski Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20250203174626.1131225-1-kuba@kernel.org --- diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst index 8fdc0ef3e604f..12ed28b3d1138 100644 --- a/Documentation/process/submitting-patches.rst +++ b/Documentation/process/submitting-patches.rst @@ -717,6 +717,12 @@ patch in the permanent changelog. If the ``from`` line is missing, then the ``From:`` line from the email header will be used to determine the patch author in the changelog. +The author may indicate their affiliation or the sponsor of the work +by adding the name of an organization to the ``from`` and ``SoB`` lines, +e.g.: + + From: Patch Author (Company) + Explanation Body ^^^^^^^^^^^^^^^^