在 2022/3/22 13:54, Sui Jingfeng 写道:
On 2022/3/22 21:08, Jiaxun Yang wrote:
在 2022/3/22 2:33, Sui Jingfeng 写道:
On 2022/3/22 07:20, Rob Herring wrote:
On Tue, Mar 22, 2022 at 12:29:14AM +0800, Sui Jingfeng wrote:
From: suijingfeng suijingfeng@loongson.cn
Needs a commit message.
Signed-off-by: suijingfeng suijingfeng@loongson.cn Signed-off-by: Sui Jingfeng 15330273260@189.cn
Same person? Don't need both emails.
Yes, suijingfeng@loongson.cn is my company's email. But it can not be used to send patches to dri-devel,
when send patches with this email, the patch will not be shown on patch works.
Emails are either blocked or got rejected by loongson's mail server. It can only receive emails
from you and other people, but not dri-devel. so have to use my personal email(15330273260@189.cn) to send patches.
In this case you can just use your company's email to sign-off code and sending with your personal email. It's common practice.
If you don't want to receiving kernel email in your company mailbox, you can add a entry in .mailmap .
|I'm using `git send-email -7 --cover-letter --annotate -v11` command to send patches, it will automatically sign off patches with the my private emails. |
The alternative solution is:
git format-patch -7 -v11 --cover-letter git send-email ./*.patch
Thanks. - Jiaxun
Thanks.
- Jiaxun