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

stable_kernel_rules: Add clause about specification of kernel versions to patch.

Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

David Daney and committed by
Greg Kroah-Hartman
fdc81b79 d82d54af

+10
+10
Documentation/stable_kernel_rules.txt
··· 81 81 git cherry-pick fd21073 82 82 git cherry-pick <this commit> 83 83 84 + Also, some patches may have kernel version prerequisites. This can be 85 + specified in the following format in the sign-off area: 86 + 87 + Cc: <stable@vger.kernel.org> # 3.3.x- 88 + 89 + The tag has the meaning of: 90 + git cherry-pick <this commit> 91 + 92 + For each "-stable" tree starting with the specified version. 93 + 84 94 Following the submission: 85 95 86 96 - The sender will receive an ACK when the patch has been accepted into the