Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <gregkh@linuxfoundation.org>
Signed-off-by: Thorsten Leemhuis <linux@leemhuis.info>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/106e21789e2bf02d174e1715b49cd4d30886d51f.1714367921.git.linux@leemhuis.info

authored by

Thorsten Leemhuis and committed by
Jonathan Corbet
db483303 125db341

+5 -8
+5 -8
Documentation/process/stable-kernel-rules.rst
··· 79 79 subsystem maintainer. 80 80 81 81 To sent additional instructions to the stable team, use a shell-style inline 82 - comment: 82 + comment to pass arbitrary or predefined notes: 83 83 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: 86 85 87 86 .. code-block:: none 88 87 ··· 113 114 prerequisite of patch2 if you have already marked patch1 for stable 114 115 inclusion. 115 116 116 - * For patches that may have kernel version prerequisites specify them using 117 - the following format in the sign-off area: 117 + * Point out kernel version prerequisites: 118 118 119 119 .. code-block:: none 120 120 ··· 130 132 Note, such tagging is unnecessary if the stable team can derive the 131 133 appropriate versions from Fixes: tags. 132 134 133 - * To delay pick up of patches, use the following format: 135 + * Delay pick up of patches: 134 136 135 137 .. code-block:: none 136 138 137 139 Cc: <stable@vger.kernel.org> # after 4 weeks in mainline 138 140 139 - * For any other requests, just add a note to the stable tag. This for example 140 - can be used to point out known problems: 141 + * Point out known problems: 141 142 142 143 .. code-block:: none 143 144