diff options
author | Josh Boyer <jwboyer@redhat.com> | 2011-10-17 21:16:39 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-10-18 16:58:59 -0400 |
commit | 5fa224295f0e0358c8bc0e5390702338df889def (patch) | |
tree | 400e637d22eaa95ec16790a6b6fa202535396d5c /Documentation/stable_kernel_rules.txt | |
parent | 0feefd97861f9b38accf09a12f8d323f2705e917 (diff) |
Update email address for stable patch submission
The stable@kernel.org email address has been replaced with the
stable@vger.kernel.org mailing list. Change the stable kernel rules to
reference the new list instead of the semi-defunct email alias.
CC: <stable@kernel.org>
CC: <stable@vger.kernel.org>
Signed-off-by: Josh Boyer <jwboyer@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/stable_kernel_rules.txt')
-rw-r--r-- | Documentation/stable_kernel_rules.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/stable_kernel_rules.txt b/Documentation/stable_kernel_rules.txt index e213f45cf9d7..21fd05c28e73 100644 --- a/Documentation/stable_kernel_rules.txt +++ b/Documentation/stable_kernel_rules.txt | |||
@@ -24,10 +24,10 @@ Rules on what kind of patches are accepted, and which ones are not, into the | |||
24 | Procedure for submitting patches to the -stable tree: | 24 | Procedure for submitting patches to the -stable tree: |
25 | 25 | ||
26 | - Send the patch, after verifying that it follows the above rules, to | 26 | - Send the patch, after verifying that it follows the above rules, to |
27 | stable@kernel.org. You must note the upstream commit ID in the changelog | 27 | stable@vger.kernel.org. You must note the upstream commit ID in the |
28 | of your submission. | 28 | changelog of your submission. |
29 | - To have the patch automatically included in the stable tree, add the tag | 29 | - To have the patch automatically included in the stable tree, add the tag |
30 | Cc: stable@kernel.org | 30 | Cc: stable@vger.kernel.org |
31 | in the sign-off area. Once the patch is merged it will be applied to | 31 | in the sign-off area. Once the patch is merged it will be applied to |
32 | the stable tree without anything else needing to be done by the author | 32 | the stable tree without anything else needing to be done by the author |
33 | or subsystem maintainer. | 33 | or subsystem maintainer. |
@@ -35,10 +35,10 @@ Procedure for submitting patches to the -stable tree: | |||
35 | cherry-picked than this can be specified in the following format in | 35 | cherry-picked than this can be specified in the following format in |
36 | the sign-off area: | 36 | the sign-off area: |
37 | 37 | ||
38 | Cc: <stable@kernel.org> # .32.x: a1f84a3: sched: Check for idle | 38 | Cc: <stable@vger.kernel.org> # .32.x: a1f84a3: sched: Check for idle |
39 | Cc: <stable@kernel.org> # .32.x: 1b9508f: sched: Rate-limit newidle | 39 | Cc: <stable@vger.kernel.org> # .32.x: 1b9508f: sched: Rate-limit newidle |
40 | Cc: <stable@kernel.org> # .32.x: fd21073: sched: Fix affinity logic | 40 | Cc: <stable@vger.kernel.org> # .32.x: fd21073: sched: Fix affinity logic |
41 | Cc: <stable@kernel.org> # .32.x | 41 | Cc: <stable@vger.kernel.org> # .32.x |
42 | Signed-off-by: Ingo Molnar <mingo@elte.hu> | 42 | Signed-off-by: Ingo Molnar <mingo@elte.hu> |
43 | 43 | ||
44 | The tag sequence has the meaning of: | 44 | The tag sequence has the meaning of: |