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: explain use of stable@kernel.org (w/o @vger.)

Document when to use of stable@kernel.org instead of
stable@vger.kernel.org, as the two are easily mixed up and their
difference not explained anywhere[1].

Link: https://lore.kernel.org/all/20240422231550.3cf5f723@sal.lan/ [1]
Signed-off-by: Thorsten Leemhuis <linux@leemhuis.info>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/6783b71da48aac5290756343f58591dc42da87bc.1714367921.git.linux@leemhuis.info

authored by

Thorsten Leemhuis and committed by
Jonathan Corbet
bb127995 5db34f5b

+4
+4
Documentation/process/stable-kernel-rules.rst
··· 72 72 73 73 Cc: stable@vger.kernel.org 74 74 75 + Use ``Cc: stable@kernel.org`` instead when fixing unpublished vulnerabilities: 76 + it reduces the chance of accidentally exposing the fix to the public by way of 77 + 'git send-email', as mails sent to that address are not delivered anywhere. 78 + 75 79 Once the patch is mainlined it will be applied to the stable tree without 76 80 anything else needing to be done by the author or subsystem maintainer. 77 81