diff options
author | Yanteng Si <siyanteng@loongson.cn> | 2023-11-20 11:02:25 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-11-27 19:00:16 +0100 |
commit | c7dd2c42f1bccf993a80a032e2106b3ecb1ec1ed (patch) | |
tree | 8a1d0d9956115e692c14628e6d5df819ccbdf541 /Documentation/translations/zh_CN | |
parent | docs/zh_CN: Adjust the number of characters per line in magic-number.rst to l... (diff) | |
download | linux-c7dd2c42f1bccf993a80a032e2106b3ecb1ec1ed.tar.xz linux-c7dd2c42f1bccf993a80a032e2106b3ecb1ec1ed.zip |
docs/zh_CN: Update process index to 6.7-rc2
Update to commit f1477dbfa562 ("docs: add backporting and conflict
resolution document")
Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/7f79015d251b3ad88d6ea596508e39832623db9d.1700474235.git.siyanteng@loongson.cn
Diffstat (limited to 'Documentation/translations/zh_CN')
-rw-r--r-- | Documentation/translations/zh_CN/process/index.rst | 52 |
1 files changed, 44 insertions, 8 deletions
diff --git a/Documentation/translations/zh_CN/process/index.rst b/Documentation/translations/zh_CN/process/index.rst index 5af0c2735902..3ca02d281be0 100644 --- a/Documentation/translations/zh_CN/process/index.rst +++ b/Documentation/translations/zh_CN/process/index.rst @@ -5,10 +5,11 @@ .. include:: ../disclaimer-zh_CN.rst -:Original: :ref:`Documentation/process/index.rst <process_index>` -:Translator: Alex Shi <alex.shi@linux.alibaba.com> +:Original: Documentation/process/index.rst -.. _cn_process_index: +:翻译: + + Alex Shi <alex.shi@linux.alibaba.com> ======================== 与Linux 内核社区一起工作 @@ -23,30 +24,55 @@ .. toctree:: :maxdepth: 1 + license-rules howto code-of-conduct code-of-conduct-interpretation + development-process submitting-patches programming-language coding-style maintainer-pgp-guide - development-process email-clients - license-rules kernel-enforcement-statement kernel-driver-statement +TODOLIST: + +* handling-regressions +* maintainer-handbooks + +安全方面, 请阅读: + +.. toctree:: + :maxdepth: 1 + + embargoed-hardware-issues + +TODOLIST: + +* security-bugs + 其它大多数开发人员感兴趣的社区指南: .. toctree:: :maxdepth: 1 - submit-checklist stable-api-nonsense - stable-kernel-rules management-style - embargoed-hardware-issues + stable-kernel-rules + submit-checklist + +TODOLIST: + +* changes +* kernel-docs +* deprecated +* maintainers +* researcher-guidelines +* contribution-maturity-model + 这些是一些总体性技术指南,由于不大好分类而放在这里: @@ -55,6 +81,16 @@ magic-number volatile-considered-harmful + ../arch/riscv/patch-acceptance + ../core-api/unaligned-memory-access + +TODOLIST: + +* applying-patches +* backporting +* adding-syscalls +* botching-up-ioctls +* clang-format .. only:: subproject and html |