From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 21478C10F03 for ; Fri, 22 Mar 2019 12:38:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DA73721900 for ; Fri, 22 Mar 2019 12:38:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553258304; bh=cQsGz0inPs2/LOx28MQQQzVSSikZYXiv5CX2rhC5Pxs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=VPN6gUG7YhCebtLNSV1sOvdegyYOFbV794+HgH4eIlA3vBMJb9VdoRk5jbbUzAz6z o8NUghe/9v/A0acOBrQMRbsGL2yPj2XhVFxqtNmKwgP8iUA9AUWLa/3JU8BSu/HHp7 psg6HFjqudXHN5RAe/xxVvBy9D4BgNxNiICHIlFA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388921AbfCVMJY (ORCPT ); Fri, 22 Mar 2019 08:09:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:47872 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388535AbfCVMJY (ORCPT ); Fri, 22 Mar 2019 08:09:24 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F08C021929; Fri, 22 Mar 2019 12:09:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553256563; bh=cQsGz0inPs2/LOx28MQQQzVSSikZYXiv5CX2rhC5Pxs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ibwKkMB+UrVBvOlFcBZNFlZv0X+VkDRouJrjmMFbRPHg/GTGDcoUJHJrc8yxBSdDV 4X87VkY96H0jEA9Clcz7macqHFSeZh1iQ2UAIoVpa6VO5TXWRKYsUjWTLQQnXlAAN8 tUnLklhOZ2bJEPAk8u/0Enox4K+bgpP11dU+UvXw= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, "David S. Miller" , Jonathan Corbet Subject: [PATCH 4.19 250/280] stable-kernel-rules.rst: add link to networking patch queue Date: Fri, 22 Mar 2019 12:16:43 +0100 Message-Id: <20190322111341.344052411@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190322111306.356185024@linuxfoundation.org> References: <20190322111306.356185024@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 4.19-stable review patch. If anyone has any objections, please let me know. ------------------ From: Greg Kroah-Hartman commit a41e8f25fa8f8f67360d88eb0eebbabe95a64bdf upstream. 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 Acked-by: David S. Miller Signed-off-by: Jonathan Corbet Signed-off-by: Greg Kroah-Hartman --- 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 ` + 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 `.