Re: [PATCH v5 0/6] docs/zh_CN: add core-api Memory management translation
From: teng sterling <hidden>
Date: 2021-09-15 02:24:07
Jonathan Corbet [off-list ref] 于2021年9月15日周三 上午4:58写道:
Yanteng Si [off-list ref] writes:quoted
v5: * resent to linux-doc list. v4: * pick Alex's Reviewed-by tag. * Modified some words under Alex's advices. v3: * Modified some words under Jiaxun's advices.[PATCH 5/6] v2: * Modified some words under Alex's advices;Many thanks to alex for his review, which kept him busy until the early hours of the morning.Thank you! * add 校译者(proofreading) sign.If you don't want me to do this, please let me know. Yanteng Si (6): docs/zh_CN: add core-api memory-allocation translation docs/zh_CN: add core-api unaligned-memory-access translation docs/zh_CN: add core-api mm-api translation docs/zh_CN: add core-api genalloc translation docs/zh_CN: add core-api boot-time-mm translation docs/zh_CN: add core-api gfp_mask-from-fs-io translation .../zh_CN/core-api/boot-time-mm.rst | 49 ++++ .../translations/zh_CN/core-api/genalloc.rst | 109 +++++++++ .../zh_CN/core-api/gfp_mask-from-fs-io.rst | 66 +++++ .../translations/zh_CN/core-api/index.rst | 14 +- .../zh_CN/core-api/memory-allocation.rst | 138 +++++++++++ .../translations/zh_CN/core-api/mm-api.rst | 110 +++++++++ .../core-api/unaligned-memory-access.rst | 229 ++++++++++++++++++ 7 files changed, 710 insertions(+), 5 deletions(-) create mode 100644 Documentation/translations/zh_CN/core-api/boot-time-mm.rst create mode 100644 Documentation/translations/zh_CN/core-api/genalloc.rst create mode 100644 Documentation/translations/zh_CN/core-api/gfp_mask-from-fs-io.rst create mode 100644 Documentation/translations/zh_CN/core-api/memory-allocation.rst create mode 100644 Documentation/translations/zh_CN/core-api/mm-api.rst create mode 100644 Documentation/translations/zh_CN/core-api/unaligned-memory-access.rstThis set adds a new warning: Documentation/translations/zh_CN/core-api/mm-api.rst:35: WARNING: duplicate label mm-api-gfp-flags, other instance in /stuff/k/git/kernel/Documentation/core-api/mm-api.rst Please fix this and resubmit (and please always test the docs build before submitting patches!)
Dear jon Sorry, this is my fault。 I test it every time, and strangely enough I don't get this warning, but the tag is obviously unreasonable because the same tag already exists in the original document. I will fix it. Thanks, Yanteng