From patchwork Mon Dec 7 16:08:50 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Larry Finger X-Patchwork-Id: 7787821 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 5A6C09F1C2 for ; Mon, 7 Dec 2015 16:08:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 91B9C20411 for ; Mon, 7 Dec 2015 16:08:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 64AC2203ED for ; Mon, 7 Dec 2015 16:08:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933053AbbLGQIy (ORCPT ); Mon, 7 Dec 2015 11:08:54 -0500 Received: from mail-ob0-f173.google.com ([209.85.214.173]:35460 "EHLO mail-ob0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932419AbbLGQIx (ORCPT ); Mon, 7 Dec 2015 11:08:53 -0500 Received: by obbnk6 with SMTP id nk6so117310230obb.2 for ; Mon, 07 Dec 2015 08:08:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=Ssef5p6dzFnqXl8geFBi5CgsgTmdP82heHIN8Qiwva0=; b=uP6GE2DMKU7noFJNHwhTTMGKe/yeZMIKWuNKUmhp6F106gtsM8HQWqUMgKWq0cA7+6 iY+BLF+Xie+9N6T/sOVL+PtpdnC35lzKV7cCSOv4Xg5MajB1hgIZTljvmMxrHkCYLGKB CQi1Il74/I8ezFoV2MqSQXmZYY6C4zvjTdTtRo/H7f50gfDkLRE+DZU1Gwa/ftmw0+x0 Ydf5OYcomhfEe+BItc0Ea8kCdh5yG5xYbVtvAHsFo1abFjAevFToafmrPrfYjgGwWrWE 9tKlalaCZSPV0aF0dTL+NjFfOCayRdHYJ7gc9Fg6uqXT2xP4PBOXL1bMFETK5ZnbazoL BljQ== X-Received: by 10.182.153.169 with SMTP id vh9mr20562880obb.83.1449504532494; Mon, 07 Dec 2015 08:08:52 -0800 (PST) Received: from linux.site (cpe-24-31-249-175.kc.res.rr.com. [24.31.249.175]) by smtp.gmail.com with ESMTPSA id v3sm4823243oeq.14.2015.12.07.08.08.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 07 Dec 2015 08:08:51 -0800 (PST) From: Larry Finger To: kvalo@codeaurora.org Cc: devel@driverdev.osuosl.org, linux-wireless@vger.kernel.org, Larry Finger Subject: [RFC] Documentation: Clarify wording regarding submission of wireless patches to stable Date: Mon, 7 Dec 2015 10:08:50 -0600 Message-Id: <1449504530-9373-1-git-send-email-Larry.Finger@lwfinger.net> X-Mailer: git-send-email 2.1.4 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY, URIBL_BLACK autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The instructions for submitting patches state that changes destined for networking should not be marked with a Cc to stable. This restriction does not apply to the wireless portion of networking. The instructions are updated to clarify this case. Signed-off-by: Larry Finger --- Kalle, Is this change clear, and strong enough? Larry --- Documentation/SubmittingPatches | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index d603fa0..5457a18 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -306,7 +306,9 @@ file. Note, however, that some subsystem maintainers want to come to their own conclusions on which patches should go to the stable trees. The networking maintainer, in particular, would rather not see individual developers -adding lines like the above to their patches. +adding lines like the above to their patches. Note: Patches for the wireless +section of networking should include a recommendation for inclusion in stable +whenever appropriate. If changes affect userland-kernel interfaces, please send the MAN-PAGES maintainer (as listed in the MAINTAINERS file) a man-pages patch, or at