diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-07-19 11:32:25 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-07-21 13:47:10 -0600 |
commit | 4454d38261ac7def5fe97d5a29cad6899f1dde53 (patch) | |
tree | f6f76996caf0e06f25d9d6802a8659f1a4490f6b /Documentation/maintainer/index.rst | |
parent | 626c820526a0b1c1801612f4bfd2f6b6163373fc (diff) | |
download | linux-stable-4454d38261ac7def5fe97d5a29cad6899f1dde53.tar.gz linux-stable-4454d38261ac7def5fe97d5a29cad6899f1dde53.tar.bz2 linux-stable-4454d38261ac7def5fe97d5a29cad6899f1dde53.zip |
docs: maintainer: document expectations of small time maintainers
We appear to have a gap in our process docs. We go into detail
on how to contribute code to the kernel, and how to be a subsystem
maintainer. I can't find any docs directed towards the thousands
of small scale maintainers, like folks maintaining a single driver
or a single network protocol.
Document our expectations and best practices. I'm hoping this doc
will be particularly useful to set expectations with HW vendors.
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Reviewed-by: Martin Habets <habetsm.xilinx@gmail.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230719183225.1827100-1-kuba@kernel.org
Diffstat (limited to 'Documentation/maintainer/index.rst')
-rw-r--r-- | Documentation/maintainer/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/maintainer/index.rst b/Documentation/maintainer/index.rst index 3e03283c144e..eeee27f8b18c 100644 --- a/Documentation/maintainer/index.rst +++ b/Documentation/maintainer/index.rst @@ -9,6 +9,7 @@ additions to this manual. .. toctree:: :maxdepth: 2 + feature-and-driver-maintainers configure-git rebasing-and-merging pull-requests |