Re: [PATCH v3 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese

From: Dongliang Mu
Date: Sun Aug 24 2025 - 23:57:19 EST



On 8/22/25 5:12 PM, shao.mingyin@xxxxxxxxxx wrote:
From: Shao Mingyin<shao.mingyin@xxxxxxxxxx>

translate the filesystems docs into Simplified Chinese.
v2->v3
add two patches to the patch set.

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

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


$ b4 am 20250822171232584GYKo3tPbZNfE3VsK7dvM0@xxxxxxxxxx
Grabbing thread from lore.kernel.org/all/20250822171232584GYKo3tPbZNfE3VsK7dvM0@xxxxxxxxxx/t.mbox.gz
Analyzing 8 messages in the thread
Looking for additional code-review trailers on lore.kernel.org
Checking attestation on all messages, may take a moment...
---
  [PATCH v3 1/7] Docs/zh_CN: Translate ubifs.rst to Simplified Chinese
  [PATCH v3 2/7] Docs/zh_CN: Translate ubifs-authentication.rst to Simplified Chinese
  [PATCH v3 3/7] Docs/zh_CN: Translate gfs2.rst to Simplified Chinese
  [PATCH v3 4/7] Docs/zh_CN: Translate gfs2-uevents.rst to Simplified Chinese
  [PATCH v3 5/7] Docs/zh_CN: Translate gfs2-glocks.rst to Simplified Chinese
  [PATCH v3 6/7] Docs/zh_CN: Translate dnotify.rst to Simplified Chinese
  [PATCH v3 7/7] Docs/zh_CN: Translate inotify.rst to Simplified Chinese
---
Total patches: 7
---
Cover: ./v3_20250822_shao_mingyin_docs_zh_cn_translate_filesystems_docs_to_simplified_chinese.cover
 Link: https://lore.kernel.org/r/20250822171232584GYKo3tPbZNfE3VsK7dvM0@xxxxxxxxxx
 Base: applies clean to current tree
       git checkout -b v3_20250822_shao_mingyin_zte_com_cn HEAD
       git am ./v3_20250822_shao_mingyin_docs_zh_cn_translate_filesystems_docs_to_simplified_chinese.mbx

$ git checkout -b v3_20250822_shao_mingyin_zte_com_cn HEAD
Switched to a new branch 'v3_20250822_shao_mingyin_zte_com_cn'

$ git am ./v3_20250822_shao_mingyin_docs_zh_cn_translate_filesystems_docs_to_simplified_chinese.mbx
Applying: Docs/zh_CN: Translate ubifs.rst to Simplified Chinese
Applying: Docs/zh_CN: Translate ubifs-authentication.rst to Simplified Chinese
Applying: Docs/zh_CN: Translate gfs2.rst to Simplified Chinese
error: corrupt patch at line 80
Patch failed at 0003 Docs/zh_CN: Translate gfs2.rst to Simplified Chinese

Hi Mingyin,

I cannot apply this patchset to the docs-next branch of lwn or alex kernel tree. Please double check your patchset.

Dongliang Mu

.../zh_CN/filesystems/dnotify.rst | 67 ++++
.../zh_CN/filesystems/gfs2-glocks.rst | 199 ++++++++++
.../zh_CN/filesystems/gfs2-uevents.rst | 97 +++++
.../translations/zh_CN/filesystems/gfs2.rst | 57 +++
.../translations/zh_CN/filesystems/index.rst | 16 +
.../zh_CN/filesystems/inotify.rst | 81 ++++
.../filesystems/ubifs-authentication.rst | 354 ++++++++++++++++++
.../translations/zh_CN/filesystems/ubifs.rst | 114 ++++++
8 files changed, 985 insertions(+)
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