[GIT PULL] Chinese-docs changs for v6.18

From: Alex Shi

Date: Fri Oct 31 2025 - 02:28:05 EST


The following changes since commit f44a29784f685804d9970cfb0d3439c9e30981d7:

Documentation: update maintainer-pgp-guide for latest best practices
(2025-09-09 13:43:55 -0600)

are available in the Git repository at:

git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/alexs/linux.git
tags/Chinese-docs-6.18

for you to fetch changes up to 6fc05a144c12305a54f1707edc407d4137fef742:

Revert "Docs/zh_CN: Translate skbuff.rst to Simplified Chinese"
(2025-10-31 14:01:35 +0800)

----------------------------------------------------------------
Chinese translation docs for 6.18

This is the Chinese translation subtree for 6.18. It includes
the following changes:
- docs/zh_CN: Add rust Chinese translations
- docs/zh_CN: Add scsi Chinese translations
- docs/zh_CN: Add gfs2 Chinese translations
- Add some other Chinese translations and fixes

Above patches are tested by 'make htmldocs'

Signed-off-by: Alex Shi <alexs@xxxxxxxxxx>

----------------------------------------------------------------
Alex Shi (1):
Revert "Docs/zh_CN: Translate skbuff.rst to Simplified Chinese"

Ben Guo (2):
docs/zh_CN: Update Rust index translation and add reference label
docs/zh_CN: Add translation of rust/testing.rst

Shao Mingyin (5):
Docs/zh_CN: Translate ubifs.rst to Simplified Chinese
Docs/zh_CN: Translate ubifs-authentication.rst to Simplified Chinese
Docs/zh_CN: Translate gfs2.rst to Simplified Chinese
Docs/zh_CN: Translate gfs2-uevents.rst to Simplified Chinese
Docs/zh_CN: Translate gfs2-glocks.rst to Simplified Chinese

Shuo Zhao (4):
docs/zh_CN: Add security ipe Chinese translation
docs/zh_CN: Add security lsm-development Chinese translation
docs/zh_CN: Add security SCTP Chinese translation
docs/zh_CN: Add secrets coco Chinese translation

Sun yuxi (2):
Docs/zh_CN: Translate mptcp-sysctl.rst to Simplified Chinese
Docs/zh_CN: Translate generic-hdlc.rst to Simplified Chinese

Wang Longjie (2):
Docs/zh_CN: Translate dnotify.rst to Simplified Chinese
Docs/zh_CN: Translate inotify.rst to Simplified Chinese

Wang Yaxin (2):
Docs/zh_CN: Translate skbuff.rst to Simplified Chinese
Docs/zh_CN: Translate timestamping.rst to Simplified Chinese

doubled (7):
docs/zh_CN: Add scsi/index.rst translation
docs/zh_CN: Add scsi.rst translation
docs/zh_CN: Add scsi_mid_low_api.rst translation
docs/zh_CN: Add scsi_eh.rst translation
docs/zh_CN: Add scsi-parameters.rst translation
docs/zh_CN: Add link_power_management_policy.rst translation
docs/zh_CN: Add sd-parameters.rst translation

shaomingyin (3):
Docs/zh_CN: add fixed format for the header of gfs2-glocks.rst
Docs/zh_CN: align title underline for ubifs.rst
Docs/zh_CN: fix the format of proofreader

Documentation/translations/zh_CN/filesystems/dnotify.rst | 67 ++
Documentation/translations/zh_CN/filesystems/gfs2-glocks.rst |
211 ++++++
Documentation/translations/zh_CN/filesystems/gfs2-uevents.rst | 97 +++
Documentation/translations/zh_CN/filesystems/gfs2.rst | 57 ++
Documentation/translations/zh_CN/filesystems/index.rst | 17 +-
Documentation/translations/zh_CN/filesystems/inotify.rst | 80 ++
.../translations/zh_CN/filesystems/ubifs-authentication.rst |
354 +++++++++
Documentation/translations/zh_CN/filesystems/ubifs.rst | 114 +++
Documentation/translations/zh_CN/networking/generic-hdlc.rst |
176 +++++
Documentation/translations/zh_CN/networking/index.rst | 7 +-
Documentation/translations/zh_CN/networking/mptcp-sysctl.rst | 139 ++++
Documentation/translations/zh_CN/networking/timestamping.rst |
674 +++++++++++++++++
Documentation/translations/zh_CN/rust/general-information.rst | 1 +
Documentation/translations/zh_CN/rust/index.rst | 33 +-
Documentation/translations/zh_CN/rust/testing.rst |
215 ++++++
Documentation/translations/zh_CN/scsi/index.rst | 92 +++
.../translations/zh_CN/scsi/link_power_management_policy.rst | 32 +
Documentation/translations/zh_CN/scsi/scsi-parameters.rst | 118 +++
Documentation/translations/zh_CN/scsi/scsi.rst | 48 ++
Documentation/translations/zh_CN/scsi/scsi_eh.rst |
482 ++++++++++++
Documentation/translations/zh_CN/scsi/scsi_mid_low_api.rst |
1174 +++++++++++++++++++++++++++++
Documentation/translations/zh_CN/scsi/sd-parameters.rst | 38 +
Documentation/translations/zh_CN/security/SCTP.rst |
317 ++++++++
Documentation/translations/zh_CN/security/index.rst | 4 +-
Documentation/translations/zh_CN/security/ipe.rst |
398 ++++++++++
Documentation/translations/zh_CN/security/lsm-development.rst | 19 +
Documentation/translations/zh_CN/security/secrets/coco.rst | 96 +++
Documentation/translations/zh_CN/security/secrets/index.rst | 9 +-
Documentation/translations/zh_CN/subsystem-apis.rst | 2 +-
29 files changed, 5056 insertions(+), 15 deletions(-)
create mode 100644 Documentation/translations/zh_CN/filesystems/dnotify.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-glocks.rst
create mode 100644
Documentation/translations/zh_CN/filesystems/gfs2-uevents.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/inotify.rst
create mode 100644
Documentation/translations/zh_CN/filesystems/ubifs-authentication.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs.rst
create mode 100644 Documentation/translations/zh_CN/networking/generic-hdlc.rst
create mode 100644 Documentation/translations/zh_CN/networking/mptcp-sysctl.rst
create mode 100644 Documentation/translations/zh_CN/networking/timestamping.rst
create mode 100644 Documentation/translations/zh_CN/rust/testing.rst
create mode 100644 Documentation/translations/zh_CN/scsi/index.rst
create mode 100644
Documentation/translations/zh_CN/scsi/link_power_management_policy.rst
create mode 100644 Documentation/translations/zh_CN/scsi/scsi-parameters.rst
create mode 100644 Documentation/translations/zh_CN/scsi/scsi.rst
create mode 100644 Documentation/translations/zh_CN/scsi/scsi_eh.rst
create mode 100644 Documentation/translations/zh_CN/scsi/scsi_mid_low_api.rst
create mode 100644 Documentation/translations/zh_CN/scsi/sd-parameters.rst
create mode 100644 Documentation/translations/zh_CN/security/SCTP.rst
create mode 100644 Documentation/translations/zh_CN/security/ipe.rst
create mode 100644
Documentation/translations/zh_CN/security/lsm-development.rst
create mode 100644 Documentation/translations/zh_CN/security/secrets/coco.rst