Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf authored by Linus Torvalds on 14 November 2021, 21:56:52 UTC
Linux 5.16-rc1
Tip revision: fa55b7d
development-process.rst
.. _development_process_main:

A guide to the Kernel Development Process
=========================================

Contents:

.. toctree::
   :numbered:
   :maxdepth: 2

   1.Intro
   2.Process
   3.Early-stage
   4.Coding
   5.Posting
   6.Followthrough
   7.AdvancedTopics
   8.Conclusion

The purpose of this document is to help developers (and their managers)
work with the development community with a minimum of frustration.  It is
an attempt to document how this community works in a way which is
accessible to those who are not intimately familiar with Linux kernel
development (or, indeed, free software development in general).  While
there is some technical material here, this is very much a process-oriented
discussion which does not require a deep knowledge of kernel programming to
understand.
back to top