103 lines · plain
1.. raw:: latex2 3 \renewcommand\thesection*4 \renewcommand\thesubsection*5 6.. include:: ../disclaimer-zh_CN.rst7 8:Original: Documentation/process/index.rst9 10:翻译:11 12 Alex Shi <alex.shi@linux.alibaba.com>13 14========================15与Linux 内核社区一起工作16========================17 18你想成为Linux内核开发人员吗?欢迎之至!在学习许多关于内核的技术知识的同时,19了解我们社区的工作方式也很重要。阅读这些文档可以让您以更轻松的、麻烦更少的20方式将更改合并到内核。21 22以下是每位开发人员都应阅读的基本指南:23 24.. toctree::25 :maxdepth: 126 27 license-rules28 howto29 code-of-conduct30 code-of-conduct-interpretation31 development-process32 submitting-patches33 programming-language34 coding-style35 maintainer-pgp-guide36 email-clients37 kernel-enforcement-statement38 kernel-driver-statement39 40TODOLIST:41 42* handling-regressions43* maintainer-handbooks44 45安全方面, 请阅读:46 47.. toctree::48 :maxdepth: 149 50 embargoed-hardware-issues51 cve52 security-bugs53 54TODOLIST:55 56* handling-regressions57 58其它大多数开发人员感兴趣的社区指南:59 60 61.. toctree::62 :maxdepth: 163 64 stable-api-nonsense65 management-style66 stable-kernel-rules67 submit-checklist68 researcher-guidelines69 70TODOLIST:71 72* changes73* kernel-docs74* deprecated75* maintainers76* contribution-maturity-model77 78 79这些是一些总体性技术指南,由于不大好分类而放在这里:80 81.. toctree::82 :maxdepth: 183 84 magic-number85 volatile-considered-harmful86 ../arch/riscv/patch-acceptance87 ../core-api/unaligned-memory-access88 89TODOLIST:90 91* applying-patches92* backporting93* adding-syscalls94* botching-up-ioctls95* clang-format96 97.. only:: subproject and html98 99 目录100 ====101 102 * :ref:`genindex`103