Re: [PATCH v2 01/15] docs/mm: add document for swap table

From: Baoquan He
Date: Mon Sep 08 2025 - 11:07:40 EST


On 09/08/25 at 10:27pm, Kairui Song wrote:
> On Mon, Sep 8, 2025 at 8:54 PM Baoquan He <bhe@xxxxxxxxxx> wrote:
> >
> > On 09/06/25 at 03:13am, Kairui Song wrote:
> > > From: Kairui Song <kasong@xxxxxxxxxxx>
> > >
> > > From: Chris Li <chrisl@xxxxxxxxxx>
> >
> > 'From author <authorkernel.org>' can only be one person, and the co-author
> > should be specified by "Co-developed-by:" and "Signed-off-by:"?
> >
>
> Hmm, that's interesting, I'm using git send mail with below setup:
>
> [sendemail]
> from = Kairui Song <ryncsn@xxxxxxxxx>
> confirm = auto
> smtpServer = smtp.gmail.com
> smtpServerPort = 587
> smtpEncryption = tls
> smtpUser = ryncsn@xxxxxxxxx
>
> So it will add a "From:" automatically when I'm using gmail's SMTP but
> the patch author doesn't match the sender. It seems git somehow got
> confused by this commit, maybe I used some sending parameters wrongly.

Then you may need to remove the 'from' field of your git [sendemail]
section. If I git am your patch, then the your first 'from' will be the
patch author.

>
> The author of the doc really should be Chris.
>