From: Marc Zyngier <maz@kernel.org>
To: Paul Liu <paul.liu@linaro.org>
Cc: u-boot@lists.denx.de, Will Deacon <willdeacon@google.com>,
Tom Rini <trini@konsulko.com>
Subject: Re: [PATCH 1/2] arm: cpu: Add optional CMOs by VA
Date: Wed, 08 Feb 2023 08:20:35 +0000 [thread overview]
Message-ID: <87bkm41sbw.wl-maz@kernel.org> (raw)
In-Reply-To: <CALG-KHzus6L4KbPShU8j-jVvyjvyCEZt9qtVMUaAW43EFYt2Pw@mail.gmail.com>
On Tue, 07 Feb 2023 17:18:27 +0000,
Paul Liu <paul.liu@linaro.org> wrote:
>
> Hi Marc,
>
> I think you are the author. I'm just making some minor fixes and
> then upstreaming to the mailing list. What is the correct way to
> make the Signed-off-by list?
In general, and unless you have completely rewritten the patch (it
doesn't seem so in this particular case), you should keep the original
authorship and sign-off chain, and add your own Signed-off-by: tag
*after* the previous ones.
You should also document what changes you have made, if any, when
picking up the patch.
When posting it, it should read something like:
<quote>
From: Random Developer <rd@ilikesoup.org>
Fix foo handling in bar().
Signed-off-by: Random Developer <rd@ilikesoup.org>
Signed-off-by: Random Committer <rc@gimmecheese.net>
[Paul: picked from the FooBar tree, fixed the return
value for bar() and rebased to upstream]
Signed-off-by: Paul Liu <paul.liu@linaro.org>
Link: https://git.foobar.com/commit/?df2d85d0b0b5b1533d6db9079f0a0a7b73ef6a34
</quote>
where "Random Developer" is the original author, and "Random
Committer" is someone who picked up the patch the first place. The
important thing here is that, just by looking at the sign-off chain,
you can tell how the patch has been handled.
The additional information (enclosed in square bracket) is optional
but much appreciated by the reviewers, and so is the link to the
original patch, which helps seeing it in context.
If the commits have lost the original authorship (which sometimes
happen as you rebase patches and resolve conflicts), you can fix it
with:
git commit --amend --author="Random Developer <rd@ilikesoup.org>"
on each individual commit.
Tom's email also has a good pointer to what is expected from
contributors (most of which is applicable to a large number of
open-source projects).
Hope this helps,
M.
--
Without deviation from the norm, progress is not possible.
next prev parent reply other threads:[~2023-02-08 8:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-07 16:20 [PATCH 0/2] arm: cpu: Add optional CMOs by VA Ying-Chun Liu (PaulLiu)
2023-02-07 16:20 ` [PATCH 1/2] " Ying-Chun Liu (PaulLiu)
2023-02-07 16:35 ` Marc Zyngier
2023-02-07 16:40 ` Tom Rini
2023-02-07 17:06 ` Marc Zyngier
2023-02-07 17:12 ` Tom Rini
2023-02-07 17:18 ` Paul Liu
2023-02-08 8:20 ` Marc Zyngier [this message]
2023-02-07 16:20 ` [PATCH 2/2] arm64: Initialize TLB memory if CMO_BY_VA_ONLY Ying-Chun Liu (PaulLiu)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bkm41sbw.wl-maz@kernel.org \
--to=maz@kernel.org \
--cc=paul.liu@linaro.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=willdeacon@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox