index.rst 1.3 KB
Newer Older
1 2 3 4 5
.. raw:: latex

	\renewcommand\thesection*
	\renewcommand\thesubsection*

6
.. _process_index:
7

8 9
Working with the kernel development community
=============================================
10

11 12 13 14 15 16 17
So you want to be a Linux kernel developer?  Welcome!  While there is a lot
to be learned about the kernel in a technical sense, it is also important
to learn about how our community works.  Reading these documents will make
it much easier for you to get your changes merged with a minimum of
trouble.

Below are the essential guides that every developer should read.
18 19

.. toctree::
20
   :maxdepth: 1
21

22
   howto
23
   code-of-conduct
24
   development-process
25
   submitting-patches
26
   coding-style
27
   maintainer-pgp-guide
28
   email-clients
29
   kernel-enforcement-statement
30
   kernel-driver-statement
31 32 33 34

Other guides to the community that are of interest to most developers are: 

.. toctree::
35
   :maxdepth: 1
36 37

   changes
38 39 40 41
   submitting-drivers
   stable-api-nonsense
   management-style
   stable-kernel-rules
42
   submit-checklist
43
   kernel-docs
44 45 46 47 48

These are some overall technical guides that have been put here for now for
lack of a better place.

.. toctree::
49
   :maxdepth: 1
50

51 52 53 54
   applying-patches
   adding-syscalls
   magic-number
   volatile-considered-harmful
55
   clang-format
56

57 58 59 60 61 62
.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`