Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs/zh_CN: update the translation of mm/active_mm.rst

Update to commit 88e3009b5283 ("lazy tlb: allow lazy tlb
mm refcounting to be configurable")

scripts/checktransupdate.py reports:

Documentation/translations/zh_CN/mm/active_mm.rst
commit 88e3009b5283 ("lazy tlb: allow lazy tlb mm refcounting
to be configurable")
commit ee86588960e2 ("docs/mm: remove useless markup")
2 commits needs resolving in total

Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>
Reviewed-by: Alex Shi <alexs@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <985f62236dad7c9446272d94bffc20eb8f45ae4b.1729327831.git.dzm91@hust.edu.cn>

authored by

Dongliang Mu and committed by
Jonathan Corbet
6a8897de 047545e5

+5
+5
Documentation/translations/zh_CN/mm/active_mm.rst
··· 13 13 Active MM 14 14 ========= 15 15 16 + 注意,在配置了 CONFIG_MMU_LAZY_TLB_REFCOUNT=n 的内核中,mm_count 引用计数 17 + 可能不再包括“懒惰”用户(运行任务中 ->active_mm == mm && ->mm == NULL)。 18 + 获取和释放这些懒惰引用必须使用 mmgrab_lazy_tlb() 和 mmdrop_lazy_tlb() 这 19 + 两个辅助函数,它们抽象了这个配置选项。 20 + 16 21 这是一封linux之父回复开发者的一封邮件,所以翻译时我尽量保持邮件格式的完整。 17 22 18 23 ::