From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752370AbbCZIgr (ORCPT ); Thu, 26 Mar 2015 04:36:47 -0400 Received: from mail113-251.mail.alibaba.com ([205.204.113.251]:42971 "EHLO us-alimail-mta2.hst.scl.en.alidc.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751581AbbCZIgp (ORCPT ); Thu, 26 Mar 2015 04:36:45 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R201e4;FP=0|-1|-1|-1|0|-1|-1|-1;HT=r41g06007;MF=hillf.zj@alibaba-inc.com;PH=DS;RN=3;RT=3;SR=0; Reply-To: "Hillf Danton" From: "Hillf Danton" To: "'David Daney'" Cc: "linux-kernel" , "Hillf Danton" Subject: Re: [PATCH] stable_kernel_rules: Add clause about specification of kernel versions to patch. Date: Thu, 26 Mar 2015 16:35:38 +0800 Message-ID: <05d501d0679f$d74552d0$85cff870$@alibaba-inc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdBnn9YjDpvQE2wmQwqa0EeniEFXYA== Content-Language: zh-cn 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 > Better if it is added in commit message: how to determine kernel version for a given commit id. > 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