Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933669AbbBIXjo (ORCPT ); Mon, 9 Feb 2015 18:39:44 -0500 Received: from mail-ie0-f176.google.com ([209.85.223.176]:46934 "EHLO mail-ie0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932497AbbBIXjm (ORCPT ); Mon, 9 Feb 2015 18:39:42 -0500 From: David Daney To: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , stable@vger.kernel.org Cc: David Daney Subject: [PATCH] stable_kernel_rules: Add clause about specification of kernel versions to patch. Date: Mon, 9 Feb 2015 15:39:23 -0800 Message-Id: <1423525163-22145-1-git-send-email-ddaney.cavm@gmail.com> X-Mailer: git-send-email 1.7.11.7 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1389 Lines: 36 From: David Daney Signed-off-by: David Daney --- Documentation/stable_kernel_rules.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/stable_kernel_rules.txt b/Documentation/stable_kernel_rules.txt index aee73e7..82c097a 100644 --- a/Documentation/stable_kernel_rules.txt +++ b/Documentation/stable_kernel_rules.txt @@ -41,6 +41,16 @@ Procedure for submitting patches to the -stable tree: in the sign-off area. Once the patch is merged it will be applied to the stable tree without anything else needing to be done by the author or subsystem maintainer. + - The kernel versions, to which the patch should be applied, can be + specified in the following format in the sign-off area: + + Cc: # 3.3.x + + The tag has the meaning of: + git cherry-pick + + For each "-stable" tree starting with the specified version. + - If the patch requires other patches as prerequisites which can be cherry-picked, then this can be specified in the following format in the sign-off area: -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/