aboutsummaryrefslogtreecommitdiffstats
path: root/stable-kernel-rules.rst-add-link-to-networking-patch-queue.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-30 10:20:57 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-30 10:20:57 +0100
commitee9dcf22a075bce42d85b58108ca601ca434e663 (patch)
tree3d45f9e2fe020d467fbca570d9c4d481afa190ac /stable-kernel-rules.rst-add-link-to-networking-patch-queue.patch
parent40c493e29885df8b9e3eaef8418af97ce8a90967 (diff)
downloadpatches-ee9dcf22a075bce42d85b58108ca601ca434e663.tar.gz
update patches based on what is merged in Linus's tree
Diffstat (limited to 'stable-kernel-rules.rst-add-link-to-networking-patch-queue.patch')
-rw-r--r--stable-kernel-rules.rst-add-link-to-networking-patch-queue.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/stable-kernel-rules.rst-add-link-to-networking-patch-queue.patch b/stable-kernel-rules.rst-add-link-to-networking-patch-queue.patch
deleted file mode 100644
index b98d37f3f7943d..00000000000000
--- a/stable-kernel-rules.rst-add-link-to-networking-patch-queue.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From foo@baz Tue Jan 22 19:43:36 CET 2019
-Date: Tue, 22 Jan 2019 19:43:36 +0100
-To: Greg KH <gregkh@linuxfoundation.org>
-From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Subject: [PATCH] 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>
-
----
- Documentation/process/stable-kernel-rules.rst | 3 +++
- 1 file changed, 3 insertions(+)
-
---- a/Documentation/process/stable-kernel-rules.rst
-+++ b/Documentation/process/stable-kernel-rules.rst
-@@ -38,6 +38,9 @@ Procedure for submitting patches to the
- - 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.ozlabs.org/bundle/davem/stable/?series=&submitter=&state=*&q=&archive=
-+ 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>`.