Mauro Carvalho Chehab | 186128f | 2016-09-21 08:40:21 -0300 | [diff] [blame] | 1 | .. raw:: latex |
| 2 | |
| 3 | \renewcommand\thesection* |
| 4 | \renewcommand\thesubsection* |
| 5 | |
Daniel Vetter | eadf71c | 2017-03-21 16:52:28 +0100 | [diff] [blame] | 6 | .. _process_index: |
Mauro Carvalho Chehab | 186128f | 2016-09-21 08:40:21 -0300 | [diff] [blame] | 7 | |
Jonathan Corbet | 9b4ebd9 | 2016-10-26 16:34:09 -0600 | [diff] [blame] | 8 | Working with the kernel development community |
| 9 | ============================================= |
Mauro Carvalho Chehab | f0ddda3 | 2016-09-19 08:07:38 -0300 | [diff] [blame] | 10 | |
Jonathan Corbet | 9b4ebd9 | 2016-10-26 16:34:09 -0600 | [diff] [blame] | 11 | So you want to be a Linux kernel developer? Welcome! While there is a lot |
| 12 | to be learned about the kernel in a technical sense, it is also important |
| 13 | to learn about how our community works. Reading these documents will make |
| 14 | it much easier for you to get your changes merged with a minimum of |
| 15 | trouble. |
| 16 | |
| 17 | Below are the essential guides that every developer should read. |
Mauro Carvalho Chehab | f0ddda3 | 2016-09-19 08:07:38 -0300 | [diff] [blame] | 18 | |
| 19 | .. toctree:: |
Jonathan Corbet | be46124 | 2016-10-26 16:41:05 -0600 | [diff] [blame] | 20 | :maxdepth: 1 |
Mauro Carvalho Chehab | f0ddda3 | 2016-09-19 08:07:38 -0300 | [diff] [blame] | 21 | |
Mauro Carvalho Chehab | 186128f | 2016-09-21 08:40:21 -0300 | [diff] [blame] | 22 | howto |
Jonathan Corbet | 9b4ebd9 | 2016-10-26 16:34:09 -0600 | [diff] [blame] | 23 | code-of-conflict |
| 24 | development-process |
Mauro Carvalho Chehab | 186128f | 2016-09-21 08:40:21 -0300 | [diff] [blame] | 25 | submitting-patches |
Jonathan Corbet | 9b4ebd9 | 2016-10-26 16:34:09 -0600 | [diff] [blame] | 26 | coding-style |
Konstantin Ryabitsev | b72dde3 | 2018-02-01 09:42:33 -0500 | [diff] [blame] | 27 | maintainer-pgp-guide |
Jonathan Corbet | 9b4ebd9 | 2016-10-26 16:34:09 -0600 | [diff] [blame] | 28 | email-clients |
Greg Kroah-Hartman | 9ed9512 | 2017-10-04 16:17:55 +0200 | [diff] [blame] | 29 | kernel-enforcement-statement |
Greg Kroah-Hartman | 1327778 | 2017-10-06 11:10:38 +0200 | [diff] [blame] | 30 | kernel-driver-statement |
Jonathan Corbet | 9b4ebd9 | 2016-10-26 16:34:09 -0600 | [diff] [blame] | 31 | |
| 32 | Other guides to the community that are of interest to most developers are: |
| 33 | |
| 34 | .. toctree:: |
Jonathan Corbet | be46124 | 2016-10-26 16:41:05 -0600 | [diff] [blame] | 35 | :maxdepth: 1 |
Jonathan Corbet | 9b4ebd9 | 2016-10-26 16:34:09 -0600 | [diff] [blame] | 36 | |
| 37 | changes |
Mauro Carvalho Chehab | 186128f | 2016-09-21 08:40:21 -0300 | [diff] [blame] | 38 | submitting-drivers |
| 39 | stable-api-nonsense |
| 40 | management-style |
| 41 | stable-kernel-rules |
Mauro Carvalho Chehab | 186128f | 2016-09-21 08:40:21 -0300 | [diff] [blame] | 42 | submit-checklist |
Jonathan Corbet | 9b4ebd9 | 2016-10-26 16:34:09 -0600 | [diff] [blame] | 43 | kernel-docs |
| 44 | |
| 45 | These are some overall technical guides that have been put here for now for |
| 46 | lack of a better place. |
| 47 | |
| 48 | .. toctree:: |
Jonathan Corbet | be46124 | 2016-10-26 16:41:05 -0600 | [diff] [blame] | 49 | :maxdepth: 1 |
Jonathan Corbet | 9b4ebd9 | 2016-10-26 16:34:09 -0600 | [diff] [blame] | 50 | |
| 51 | applying-patches |
Mauro Carvalho Chehab | 186128f | 2016-09-21 08:40:21 -0300 | [diff] [blame] | 52 | adding-syscalls |
| 53 | magic-number |
| 54 | volatile-considered-harmful |
| 55 | |
Markus Heiser | 6f2ec3a | 2016-10-26 08:23:16 +0200 | [diff] [blame] | 56 | .. only:: subproject and html |
| 57 | |
| 58 | Indices |
| 59 | ======= |
| 60 | |
| 61 | * :ref:`genindex` |