aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/stable_kernel_rules.txt19
1 files changed, 14 insertions, 5 deletions
diff --git a/Documentation/stable_kernel_rules.txt b/Documentation/stable_kernel_rules.txt
index f0ab5cf28fca..2edf833e8cb5 100644
--- a/Documentation/stable_kernel_rules.txt
+++ b/Documentation/stable_kernel_rules.txt
@@ -1,4 +1,4 @@
1Everything you ever wanted to know about Linux 2.6 -stable releases. 1Everything you ever wanted to know about Linux -stable releases.
2 2
3Rules on what kind of patches are accepted, and which ones are not, into the 3Rules on what kind of patches are accepted, and which ones are not, into the
4"-stable" tree: 4"-stable" tree:
@@ -36,10 +36,10 @@ Procedure for submitting patches to the -stable tree:
36 cherry-picked than this can be specified in the following format in 36 cherry-picked than this can be specified in the following format in
37 the sign-off area: 37 the sign-off area:
38 38
39 Cc: <stable@vger.kernel.org> # .32.x: a1f84a3: sched: Check for idle 39 Cc: <stable@vger.kernel.org> # 3.3.x: a1f84a3: sched: Check for idle
40 Cc: <stable@vger.kernel.org> # .32.x: 1b9508f: sched: Rate-limit newidle 40 Cc: <stable@vger.kernel.org> # 3.3.x: 1b9508f: sched: Rate-limit newidle
41 Cc: <stable@vger.kernel.org> # .32.x: fd21073: sched: Fix affinity logic 41 Cc: <stable@vger.kernel.org> # 3.3.x: fd21073: sched: Fix affinity logic
42 Cc: <stable@vger.kernel.org> # .32.x 42 Cc: <stable@vger.kernel.org> # 3.3.x
43 Signed-off-by: Ingo Molnar <mingo@elte.hu> 43 Signed-off-by: Ingo Molnar <mingo@elte.hu>
44 44
45 The tag sequence has the meaning of: 45 The tag sequence has the meaning of:
@@ -73,6 +73,15 @@ Review cycle:
73 security kernel team, and not go through the normal review cycle. 73 security kernel team, and not go through the normal review cycle.
74 Contact the kernel security team for more details on this procedure. 74 Contact the kernel security team for more details on this procedure.
75 75
76Trees:
77
78 - The queues of patches, for both completed versions and in progress
79 versions can be found at:
80 http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
81 - The finalized and tagged releases of all stable kernels can be found
82 in separate branches per version at:
83 http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git
84
76 85
77Review committee: 86Review committee:
78 87