diff options
author | Jakub Kicinski <kuba@kernel.org> | 2021-03-02 18:46:43 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-17 17:06:13 +0100 |
commit | 389055e7b97048c7ecd6066cdac2c703bae493bc (patch) | |
tree | 0559fdc1394916e99518046322ec9c76bc79c97b /Documentation/process/stable-kernel-rules.rst | |
parent | e1759160877a06082a9323dfb9437abfbe4af2d3 (diff) | |
download | kernel_replicant_linux-389055e7b97048c7ecd6066cdac2c703bae493bc.tar.gz kernel_replicant_linux-389055e7b97048c7ecd6066cdac2c703bae493bc.tar.bz2 kernel_replicant_linux-389055e7b97048c7ecd6066cdac2c703bae493bc.zip |
docs: networking: drop special stable handling
commit dbbe7c962c3a8163bf724dbc3c9fdfc9b16d3117 upstream.
Leave it to Greg.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/process/stable-kernel-rules.rst')
-rw-r--r-- | Documentation/process/stable-kernel-rules.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/process/stable-kernel-rules.rst b/Documentation/process/stable-kernel-rules.rst index 3973556250e1..003c865e9c21 100644 --- a/Documentation/process/stable-kernel-rules.rst +++ b/Documentation/process/stable-kernel-rules.rst @@ -35,12 +35,6 @@ Rules on what kind of patches are accepted, and which ones are not, into the Procedure for submitting patches to the -stable tree ---------------------------------------------------- - - If the patch covers files in net/ or drivers/net please follow netdev stable - submission guidelines as described in - :ref:`Documentation/networking/netdev-FAQ.rst <netdev-FAQ>` - after first checking the stable networking queue at - https://patchwork.kernel.org/bundle/netdev/stable/?state=* - to ensure the requested patch is not already queued up. - Security patches should not be handled (solely) by the -stable review process but should follow the procedures in :ref:`Documentation/admin-guide/security-bugs.rst <securitybugs>`. |