tracing: Use guard() rather than scoped_guard()
[drm/drm-misc.git] / Documentation / process / index.rst
blob6455eba3ef0c52e1da51932ddccbad858b41e894
1 .. raw:: latex
3         \renewcommand\thesection*
4         \renewcommand\thesubsection*
6 .. _process_index:
8 =============================================
9 Working with the kernel development community
10 =============================================
12 So you want to be a Linux kernel developer?  Welcome!  While there is a lot
13 to be learned about the kernel in a technical sense, it is also important
14 to learn about how our community works.  Reading these documents will make
15 it much easier for you to get your changes merged with a minimum of
16 trouble.
18 An introduction to how kernel development works
19 -----------------------------------------------
21 Read these documents first: an understanding of the material here will ease
22 your entry into the kernel community.
24 .. toctree::
25    :maxdepth: 1
27    howto
28    development-process
29    submitting-patches
30    submit-checklist
32 Tools and technical guides for kernel developers
33 ------------------------------------------------
35 This is a collection of material that kernel developers should be familiar
36 with.
38 .. toctree::
39    :maxdepth: 1
41    changes
42    programming-language
43    coding-style
44    maintainer-pgp-guide
45    email-clients
46    applying-patches
47    backporting
48    adding-syscalls
49    volatile-considered-harmful
50    botching-up-ioctls
52 Policy guides and developer statements
53 --------------------------------------
55 These are the rules that we try to live by in the kernel community (and
56 beyond).
58 .. toctree::
59    :maxdepth: 1
61    license-rules
62    code-of-conduct
63    code-of-conduct-interpretation
64    contribution-maturity-model
65    kernel-enforcement-statement
66    kernel-driver-statement
67    stable-api-nonsense
68    stable-kernel-rules
69    management-style
70    researcher-guidelines
72 Dealing with bugs
73 -----------------
75 Bugs are a fact of life; it is important that we handle them properly.
76 The documents below describe our policies around the handling of a couple
77 of special classes of bugs: regressions and security problems.
79 .. toctree::
80    :maxdepth: 1
82    handling-regressions
83    security-bugs
84    cve
85    embargoed-hardware-issues
87 Maintainer information
88 ----------------------
90 How to find the people who will accept your patches.
92 .. toctree::
93    :maxdepth: 1
95    maintainer-handbooks
96    maintainers
98 Other material
99 --------------
101 Here are some other guides to the community that are of interest to most
102 developers:
104 .. toctree::
105    :maxdepth: 1
107    kernel-docs
108    deprecated
110 .. only::  subproject and html
112    Indices
113    =======
115    * :ref:`genindex`