Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

stable-kernel-rules.rst: add link to networking patch queue

The networking maintainer keeps a public list of the patches being
queued up for the next round of stable releases. Be sure to check there
before asking for a patch to be applied so that you do not waste
people's time.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Greg Kroah-Hartman and committed by
Jonathan Corbet
a41e8f25 faa6bcbb

+3
+3
Documentation/process/stable-kernel-rules.rst
··· 38 38 - If the patch covers files in net/ or drivers/net please follow netdev stable 39 39 submission guidelines as described in 40 40 :ref:`Documentation/networking/netdev-FAQ.rst <netdev-FAQ>` 41 + after first checking the stable networking queue at 42 + https://patchwork.ozlabs.org/bundle/davem/stable/?series=&submitter=&state=*&q=&archive= 43 + to ensure the requested patch is not already queued up. 41 44 - Security patches should not be handled (solely) by the -stable review 42 45 process but should follow the procedures in 43 46 :ref:`Documentation/admin-guide/security-bugs.rst <securitybugs>`.