diff options
Diffstat (limited to 'Documentation/stable_kernel_rules.txt')
-rw-r--r-- | Documentation/stable_kernel_rules.txt | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/Documentation/stable_kernel_rules.txt b/Documentation/stable_kernel_rules.txt index 4a7b54bd37e..b0714d8f678 100644 --- a/Documentation/stable_kernel_rules.txt +++ b/Documentation/stable_kernel_rules.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | Everything you ever wanted to know about Linux 2.6 -stable releases. | 1 | Everything you ever wanted to know about Linux -stable releases. |
2 | 2 | ||
3 | Rules on what kind of patches are accepted, and which ones are not, into the | 3 | Rules on what kind of patches are accepted, and which ones are not, into the |
4 | "-stable" tree: | 4 | "-stable" tree: |
@@ -42,10 +42,10 @@ Procedure for submitting patches to the -stable tree: | |||
42 | cherry-picked than this can be specified in the following format in | 42 | cherry-picked than this can be specified in the following format in |
43 | the sign-off area: | 43 | the sign-off area: |
44 | 44 | ||
45 | Cc: <stable@vger.kernel.org> # .32.x: a1f84a3: sched: Check for idle | 45 | Cc: <stable@vger.kernel.org> # 3.3.x: a1f84a3: sched: Check for idle |
46 | Cc: <stable@vger.kernel.org> # .32.x: 1b9508f: sched: Rate-limit newidle | 46 | Cc: <stable@vger.kernel.org> # 3.3.x: 1b9508f: sched: Rate-limit newidle |
47 | Cc: <stable@vger.kernel.org> # .32.x: fd21073: sched: Fix affinity logic | 47 | Cc: <stable@vger.kernel.org> # 3.3.x: fd21073: sched: Fix affinity logic |
48 | Cc: <stable@vger.kernel.org> # .32.x | 48 | Cc: <stable@vger.kernel.org> # 3.3.x |
49 | Signed-off-by: Ingo Molnar <mingo@elte.hu> | 49 | Signed-off-by: Ingo Molnar <mingo@elte.hu> |
50 | 50 | ||
51 | The tag sequence has the meaning of: | 51 | The tag sequence has the meaning of: |
@@ -79,6 +79,15 @@ Review cycle: | |||
79 | security kernel team, and not go through the normal review cycle. | 79 | security kernel team, and not go through the normal review cycle. |
80 | Contact the kernel security team for more details on this procedure. | 80 | Contact the kernel security team for more details on this procedure. |
81 | 81 | ||
82 | Trees: | ||
83 | |||
84 | - The queues of patches, for both completed versions and in progress | ||
85 | versions can be found at: | ||
86 | http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git | ||
87 | - The finalized and tagged releases of all stable kernels can be found | ||
88 | in separate branches per version at: | ||
89 | http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git | ||
90 | |||
82 | 91 | ||
83 | Review committee: | 92 | Review committee: |
84 | 93 | ||