diff options
author | Dongliang Mu <dzm91@hust.edu.cn> | 2024-06-13 00:18:32 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-06-12 15:12:03 -0600 |
commit | b3d6c48029116971a998c20ea87f51402a2a40f2 (patch) | |
tree | 1d2381e1a51d4c410fa7267da330780faf26dc88 /Documentation/translations | |
parent | 627395716cc36eff127aa81997b535818ab003fa (diff) | |
download | linux-b3d6c48029116971a998c20ea87f51402a2a40f2.tar.gz linux-b3d6c48029116971a998c20ea87f51402a2a40f2.tar.bz2 linux-b3d6c48029116971a998c20ea87f51402a2a40f2.zip |
docs/zh_CN: Update dev-tools/index.rst
Add several newish dev-tools documents to the todo list.
Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240612161835.18931-1-dzm91@hust.edu.cn
Diffstat (limited to 'Documentation/translations')
-rw-r--r-- | Documentation/translations/zh_CN/dev-tools/index.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/dev-tools/index.rst b/Documentation/translations/zh_CN/dev-tools/index.rst index fa900f5beb68..c540e4a7d5db 100644 --- a/Documentation/translations/zh_CN/dev-tools/index.rst +++ b/Documentation/translations/zh_CN/dev-tools/index.rst @@ -20,18 +20,22 @@ Documentation/translations/zh_CN/dev-tools/testing-overview.rst testing-overview sparse + kcov gcov kasan - kcov ubsan kmemleak gdb-kernel-debugging Todolist: + - checkpatch - coccinelle + - kmsan - kcsan - kfence - kgdb - kselftest - kunit/index + - ktap + - checkuapi |