Re: [PATCH 0/2] improve per-node allocation and reclaim visibility
From: Matthew Wilcox
Date: Thu Feb 12 2026 - 16:53:44 EST
On Thu, Feb 12, 2026 at 01:22:09PM -0800, JP Kobryn wrote:
> On 2/11/26 8:57 PM, Matthew Wilcox wrote:
> > On Wed, Feb 11, 2026 at 08:51:07PM -0800, JP Kobryn wrote:
> > > We sometimes find ourselves in situations where reclaim kicks in, yet there
> >
> > who is we? you haven't indicated any affiliation in your tags.
>
> Meta. Is there a preferred way of indicating this?
Documentation/process/submitting-patches.rst:
>From Line
^^^^^^^^^
The ``from`` line must be the very first line in the message body,
and has the form:
From: Patch Author <author@xxxxxxxxxxx>
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@xxxxxxxxxxx>
I do this with ~/.gitconfig
[user]
name = Matthew Wilcox (Oracle)
email = willy@xxxxxxxxxxxxx
and it goes into the From and Signed-off-by lines correctly when
generating patches.