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

From: Kairui Song
Date: Mon Sep 08 2025 - 10:28:11 EST


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.

The author of the doc really should be Chris.