@@ -59,59 +59,61 @@ To have the patch automatically included in the stable tree, add the tag
59
59
60
60
61
61
62
- in the sign-off area. To accompany a note to the stable team, use a shell-style
63
- inline comment (see below for details). Once the patch is merged it will be
64
- applied to the stable tree without anything else needing to be done by the
65
- author or subsystem maintainer.
62
+ in the sign-off area. Once the patch is merged it will be applied to the
63
+ stable tree without anything else needing to be done by the author or
64
+ subsystem maintainer.
66
65
67
- Additionally, some patches submitted via :ref: `option_1 ` may have additional
68
- patch prerequisites which can be cherry-picked. This can be specified in the
69
- following format in the sign-off area:
66
+ To accompany a note to the stable team, use a shell-style inline comment (see
67
+ below for details):
70
68
71
- .. code-block :: none
69
+ * Additionally, some patches submitted via :ref: `option_1 ` may have additional
70
+ patch prerequisites which can be cherry-picked. This can be specified in the
71
+ following format in the sign-off area:
72
+
73
+ .. code-block :: none
72
74
73
75
Cc: <[email protected] > # 3.3.x: a1f84a3: sched: Check for idle
74
76
Cc: <[email protected] > # 3.3.x: 1b9508f: sched: Rate-limit newidle
75
77
Cc: <[email protected] > # 3.3.x: fd21073: sched: Fix affinity logic
76
78
77
79
Signed-off-by: Ingo Molnar <[email protected] >
78
80
79
- The tag sequence has the meaning of:
81
+ The tag sequence has the meaning of:
80
82
81
- .. code-block :: none
83
+ .. code-block :: none
82
84
83
85
git cherry-pick a1f84a3
84
86
git cherry-pick 1b9508f
85
87
git cherry-pick fd21073
86
88
git cherry-pick <this commit>
87
89
88
- Also, some patches may have kernel version prerequisites. This can be
89
- specified in the following format in the sign-off area:
90
+ * Also, some patches may have kernel version prerequisites. This can be
91
+ specified in the following format in the sign-off area:
90
92
91
- .. code-block :: none
93
+ .. code-block :: none
92
94
93
95
94
96
95
- The tag has the meaning of:
97
+ The tag has the meaning of:
96
98
97
- .. code-block :: none
99
+ .. code-block :: none
98
100
99
101
git cherry-pick <this commit>
100
102
101
- For each "-stable" tree starting with the specified version.
103
+ For each "-stable" tree starting with the specified version.
102
104
103
- To delay pick up of patches submitted via :ref: `option_1 `, use the following
104
- format:
105
+ * To delay pick up of patches submitted via :ref: `option_1 `, use the following
106
+ format:
105
107
106
- .. code-block :: none
108
+ .. code-block :: none
107
109
108
110
Cc: <[email protected] > # after 4 weeks in mainline
109
111
110
- For any other requests related to patches submitted via :ref: `option_1 `, just
111
- add a note to the stable tag. This for example can be used to point out known
112
- problems:
112
+ * For any other requests related to patches submitted via :ref: `option_1 `, just
113
+ add a note to the stable tag. This for example can be used to point out known
114
+ problems:
113
115
114
- .. code-block :: none
116
+ .. code-block :: none
115
117
116
118
Cc: <[email protected] > # see patch description, needs adjustments for >= 6.3
117
119
0 commit comments