diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2021-09-13 17:39:41 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-09-14 22:46:49 +0200 |
commit | 604370e106cca376f7fff2418a9c858b41bb5fd6 (patch) | |
tree | 1b51afaab22398361af1b49cda439b8264cec707 /Documentation/process/maintainer-handbooks.rst | |
parent | Linux 5.15-rc1 (diff) | |
download | linux-604370e106cca376f7fff2418a9c858b41bb5fd6.tar.xz linux-604370e106cca376f7fff2418a9c858b41bb5fd6.zip |
Documentation/process: Add maintainer handbooks section
General rules for patch submission, coding style and related details are
available, but most subsystems have their subsystem-specific extra rules
which differ or go beyond the common rules.
Mark suggested to add a subsystem/maintainer handbook section, where
subsystem maintainers can explain their specific quirks.
Add the section and link to it from the submitting-patches document.
[ bp: Add a SPDX identifier. ]
Suggested-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20181107171149.074948887@linutronix.de
Link: https://lore.kernel.org/r/20210913153942.15251-2-bp@alien8.de
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process/maintainer-handbooks.rst')
-rw-r--r-- | Documentation/process/maintainer-handbooks.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/process/maintainer-handbooks.rst b/Documentation/process/maintainer-handbooks.rst new file mode 100644 index 000000000000..cd707727dc8f --- /dev/null +++ b/Documentation/process/maintainer-handbooks.rst @@ -0,0 +1,16 @@ +.. SPDX-License-Identifier: GPL-2.0 + +.. _maintainer_handbooks_main: + +Subsystem and maintainer tree specific development process notes +================================================================ + +The purpose of this document is to provide subsystem specific information +which is supplementary to the general development process handbook +:ref:`Documentation/process <development_process_main>`. + +Contents: + +.. toctree:: + :numbered: + :maxdepth: 2 |