Skip to content

Commit ff8da2a

Browse files
mudongliangJonathan Corbet
authored andcommitted
docs/zh_CN: update the translation of process/submitting-patches.rst
Update to commit eb5ed2f ("docs: submitting-patches: Advertise b4") scripts/checktransupdate.py reports: Documentation/translations/zh_CN/process/submitting-patches.rst commit eb5ed2f ("docs: submitting-patches: Advertise b4") commit 413e775 ("Documentation: fix links to mailing list services") 2 commits needs resolving in total Signed-off-by: Dongliang Mu <[email protected]> Reviewed-by: Yanteng Si <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6eb1194 commit ff8da2a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Documentation/translations/zh_CN/process/submitting-patches.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ xyzzy do frotz”或“[I]changed xyzzy to do frotz”,就好像你在命令
105105
当链接到邮件列表存档时,请首选lore.kernel.org邮件存档服务。用邮件中的
106106
``Message-ID`` 头(去掉尖括号)可以创建链接URL。例如::
107107

108-
Link: https://lore.kernel.org/r/[email protected]/
108+
Link: https://lore.kernel.org/[email protected]
109109

110110
请检查该链接以确保可用且指向正确的邮件。
111111

@@ -195,11 +195,8 @@ scripts/get_maintainer.pl在这个步骤中非常有用。如果您找不到正
195195
在MAINTAINERS文件中查找子系统特定的列表;您的补丁可能会在那里得到更多的关注。
196196
不过,请不要发送垃圾邮件到无关的列表。
197197

198-
许多与内核相关的列表托管在vger.kernel.org上;您可以在
199-
http://vger.kernel.org/vger-lists.html 上找到它们的列表。不过,也有与内核相关
200-
的列表托管在其他地方。
201-
202-
不要一次发送超过15个补丁到vger邮件列表!!!!
198+
许多与内核相关的列表托管在 kernel.org 上;您可以在 https://subspace.kernel.org
199+
上找到它们的列表。不过,也有与内核相关的列表托管在其他地方。
203200

204201
Linus Torvalds是决定改动能否进入 Linux 内核的最终裁决者。他的邮件地址是
205202
[email protected] 。他收到的邮件很多,所以一般来说最好 ****
@@ -621,6 +618,13 @@ Fixes: 指示补丁修复了之前提交的一个问题。它可以便于确定
621618
的工作所基于的树的提交哈希。你应该在封面邮件或系列的第一个补丁中添加它,它应
622619
该放在 ``---`` 行的下面或所有其他内容之后,即只在你的电子邮件签名之前。
623620

621+
工具
622+
----
623+
624+
这个过程的许多技术方面可以使用 b4 自动完成,其文档可在
625+
https://b4.docs.kernel.org/en/latest/ 查看。该工具可帮助处理诸如追踪依赖项、运行
626+
checkpatch 以及格式化和发送邮件等事务。
627+
624628
参考文献
625629
--------
626630

@@ -643,9 +647,6 @@ Greg Kroah-Hartman,“如何惹恼内核子系统维护人员”
643647

644648
<http://www.kroah.com/log/linux/maintainer-06.html>
645649

646-
不!!!别再发巨型补丁炸弹给[email protected]的人们了!
647-
<https://lore.kernel.org/r/[email protected]>
648-
649650
内核 Documentation/translations/zh_CN/process/coding-style.rst
650651

651652
Linus Torvalds关于标准补丁格式的邮件

0 commit comments

Comments
 (0)