The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v2] docs/zh_CN: update admin-guide/index.rst translation
@ 2026-05-29 15:37 Yan Zhu
  2026-06-01  1:45 ` Dongliang Mu
  0 siblings, 1 reply; 6+ messages in thread
From: Yan Zhu @ 2026-05-29 15:37 UTC (permalink / raw)
  To: corbet, alexs, si.yanteng, kees
  Cc: skhan, dzm91, tony.luck, gpiccoli, frederic, jani.nikula, longman,
	mchehab+huawei, linux-doc, linux-kernel, Yan Zhu

update Documentation/admin-guide/index.rst Chinese translation

Update the translation through commit f0efd29aa60c
("doc: Add CPU Isolation documentation")

Signed-off-by: Yan Zhu <zhuyan2015@qq.com>
---
v1->v2:
 - Remove any unnecessary blank lines.
 - Add necessary blank lines.
---
 .../translations/zh_CN/admin-guide/index.rst  | 202 +++++++++++++-----
 1 file changed, 152 insertions(+), 50 deletions(-)

diff --git a/Documentation/translations/zh_CN/admin-guide/index.rst b/Documentation/translations/zh_CN/admin-guide/index.rst
index 15d9ab5993a7..bd01cf6474c8 100644
--- a/Documentation/translations/zh_CN/admin-guide/index.rst
+++ b/Documentation/translations/zh_CN/admin-guide/index.rst
@@ -1,7 +1,13 @@
+.. SPDX-License-Identifier: GPL-2.0
 .. include:: ../disclaimer-zh_CN.rst
 
-:Original: :doc:`../../../admin-guide/index`
-:Translator: Alex Shi <alex.shi@linux.alibaba.com>
+:Original: Documentation/admin-guide/index.rst
+
+:翻译:
+
+ 时奎亮 Alex Shi <alex.shi@linux.alibaba.com>
+
+ 朱岩 Yan Zhu <zhuyan2015@qq.com>
 
 
 Linux 内核用户和管理员指南
@@ -11,7 +17,11 @@ Linux 内核用户和管理员指南
 整体的顺序或组织 - 这些材料不是一个单一的,连贯的文件!幸运的话,情况会随着
 时间的推移而迅速改善。
 
-这个初始部分包含总体信息,包括描述内核的README, 关于内核参数的文档等。
+
+内核管理通用指南
+----------------
+
+本节包含总体信息,包括描述内核整体的 README 文件、内核参数文档等。
 
 .. toctree::
    :maxdepth: 1
@@ -20,17 +30,54 @@ Linux 内核用户和管理员指南
 
 Todolist:
 
-*   kernel-parameters
 *   devices
+*   features
+
+内核管理接口的重要组成部分是 /proc 和 sysfs 虚拟文件系统;这些文档描述了如何
+与之交互。
+
+.. toctree::
+   :maxdepth: 1
+
+   cputopology
+
+Todolist:
+
+*   sysfs-rules
 *   sysctl/index
+*   abi
 
-本节介绍CPU漏洞及其缓解措施。
+安全相关文档:
+
+.. toctree::
+   :maxdepth: 1
 
 Todolist:
 
 *   hw-vuln/index
+*   LSM/index
+*   perf-security
+
+
+内核启动
+--------
+
+.. toctree::
+   :maxdepth: 1
+
+   bootconfig
+
+Todolist:
+
+*   kernel-parameters
+*   efi-stub
+*   initrd
+
 
-下面的一组文档,针对的是试图跟踪问题和bug的用户。
+追踪和识别问题
+--------------
+
+以下是一组面向试图追踪特定问题和 bug 的用户的文档。
 
 .. toctree::
    :maxdepth: 1
@@ -39,94 +86,149 @@ Todolist:
    reporting-regressions
    bug-hunting
    bug-bisect
-   tainted-kernels
    init
+   clearing-warn-once
+   lockup-watchdogs
+   sysrq
 
 Todolist:
 
+*   quickly-build-trimmed-linux
+*   verify-bugs-and-bisect-regressions
+*   tainted-kernels
 *   ramoops
 *   dynamic-debug-howto
 *   kdump/index
 *   perf/index
+*   pstore-blk
+*   kernel-per-CPU-kthreads
+*   RAS/index
+
+
+核心内核子系统
+--------------
+
+这些文档描述了核心内核管理接口,这些接口几乎在任何系统上都值得关注。
+
+.. toctree::
+   :maxdepth: 1
 
-这是应用程序开发人员感兴趣的章节的开始。可以在这里找到涵盖内核ABI各个
-方面的文档。
+   cpu-load
+   mm/index
+   module-signing
+   numastat
 
 Todolist:
 
-*   sysfs-rules
+*   cgroup-v2
+*   cgroup-v1/index
+*   namespaces/index
+*   pm/index
+*   syscall-user-dispatch
 
-本手册的其余部分包括各种指南,介绍如何根据您的喜好配置内核的特定行为。
 
+对非原生二进制格式的支持。请注意,其中一些文档相当 **古老**。
 
 .. toctree::
    :maxdepth: 1
 
-   bootconfig
-   clearing-warn-once
-   cpu-load
-   cputopology
-   lockup-watchdogs
-   numastat
-   unicode
-   sysrq
-   mm/index
+Todolist:
+
+*   binfmt-misc
+*   java
+*   mono
+
+
+块设备和文件系统管理
+--------------------
+
+.. toctree::
+   :maxdepth: 1
 
 Todolist:
 
-*   acpi/index
-*   aoe/index
-*   auxdisplay/index
 *   bcache
 *   binderfs
-*   binfmt-misc
 *   blockdev/index
-*   braille-console
-*   btmrvl
-*   cgroup-v1/index
-*   cgroup-v2
 *   cifs/index
-*   dell_rbu
 *   device-mapper/index
-*   edid
-*   efi-stub
 *   ext4
+*   filesystem-monitoring
 *   nfs/index
-*   gpio/index
-*   highuid
-*   hw_random
-*   initrd
 *   iostats
-*   java
 *   jfs
-*   kernel-per-CPU-kthreads
+*   md
+*   ufs
+*   xfs
+
+
+专用设备指南
+------------
+
+如何在 Linux 系统中配置硬件。
+
+.. toctree::
+   :maxdepth: 1
+
+Todolist:
+
+*   acpi/index
+*   aoe/index
+*   auxdisplay/index
+*   braille-console
+*   btmrvl
+*   dell_rbu
+*   edid
+*   gpio/index
+*   hw_random
 *   laptops/index
 *   lcd-panel-cgram
-*   ldm
-*   LSM/index
-*   md
 *   media/index
-*   module-signing
-*   mono
-*   namespaces/index
+*   nvme-multipath
 *   parport
-*   perf-security
-*   pm/index
 *   pnp
 *   rapidio
-*   ras
 *   rtc
 *   serial-console
 *   svga
+*   thermal/index
 *   thunderbolt
-*   ufs
 *   vga-softcursor
 *   video-output
-*   xfs
+
+
+工作负载分析
+------------
+
+这是一个章节的开始,其中包含对从事 Linux 内核安全关键性分析的应用程序开发人员
+和系统集成商感兴趣的信息。这里可以找到支持分析内核与应用程序交互以及关键内核
+子系统预期的文档。
+
+.. toctree::
+   :maxdepth: 1
+
+Todolist:
+
+*   workload-tracing
+
+
+其他内容
+--------
+
+一些难以分类且通常已过时的文档。
+
+.. toctree::
+   :maxdepth: 1
+
+Todolist:
+
+*   highuid
+*   ldm
+*   unicode
 
 .. only::  subproject and html
 
-   Indices
-   =======
+   索引
+   ====
 
    * :ref:`genindex`
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] docs/zh_CN: update admin-guide/index.rst translation
  2026-05-29 15:37 [PATCH v2] docs/zh_CN: update admin-guide/index.rst translation Yan Zhu
@ 2026-06-01  1:45 ` Dongliang Mu
  2026-06-08  1:40   ` Alex Shi
  0 siblings, 1 reply; 6+ messages in thread
From: Dongliang Mu @ 2026-06-01  1:45 UTC (permalink / raw)
  To: Yan Zhu, corbet, alexs, si.yanteng, kees
  Cc: skhan, tony.luck, gpiccoli, frederic, jani.nikula, longman,
	mchehab+huawei, linux-doc, linux-kernel


On 5/29/26 11:37 PM, Yan Zhu wrote:
> update Documentation/admin-guide/index.rst Chinese translation
>
> Update the translation through commit f0efd29aa60c
> ("doc: Add CPU Isolation documentation")
Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
> Signed-off-by: Yan Zhu <zhuyan2015@qq.com>
> ---
> v1->v2:
>   - Remove any unnecessary blank lines.
>   - Add necessary blank lines.
> ---
>   .../translations/zh_CN/admin-guide/index.rst  | 202 +++++++++++++-----
>   1 file changed, 152 insertions(+), 50 deletions(-)
>
> diff --git a/Documentation/translations/zh_CN/admin-guide/index.rst b/Documentation/translations/zh_CN/admin-guide/index.rst
> index 15d9ab5993a7..bd01cf6474c8 100644
> --- a/Documentation/translations/zh_CN/admin-guide/index.rst
> +++ b/Documentation/translations/zh_CN/admin-guide/index.rst
> @@ -1,7 +1,13 @@
> +.. SPDX-License-Identifier: GPL-2.0
>   .. include:: ../disclaimer-zh_CN.rst
>   
> -:Original: :doc:`../../../admin-guide/index`
> -:Translator: Alex Shi <alex.shi@linux.alibaba.com>
> +:Original: Documentation/admin-guide/index.rst
> +
> +:翻译:
> +
> + 时奎亮 Alex Shi <alex.shi@linux.alibaba.com>
> +
> + 朱岩 Yan Zhu <zhuyan2015@qq.com>
>   
>   
>   Linux 内核用户和管理员指南
> @@ -11,7 +17,11 @@ Linux 内核用户和管理员指南
>   整体的顺序或组织 - 这些材料不是一个单一的,连贯的文件!幸运的话,情况会随着
>   时间的推移而迅速改善。
>   
> -这个初始部分包含总体信息,包括描述内核的README, 关于内核参数的文档等。
> +
> +内核管理通用指南
> +----------------
> +
> +本节包含总体信息,包括描述内核整体的 README 文件、内核参数文档等。
>   
>   .. toctree::
>      :maxdepth: 1
> @@ -20,17 +30,54 @@ Linux 内核用户和管理员指南
>   
>   Todolist:
>   
> -*   kernel-parameters
>   *   devices
> +*   features
> +
> +内核管理接口的重要组成部分是 /proc 和 sysfs 虚拟文件系统;这些文档描述了如何
> +与之交互。
> +
> +.. toctree::
> +   :maxdepth: 1
> +
> +   cputopology
> +
> +Todolist:
> +
> +*   sysfs-rules
>   *   sysctl/index
> +*   abi
>   
> -本节介绍CPU漏洞及其缓解措施。
> +安全相关文档:
> +
> +.. toctree::
> +   :maxdepth: 1
>   
>   Todolist:
>   
>   *   hw-vuln/index
> +*   LSM/index
> +*   perf-security
> +
> +
> +内核启动
> +--------
> +
> +.. toctree::
> +   :maxdepth: 1
> +
> +   bootconfig
> +
> +Todolist:
> +
> +*   kernel-parameters
> +*   efi-stub
> +*   initrd
> +
>   
> -下面的一组文档,针对的是试图跟踪问题和bug的用户。
> +追踪和识别问题
> +--------------
> +
> +以下是一组面向试图追踪特定问题和 bug 的用户的文档。
>   
>   .. toctree::
>      :maxdepth: 1
> @@ -39,94 +86,149 @@ Todolist:
>      reporting-regressions
>      bug-hunting
>      bug-bisect
> -   tainted-kernels
>      init
> +   clearing-warn-once
> +   lockup-watchdogs
> +   sysrq
>   
>   Todolist:
>   
> +*   quickly-build-trimmed-linux
> +*   verify-bugs-and-bisect-regressions
> +*   tainted-kernels
>   *   ramoops
>   *   dynamic-debug-howto
>   *   kdump/index
>   *   perf/index
> +*   pstore-blk
> +*   kernel-per-CPU-kthreads
> +*   RAS/index
> +
> +
> +核心内核子系统
> +--------------
> +
> +这些文档描述了核心内核管理接口,这些接口几乎在任何系统上都值得关注。
> +
> +.. toctree::
> +   :maxdepth: 1
>   
> -这是应用程序开发人员感兴趣的章节的开始。可以在这里找到涵盖内核ABI各个
> -方面的文档。
> +   cpu-load
> +   mm/index
> +   module-signing
> +   numastat
>   
>   Todolist:
>   
> -*   sysfs-rules
> +*   cgroup-v2
> +*   cgroup-v1/index
> +*   namespaces/index
> +*   pm/index
> +*   syscall-user-dispatch
>   
> -本手册的其余部分包括各种指南,介绍如何根据您的喜好配置内核的特定行为。
>   
> +对非原生二进制格式的支持。请注意,其中一些文档相当 **古老**。
>   
>   .. toctree::
>      :maxdepth: 1
>   
> -   bootconfig
> -   clearing-warn-once
> -   cpu-load
> -   cputopology
> -   lockup-watchdogs
> -   numastat
> -   unicode
> -   sysrq
> -   mm/index
> +Todolist:
> +
> +*   binfmt-misc
> +*   java
> +*   mono
> +
> +
> +块设备和文件系统管理
> +--------------------
> +
> +.. toctree::
> +   :maxdepth: 1
>   
>   Todolist:
>   
> -*   acpi/index
> -*   aoe/index
> -*   auxdisplay/index
>   *   bcache
>   *   binderfs
> -*   binfmt-misc
>   *   blockdev/index
> -*   braille-console
> -*   btmrvl
> -*   cgroup-v1/index
> -*   cgroup-v2
>   *   cifs/index
> -*   dell_rbu
>   *   device-mapper/index
> -*   edid
> -*   efi-stub
>   *   ext4
> +*   filesystem-monitoring
>   *   nfs/index
> -*   gpio/index
> -*   highuid
> -*   hw_random
> -*   initrd
>   *   iostats
> -*   java
>   *   jfs
> -*   kernel-per-CPU-kthreads
> +*   md
> +*   ufs
> +*   xfs
> +
> +
> +专用设备指南
> +------------
> +
> +如何在 Linux 系统中配置硬件。
> +
> +.. toctree::
> +   :maxdepth: 1
> +
> +Todolist:
> +
> +*   acpi/index
> +*   aoe/index
> +*   auxdisplay/index
> +*   braille-console
> +*   btmrvl
> +*   dell_rbu
> +*   edid
> +*   gpio/index
> +*   hw_random
>   *   laptops/index
>   *   lcd-panel-cgram
> -*   ldm
> -*   LSM/index
> -*   md
>   *   media/index
> -*   module-signing
> -*   mono
> -*   namespaces/index
> +*   nvme-multipath
>   *   parport
> -*   perf-security
> -*   pm/index
>   *   pnp
>   *   rapidio
> -*   ras
>   *   rtc
>   *   serial-console
>   *   svga
> +*   thermal/index
>   *   thunderbolt
> -*   ufs
>   *   vga-softcursor
>   *   video-output
> -*   xfs
> +
> +
> +工作负载分析
> +------------
> +
> +这是一个章节的开始,其中包含对从事 Linux 内核安全关键性分析的应用程序开发人员
> +和系统集成商感兴趣的信息。这里可以找到支持分析内核与应用程序交互以及关键内核
> +子系统预期的文档。
> +
> +.. toctree::
> +   :maxdepth: 1
> +
> +Todolist:
> +
> +*   workload-tracing
> +
> +
> +其他内容
> +--------
> +
> +一些难以分类且通常已过时的文档。
> +
> +.. toctree::
> +   :maxdepth: 1
> +
> +Todolist:
> +
> +*   highuid
> +*   ldm
> +*   unicode
>   
>   .. only::  subproject and html
>   
> -   Indices
> -   =======
> +   索引
> +   ====
>   
>      * :ref:`genindex`


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] docs/zh_CN: update admin-guide/index.rst translation
  2026-06-01  1:45 ` Dongliang Mu
@ 2026-06-08  1:40   ` Alex Shi
  2026-06-12 16:11     ` Yan Zhu
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Shi @ 2026-06-08  1:40 UTC (permalink / raw)
  To: dzm91
  Cc: alexs, corbet, frederic, gpiccoli, jani.nikula, kees, linux-doc,
	linux-kernel, longman, mchehab+huawei, si.yanteng, skhan,
	tony.luck, zhuyan2015

Applied, Thanks!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] docs/zh_CN: update admin-guide/index.rst translation
  2026-06-08  1:40   ` Alex Shi
@ 2026-06-12 16:11     ` Yan Zhu
  2026-07-07 17:15       ` Weijie Yuan
  0 siblings, 1 reply; 6+ messages in thread
From: Yan Zhu @ 2026-06-12 16:11 UTC (permalink / raw)
  To: Alex Shi
  Cc: dzm91, alexs, corbet, frederic, gpiccoli, jani.nikula, kees,
	linux-doc, linux-kernel, longman, mchehab+huawei, si.yanteng,
	skhan, tony.luck


Hi Alex:

On 6/8/2026 9:40 AM, Alex Shi wrote:
> Applied, Thanks!

Can you confirm whether this patch has been merged? I couldn’t find it 
in the repo: 
https://git.kernel.org/pub/scm/linux/kernel/git/alexs/linux.git/?h=docs-next

-- 
Thanks
Yan Zhu


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] docs/zh_CN: update admin-guide/index.rst translation
  2026-06-12 16:11     ` Yan Zhu
@ 2026-07-07 17:15       ` Weijie Yuan
  2026-07-08  1:27         ` Alex Shi
  0 siblings, 1 reply; 6+ messages in thread
From: Weijie Yuan @ 2026-07-07 17:15 UTC (permalink / raw)
  To: Yan Zhu
  Cc: Alex Shi, dzm91, alexs, corbet, frederic, gpiccoli, jani.nikula,
	kees, linux-doc, linux-kernel, longman, mchehab+huawei,
	si.yanteng, skhan, tony.luck

On Sat, Jun 13, 2026 at 12:11:36AM +0800, Yan Zhu wrote:
> 
> Hi Alex:
> 
> On 6/8/2026 9:40 AM, Alex Shi wrote:
> > Applied, Thanks!
> 
> Can you confirm whether this patch has been merged? I couldn´t find it in
> the repo:
> https://git.kernel.org/pub/scm/linux/kernel/git/alexs/linux.git/?h=docs-next

It seems that Alex missed this patch. I can't find it, too.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] docs/zh_CN: update admin-guide/index.rst translation
  2026-07-07 17:15       ` Weijie Yuan
@ 2026-07-08  1:27         ` Alex Shi
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Shi @ 2026-07-08  1:27 UTC (permalink / raw)
  To: Weijie Yuan, Yan Zhu
  Cc: dzm91, alexs, corbet, frederic, gpiccoli, jani.nikula, kees,
	linux-doc, linux-kernel, longman, mchehab+huawei, si.yanteng,
	skhan, tony.luck



On 2026/7/8 01:15, Weijie Yuan wrote:
> On Sat, Jun 13, 2026 at 12:11:36AM +0800, Yan Zhu wrote:
>> Hi Alex:
>>
>> On 6/8/2026 9:40 AM, Alex Shi wrote:
>>> Applied, Thanks!
>> Can you confirm whether this patch has been merged? I couldn´t find it in
>> the repo:
>> https://git.kernel.org/pub/scm/linux/kernel/git/alexs/linux.git/? 
>> h=docs-next
> It seems that Alex missed this patch. I can't find it, too.

Thanks for reminder! Pushed.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-07-08  1:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-29 15:37 [PATCH v2] docs/zh_CN: update admin-guide/index.rst translation Yan Zhu
2026-06-01  1:45 ` Dongliang Mu
2026-06-08  1:40   ` Alex Shi
2026-06-12 16:11     ` Yan Zhu
2026-07-07 17:15       ` Weijie Yuan
2026-07-08  1:27         ` Alex Shi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox