[PATCH 0/4] docs/zh_CN: update rust/ subsystem translations

Ben Guo posted 4 patches 2 months, 1 week ago
There is a newer version of this series
.../translations/zh_CN/rust/arch-support.rst  |   9 +-
.../zh_CN/rust/coding-guidelines.rst          | 262 +++++++++++++++++-
.../translations/zh_CN/rust/index.rst         |  17 --
.../translations/zh_CN/rust/quick-start.rst   | 190 ++++++++++---
4 files changed, 401 insertions(+), 77 deletions(-)
[PATCH 0/4] docs/zh_CN: update rust/ subsystem translations
Posted by Ben Guo 2 months, 1 week ago
Update Chinese translations for the Rust subsystem documentation,
syncing with the latest upstream changes.

- arch-support.rst: add ARM (ARMv7) support, update RISC-V and UM notes
- coding-guidelines.rst: add imports formatting, private item docs,
  C FFI types, and Lints sections
- quick-start.rst: add distro-specific install instructions, update
  rustc/bindgen sections, remove cargo section
- index.rst: remove experimental notice and genindex

Ben Guo (4):
  docs/zh_CN: update rust/arch-support.rst translation
  docs/zh_CN: update rust/coding-guidelines.rst translation
  docs/zh_CN: update rust/quick-start.rst translation
  docs/zh_CN: update rust/index.rst translation

 .../translations/zh_CN/rust/arch-support.rst  |   9 +-
 .../zh_CN/rust/coding-guidelines.rst          | 262 +++++++++++++++++-
 .../translations/zh_CN/rust/index.rst         |  17 --
 .../translations/zh_CN/rust/quick-start.rst   | 190 ++++++++++---
 4 files changed, 401 insertions(+), 77 deletions(-)

-- 
2.53.0
Re: [PATCH 0/4] docs/zh_CN: update rust/ subsystem translations
Posted by Dongliang Mu 2 months, 1 week ago
On 4/8/26 1:05 PM, Ben Guo wrote:
> Update Chinese translations for the Rust subsystem documentation,
> syncing with the latest upstream changes.
>
> - arch-support.rst: add ARM (ARMv7) support, update RISC-V and UM notes
> - coding-guidelines.rst: add imports formatting, private item docs,
>    C FFI types, and Lints sections
> - quick-start.rst: add distro-specific install instructions, update
>    rustc/bindgen sections, remove cargo section
> - index.rst: remove experimental notice and genindex

Hi Guo,

I found an issue in this patchset: please do not directly include my 
review tag from the internal mailing list [1].

After you submit it to the linux‑doc mailing list, I will add my review 
tag at that time. Including it now would look inappropriate.

Our internal review is only intended to maintain patch quality for our 
open‑source club.

[1] https://groups.google.com/g/hust-os-kernel-patches/c/QGN_5xneJc4
>
> Ben Guo (4):
>    docs/zh_CN: update rust/arch-support.rst translation
>    docs/zh_CN: update rust/coding-guidelines.rst translation
>    docs/zh_CN: update rust/quick-start.rst translation
>    docs/zh_CN: update rust/index.rst translation
>
>   .../translations/zh_CN/rust/arch-support.rst  |   9 +-
>   .../zh_CN/rust/coding-guidelines.rst          | 262 +++++++++++++++++-
>   .../translations/zh_CN/rust/index.rst         |  17 --
>   .../translations/zh_CN/rust/quick-start.rst   | 190 ++++++++++---
>   4 files changed, 401 insertions(+), 77 deletions(-)
>

Re: [PATCH 0/4] docs/zh_CN: update rust/ subsystem translations
Posted by Ben Guo 2 months, 1 week ago
On 4/8/26 7:44 PM, Dongliang Mu wrote:
> Hi Guo,
> 
> I found an issue in this patchset: please do not directly include my 
> review tag from the internal mailing list [1].
> 
> After you submit it to the linux‑doc mailing list, I will add my review 
> tag at that time. Including it now would look inappropriate.
> 
> Our internal review is only intended to maintain patch quality for our 
> open‑source club.

Hi Dongliang,

Thanks for pointing this out.

I will remove your Reviewed-by from all patches and resend as v2.

Thanks,
Ben
Re: [PATCH 0/4] docs/zh_CN: update rust/ subsystem translations
Posted by Dongliang Mu 2 months ago
On 4/9/26 12:54 AM, Ben Guo wrote:
> On 4/8/26 7:44 PM, Dongliang Mu wrote:
>> Hi Guo,
>>
>> I found an issue in this patchset: please do not directly include my
>> review tag from the internal mailing list [1].
>>
>> After you submit it to the linux‑doc mailing list, I will add my review
>> tag at that time. Including it now would look inappropriate.
>>
>> Our internal review is only intended to maintain patch quality for our
>> open‑source club.
> Hi Dongliang,
>
> Thanks for pointing this out.
>
> I will remove your Reviewed-by from all patches and resend as v2.

Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>

You can add the review tag from me and Guo in the v2.

>
> Thanks,
> Ben