2015-05-14 00:11:56

by Luke Dashjr

[permalink] [raw]
Subject: [PATCH] SubmittingPatches: Clarify requirements for patches directed toward stable

I misunderstood this section as simply asking me to add an email Cc, and
was unaware of the existence of Documentation/stable_kernel_rules.txt.
Hopefully this clarification will help save maintainers and new/rare
submitters time in the future.

Signed-off-by: Luke Dashjr <[email protected]>
---
Documentation/SubmittingPatches | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index b03a832..86ae82e 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -299,7 +299,9 @@ toward the stable maintainers by putting a line like this:

Cc: [email protected]

-into your patch.
+into the sign-off area of your patch (note, not only as an email recipient).
+You should also read Documentation/stable_kernel_rules.txt in addition to
+this 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
--
2.0.5


2015-05-14 17:53:38

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] SubmittingPatches: Clarify requirements for patches directed toward stable

On Thu, 14 May 2015 00:06:48 +0000
Luke Dashjr <[email protected]> wrote:

> I misunderstood this section as simply asking me to add an email Cc, and
> was unaware of the existence of Documentation/stable_kernel_rules.txt.
> Hopefully this clarification will help save maintainers and new/rare
> submitters time in the future.

It's a good change, but I think it's worth going a bit further: you
really don't need to email the patch to stable@ at all if the CC line
appears in the patch itself. The patch will automatically come to the
attention of the right folks once the patch hits the mainline.

jon

2015-05-14 18:58:07

by Luke Dashjr

[permalink] [raw]
Subject: [PATCHv2] SubmittingPatches: Clarify requirements for patches directed toward stable

I misunderstood this section as simply asking me to add an email Cc, and
was unaware of the existence of Documentation/stable_kernel_rules.txt.
Hopefully this clarification will help save maintainers and new/rare
submitters time in the future.

Signed-off-by: Luke Dashjr <[email protected]>
---
Documentation/SubmittingPatches | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index b03a832..27e7e5e 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -299,7 +299,9 @@ toward the stable maintainers by putting a line like this:

Cc: [email protected]

-into your patch.
+into the sign-off area of your patch (note, NOT an email recipient). You
+should also read Documentation/stable_kernel_rules.txt in addition to this
+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
--
2.0.5

2015-05-14 19:35:28

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCHv2] SubmittingPatches: Clarify requirements for patches directed toward stable

On Thu, 14 May 2015 18:58:01 +0000
Luke Dashjr <[email protected]> wrote:

> I misunderstood this section as simply asking me to add an email Cc, and
> was unaware of the existence of Documentation/stable_kernel_rules.txt.
> Hopefully this clarification will help save maintainers and new/rare
> submitters time in the future.
>
> Signed-off-by: Luke Dashjr <[email protected]>

Applied to the docs tree.

Thanks,

jon