public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: talk about "Cc: stable@vger.kernel.org"
@ 2012-07-06 21:38 Theodore Ts'o
  2012-07-06 21:59 ` Aaro Koskinen
  0 siblings, 1 reply; 5+ messages in thread
From: Theodore Ts'o @ 2012-07-06 21:38 UTC (permalink / raw)
  To: Linux Kernel Developers List, linux-doc; +Cc: gregkh, Theodore Ts'o

I couldn't remember whether the canonical marking is stable@kernel.org
or stable@vger.kernel.org, so I went looking, and discovered that it
wasn't mentioned in the kernel sources.  You can find mention of it in
Greg K-H's blog, but not everyone would necessarily find this blog
entry.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
---
 Documentation/SubmittingPatches | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index c379a2a..d802ee2 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -418,7 +418,13 @@ If a person has had the opportunity to comment on a patch, but has not
 provided such comments, you may optionally add a "Cc:" tag to the patch.
 This is the only tag which might be added without an explicit action by the
 person it names.  This tag documents that potentially interested parties
-have been included in the discussion
+have been included in the discussion.
+
+If a patch is a bug fix which you believe should be backported to the
+stable kernel trees, you should add a simple "Cc: stable@vger.kernel.org>"
+marking in the Signed-off-by: area.  Once the patch hits Linus's tree,
+the patch will be automatically applied to the currently active stable
+trees if possible.  If it does not apply, you will be notified of that fact.
 
 
 14) Using Reported-by:, Tested-by: and Reviewed-by:
-- 
1.7.11.1.108.gb129051


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] Documentation: talk about "Cc: stable@vger.kernel.org"
  2012-07-06 21:38 [PATCH] Documentation: talk about "Cc: stable@vger.kernel.org" Theodore Ts'o
@ 2012-07-06 21:59 ` Aaro Koskinen
  2012-07-06 22:01   ` Theodore Ts'o
  2012-07-09 10:48   ` David Rientjes
  0 siblings, 2 replies; 5+ messages in thread
From: Aaro Koskinen @ 2012-07-06 21:59 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: Linux Kernel Developers List, linux-doc, gregkh

Hi,

On Fri, Jul 06, 2012 at 05:38:50PM -0400, Theodore Ts'o wrote:
> I couldn't remember whether the canonical marking is stable@kernel.org
> or stable@vger.kernel.org, so I went looking, and discovered that it
> wasn't mentioned in the kernel sources.  You can find mention of it in
> Greg K-H's blog, but not everyone would necessarily find this blog
> entry.

It's documented in Documentation/stable_kernel_rules.txt.

A.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Documentation: talk about "Cc: stable@vger.kernel.org"
  2012-07-06 21:59 ` Aaro Koskinen
@ 2012-07-06 22:01   ` Theodore Ts'o
  2012-07-09 10:48   ` David Rientjes
  1 sibling, 0 replies; 5+ messages in thread
From: Theodore Ts'o @ 2012-07-06 22:01 UTC (permalink / raw)
  To: Aaro Koskinen; +Cc: Linux Kernel Developers List, linux-doc, gregkh

On Sat, Jul 07, 2012 at 12:59:44AM +0300, Aaro Koskinen wrote:
> Hi,
> 
> On Fri, Jul 06, 2012 at 05:38:50PM -0400, Theodore Ts'o wrote:
> > I couldn't remember whether the canonical marking is stable@kernel.org
> > or stable@vger.kernel.org, so I went looking, and discovered that it
> > wasn't mentioned in the kernel sources.  You can find mention of it in
> > Greg K-H's blog, but not everyone would necessarily find this blog
> > entry.
> 
> It's documented in Documentation/stable_kernel_rules.txt.

Ah, so it is.   I don't know how I missed that!

       	  	  	     	   	  - Ted

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Documentation: talk about "Cc: stable@vger.kernel.org"
  2012-07-06 21:59 ` Aaro Koskinen
  2012-07-06 22:01   ` Theodore Ts'o
@ 2012-07-09 10:48   ` David Rientjes
  2012-07-09 14:42     ` Greg KH
  1 sibling, 1 reply; 5+ messages in thread
From: David Rientjes @ 2012-07-09 10:48 UTC (permalink / raw)
  To: Aaro Koskinen
  Cc: Theodore Ts'o, Linux Kernel Developers List, linux-doc,
	gregkh

On Sat, 7 Jul 2012, Aaro Koskinen wrote:

> > I couldn't remember whether the canonical marking is stable@kernel.org
> > or stable@vger.kernel.org, so I went looking, and discovered that it
> > wasn't mentioned in the kernel sources.  You can find mention of it in
> > Greg K-H's blog, but not everyone would necessarily find this blog
> > entry.
> 
> It's documented in Documentation/stable_kernel_rules.txt.
> 

I'm wondering if it would be helpful to the stable maintainers if we 
explicitly asked that patches including "Cc: stable@vger.kernel.org" also 
include the version number of the earliest version that the change should 
be backported to?

Andrew and others do this quite often with

	Cc: stable@vger.kernel.org [3.2+]

so perhaps such a convention should be added to the documentation?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Documentation: talk about "Cc: stable@vger.kernel.org"
  2012-07-09 10:48   ` David Rientjes
@ 2012-07-09 14:42     ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2012-07-09 14:42 UTC (permalink / raw)
  To: David Rientjes
  Cc: Aaro Koskinen, Theodore Ts'o, Linux Kernel Developers List,
	linux-doc

On Mon, Jul 09, 2012 at 03:48:14AM -0700, David Rientjes wrote:
> On Sat, 7 Jul 2012, Aaro Koskinen wrote:
> 
> > > I couldn't remember whether the canonical marking is stable@kernel.org
> > > or stable@vger.kernel.org, so I went looking, and discovered that it
> > > wasn't mentioned in the kernel sources.  You can find mention of it in
> > > Greg K-H's blog, but not everyone would necessarily find this blog
> > > entry.
> > 
> > It's documented in Documentation/stable_kernel_rules.txt.
> > 
> 
> I'm wondering if it would be helpful to the stable maintainers if we 
> explicitly asked that patches including "Cc: stable@vger.kernel.org" also 
> include the version number of the earliest version that the change should 
> be backported to?

It can be helpful, and in fact, is what is described in the above file
already, although it is often overlooked as it is only part of an
example.

But really, it's usually not needed, I'm more interested in getting more
maintainers to actually start marking patches for stable, that's the
larger problem we are dealing with.  Sorting out after-the-fact which
kernel version a patch is to be applied to is much simpler than finding
the patches in the first place.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-07-09 14:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-06 21:38 [PATCH] Documentation: talk about "Cc: stable@vger.kernel.org" Theodore Ts'o
2012-07-06 21:59 ` Aaro Koskinen
2012-07-06 22:01   ` Theodore Ts'o
2012-07-09 10:48   ` David Rientjes
2012-07-09 14:42     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox