From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756211AbbBIX7f (ORCPT ); Mon, 9 Feb 2015 18:59:35 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:57605 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752208AbbBIX7d (ORCPT ); Mon, 9 Feb 2015 18:59:33 -0500 Date: Tue, 10 Feb 2015 07:59:29 +0800 From: Greg Kroah-Hartman To: David Daney Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, David Daney Subject: Re: [PATCH] stable_kernel_rules: Add clause about specification of kernel versions to patch. Message-ID: <20150209235929.GC15111@kroah.com> References: <1423525163-22145-1-git-send-email-ddaney.cavm@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423525163-22145-1-git-send-email-ddaney.cavm@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 09, 2015 at 03:39:23PM -0800, David Daney wrote: > 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: Nice, I'll queue this up after 3.20-rc1 is out, thanks. greg k-h