mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 01:46:45 +07:00
dca22a63fd
Add cross references for the development process documents that were converted to ReST: Documentation/SubmitChecklist Documentation/SubmittingDrivers Documentation/SubmittingPatches Documentation/development-process/development-process.rst Documentation/stable_kernel_rules.txt Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
30 lines
811 B
ReStructuredText
30 lines
811 B
ReStructuredText
.. _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.
|
|
|