blob: 0cbc62adbbb1fb433bb59e646f2d703f1342c900 [file] [log] [blame]
Mauro Carvalho Chehab186128f2016-09-21 08:40:21 -03001.. raw:: latex
2
3 \renewcommand\thesection*
4 \renewcommand\thesubsection*
5
6
Jonathan Corbet9b4ebd92016-10-26 16:34:09 -06007Working with the kernel development community
8=============================================
Mauro Carvalho Chehabf0ddda32016-09-19 08:07:38 -03009
Jonathan Corbet9b4ebd92016-10-26 16:34:09 -060010So you want to be a Linux kernel developer? Welcome! While there is a lot
11to be learned about the kernel in a technical sense, it is also important
12to learn about how our community works. Reading these documents will make
13it much easier for you to get your changes merged with a minimum of
14trouble.
15
16Below are the essential guides that every developer should read.
Mauro Carvalho Chehabf0ddda32016-09-19 08:07:38 -030017
18.. toctree::
19 :maxdepth: 2
20
Mauro Carvalho Chehab186128f2016-09-21 08:40:21 -030021 howto
Jonathan Corbet9b4ebd92016-10-26 16:34:09 -060022 code-of-conflict
23 development-process
Mauro Carvalho Chehab186128f2016-09-21 08:40:21 -030024 submitting-patches
Jonathan Corbet9b4ebd92016-10-26 16:34:09 -060025 coding-style
26 email-clients
27
28Other guides to the community that are of interest to most developers are:
29
30.. toctree::
31 :maxdepth: 2
32
33 changes
Mauro Carvalho Chehab186128f2016-09-21 08:40:21 -030034 submitting-drivers
35 stable-api-nonsense
36 management-style
37 stable-kernel-rules
Mauro Carvalho Chehab186128f2016-09-21 08:40:21 -030038 submit-checklist
Jonathan Corbet9b4ebd92016-10-26 16:34:09 -060039 kernel-docs
40
41These are some overall technical guides that have been put here for now for
42lack of a better place.
43
44.. toctree::
45 :maxdepth: 2
46
47 applying-patches
Mauro Carvalho Chehab186128f2016-09-21 08:40:21 -030048 adding-syscalls
49 magic-number
50 volatile-considered-harmful
51