On Wed, 17 Sep 2025 15:30:58 +0000 Alexey Nepomnyashih wrote:
Found by Linux Verification Center (linuxtesting.org) with SVACE.
No ads in the commit messages, please. Put the company / project in the From line in the future. Quoting documentation:
From Line ^^^^^^^^^
The ``from`` line must be the very first line in the message body, and has the form:
From: Patch Author author@example.com
The ``from`` line specifies who will be credited as the author of the 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) author@example.com
See: https://www.kernel.org/doc/html/next/process/submitting-patches.html#the-can...