On Wed, Apr 07, 2021 at 10:20:56AM +0200, Mauro Carvalho Chehab wrote: > Changeset d2ce285378b0 ("docs: make reporting-issues.rst official and delete reporting-bugs.rst") > dropped reporting-bugs.rst, in favor of reporting-issues.rst, but > translations still need to be updated, in order to point to the > new file. > > Fixes: d2ce285378b0 ("docs: make reporting-issues.rst official and delete reporting-bugs.rst") > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > --- > Documentation/translations/it_IT/process/howto.rst | 2 +- > Documentation/translations/ja_JP/howto.rst | 2 +- > Documentation/translations/zh_CN/SecurityBugs | 2 +- > .../translations/zh_CN/admin-guide/reporting-issues.rst | 4 ++-- > Documentation/translations/zh_CN/process/howto.rst | 2 +- > 5 files changed, 6 insertions(+), 6 deletions(-) > [...] Hi Mauro, Thanks to help us! For zh translation: > diff --git a/Documentation/translations/zh_CN/SecurityBugs b/Documentation/translations/zh_CN/SecurityBugs This file is very old, may be removed soon. No need to edit it. > index 2d0fffd122ce..980199d88eca 100644 > --- a/Documentation/translations/zh_CN/SecurityBugs > +++ b/Documentation/translations/zh_CN/SecurityBugs > @@ -31,7 +31,7 @@ linux内核安全团队可以通过email<security@xxxxxxxxxx>来联系。这是 > 一组独立的安全工作人员,可以帮助改善漏洞报告并且公布和取消一个修复。安 > 全团队有可能会从部分的维护者那里引进额外的帮助来了解并且修复安全漏洞。 > 当遇到任何漏洞,所能提供的信息越多就越能诊断和修复。如果你不清楚什么 > -是有帮助的信息,那就请重温一下admin-guide/reporting-bugs.rst文件中的概述过程。任 > +是有帮助的信息,那就请重温一下admin-guide/reporting-issues.rst文件中的概述过程。任 > 何攻击性的代码都是非常有用的,未经报告者的同意不会被取消,除非它已经 > 被公布于众。 > > diff --git a/Documentation/translations/zh_CN/admin-guide/reporting-issues.rst b/Documentation/translations/zh_CN/admin-guide/reporting-issues.rst The link here could not be simply replaced, the means is wrong. I will sync reporting-issues.rst with new verison in future. > index 2805c1a03cd5..72c8e2db88c0 100644 > --- a/Documentation/translations/zh_CN/admin-guide/reporting-issues.rst > +++ b/Documentation/translations/zh_CN/admin-guide/reporting-issues.rst > @@ -19,7 +19,7 @@ > > .. important:: > > - 本文档将取代“Documentation/admin-guide/reporting-bugs.rst”。主要的工作 > + 本文档将取代“Documentation/admin-guide/reporting-issues.rst”。主要的工作 > 已经完成,你可以自由地按照其指示来向Linux内核开发者报告问题。但请留意, > 下面的文字还需要一些润色和校审。现阶段它被合并到Linux内核源代码中,以使 > 这个过程更容易,并增加文本的可见性。 > @@ -726,7 +726,7 @@ tar 存档包。 > .. note:: > > FIXME: 本节文字暂时是占位符,与目前 > - “Documentation/admin-guide/reporting-bugs.rst”中的旧文字非常相似。它和它 > + “Documentation/admin-guide/reporting-issues.rst”中的旧文字非常相似。它和它 > 所引用的文档已经过时,因此需要重新审视。因此,请将此说明视为一个求助:如 > 果你熟悉这个主题,请写几行适合这里的文字。或者只需向本文件的主要作者(见 > 导言)大致概述一下当前的情况,因为他们也许能写出一些东西来。 > diff --git a/Documentation/translations/zh_CN/process/howto.rst b/Documentation/translations/zh_CN/process/howto.rst This change is ok. > index ee3dee476d57..c87cd529d769 100644 > --- a/Documentation/translations/zh_CN/process/howto.rst > +++ b/Documentation/translations/zh_CN/process/howto.rst > @@ -280,7 +280,7 @@ bugzilla.kernel.org是Linux内核开发者们用来跟踪内核Bug的网站。 > > http://test.kernel.org/bugzilla/faq.html > > -内核源码主目录中的:ref:`admin-guide/reporting-bugs.rst <reportingbugs>` > +内核源码主目录中的:ref:`admin-guide/reporting-issues.rst <reportingbugs>` > 文件里有一个很好的模板。它指导用户如何报告可能的内核bug以及需要提供哪些信息 > 来帮助内核开发者们找到问题的根源。 > > -- > 2.30.2 Thanks! Wu X.C.