linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/6] docs/zh_CN: add core-api Memory management translation
@ 2021-09-17  6:33 Yanteng Si
  2021-09-17  6:33 ` [PATCH v6 1/6] docs/zh_CN: add core-api memory-allocation translation Yanteng Si
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Yanteng Si @ 2021-09-17  6:33 UTC (permalink / raw)
  To: corbet, alexs, seakeel
  Cc: Yanteng Si, chenhuacai, jiaxun.yang, linux-doc, realpuyuwang,
	siyanteng01

v6:

warning fix:
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

It looks like two identical tags are causing that warning, but I
tested it in sphinx-2.4.4 and sphinx-4.1.2 and got no warning.

I have modified the tags in the Chinese documentation:

diff --git a/Documentation/translations/zh_CN/core-api/mm-api.rst b/Documentation/translations/zh_CN/core-api/mm-api.rst

-.. _mm-api-gfp-flags:
+.. _cn_mm-api-gfp-flags:
 
 内存分配控制
 ============

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!

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.rst

-- 
2.27.0


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

end of thread, other threads:[~2021-09-27 17:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-17  6:33 [PATCH v6 0/6] docs/zh_CN: add core-api Memory management translation Yanteng Si
2021-09-17  6:33 ` [PATCH v6 1/6] docs/zh_CN: add core-api memory-allocation translation Yanteng Si
2021-09-17  6:33 ` [PATCH v6 2/6] docs/zh_CN: add core-api unaligned-memory-access translation Yanteng Si
2021-09-17  6:33 ` [PATCH v6 3/6] docs/zh_CN: add core-api mm-api translation Yanteng Si
2021-09-17  6:33 ` [PATCH v6 4/6] docs/zh_CN: add core-api genalloc translation Yanteng Si
2021-09-17  6:33 ` [PATCH v6 5/6] docs/zh_CN: add core-api boot-time-mm translation Yanteng Si
2021-09-17  6:33 ` [PATCH v6 6/6] docs/zh_CN: add core-api gfp_mask-from-fs-io translation Yanteng Si
2021-09-27 17:30 ` [PATCH v6 0/6] docs/zh_CN: add core-api Memory management translation Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).