Skip to content

Commit 26b9042

Browse files
jwboyergregkh
authored andcommitted
Update email address for stable patch submission
commit 5fa2242 upstream. The [email protected] email address has been replaced with the [email protected] mailing list. Change the stable kernel rules to reference the new list instead of the semi-defunct email alias. Signed-off-by: Josh Boyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 6ed5beb commit 26b9042

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Documentation/stable_kernel_rules.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ Rules on what kind of patches are accepted, and which ones are not, into the
2424
Procedure for submitting patches to the -stable tree:
2525

2626
- Send the patch, after verifying that it follows the above rules, to
27-
[email protected]. You must note the upstream commit ID in the changelog
28-
of your submission.
27+
stable@vger.kernel.org. You must note the upstream commit ID in the
28+
changelog of your submission.
2929
- To have the patch automatically included in the stable tree, add the tag
30-
30+
Cc: stable@vger.kernel.org
3131
in the sign-off area. Once the patch is merged it will be applied to
3232
the stable tree without anything else needing to be done by the author
3333
or subsystem maintainer.
3434
- If the patch requires other patches as prerequisites which can be
3535
cherry-picked than this can be specified in the following format in
3636
the sign-off area:
3737

38-
Cc: <[email protected]> # .32.x: a1f84a3: sched: Check for idle
39-
Cc: <[email protected]> # .32.x: 1b9508f: sched: Rate-limit newidle
40-
Cc: <[email protected]> # .32.x: fd21073: sched: Fix affinity logic
41-
Cc: <[email protected]> # .32.x
38+
Cc: <stable@vger.kernel.org> # .32.x: a1f84a3: sched: Check for idle
39+
Cc: <stable@vger.kernel.org> # .32.x: 1b9508f: sched: Rate-limit newidle
40+
Cc: <stable@vger.kernel.org> # .32.x: fd21073: sched: Fix affinity logic
41+
Cc: <stable@vger.kernel.org> # .32.x
4242
Signed-off-by: Ingo Molnar <[email protected]>
4343

4444
The tag sequence has the meaning of:

0 commit comments

Comments
 (0)