Skip to content

Commit db48330

Browse files
knurdJonathan Corbet
authored andcommitted
docs: stable-kernel-rules: reduce redundancy
Explain the general concept once in the intro to keep things somewhat shorter in the individual points. Reviewed-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Thorsten Leemhuis <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/106e21789e2bf02d174e1715b49cd4d30886d51f.1714367921.git.linux@leemhuis.info
1 parent 125db34 commit db48330

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Documentation/process/stable-kernel-rules.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,9 @@ stable tree without anything else needing to be done by the author or
7979
subsystem maintainer.
8080

8181
To sent additional instructions to the stable team, use a shell-style inline
82-
comment:
82+
comment to pass arbitrary or predefined notes:
8383

84-
* To specify any additional patch prerequisites for cherry picking use the
85-
following format in the sign-off area:
84+
* Specify any additional patch prerequisites for cherry picking:
8685

8786
.. code-block:: none
8887
@@ -114,8 +113,7 @@ comment:
114113
prerequisite of patch2 if you have already marked patch1 for stable
115114
inclusion.
116115

117-
* For patches that may have kernel version prerequisites specify them using
118-
the following format in the sign-off area:
116+
* Point out kernel version prerequisites:
119117

120118
.. code-block:: none
121119
@@ -132,14 +130,13 @@ comment:
132130
Note, such tagging is unnecessary if the stable team can derive the
133131
appropriate versions from Fixes: tags.
134132

135-
* To delay pick up of patches, use the following format:
133+
* Delay pick up of patches:
136134

137135
.. code-block:: none
138136
139137
Cc: <[email protected]> # after 4 weeks in mainline
140138
141-
* For any other requests, just add a note to the stable tag. This for example
142-
can be used to point out known problems:
139+
* Point out known problems:
143140

144141
.. code-block:: none
145142

0 commit comments

Comments
 (0)