summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongliang Mu <dzm91@hust.edu.cn>2024-06-12 17:11:52 +0800
committerJonathan Corbet <corbet@lwn.net>2024-06-12 15:13:52 -0600
commit74de938eb502adab1a6cd7ad869b7b64a7ee1828 (patch)
tree03629a251be374be1f0520e086b7ba95ca0aaff3
parentb3d6c48029116971a998c20ea87f51402a2a40f2 (diff)
docs/zh_CN: Update the translation of dev-tools/testing-overview
Update to commit 42fb9cfd5b18 ("Documentation: dev-tools: Add link to RV docs") Reviewed-by: Alex Shi <alexs@kernel.org> Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20240612091155.38866-1-dzm91@hust.edu.cn
-rw-r--r--Documentation/translations/zh_CN/dev-tools/testing-overview.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/translations/zh_CN/dev-tools/testing-overview.rst b/Documentation/translations/zh_CN/dev-tools/testing-overview.rst
index c91f9b60f9f1..286ed6b01f65 100644
--- a/Documentation/translations/zh_CN/dev-tools/testing-overview.rst
+++ b/Documentation/translations/zh_CN/dev-tools/testing-overview.rst
@@ -99,6 +99,8 @@ Documentation/dev-tools/kcov.rst 是能够构建在内核之中,用于在每
参阅 Documentation/dev-tools/kfence.rst
* lockdep是一个锁定正确性检测器。参阅
Documentation/locking/lockdep-design.rst
+* 运行时确认(Runtime Verification)支持检查给定子系统的特定行为。参阅
+ Documentation/trace/rv/runtime-verification.rst。
* 除此以外,在内核中还有一些其它的调试工具,大多数能在
lib/Kconfig.debug 中找到。