Re: [PATCH 3/4] Documentation: add link to stable release candidate tree

From: Greg Kroah-Hartman
Date: Sat Mar 12 2022 - 04:44:24 EST


On Sat, Mar 12, 2022 at 03:00:42PM +0700, Bagas Sanjaya wrote:
> There is also stable release candidate tree. Mention it.
>
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Cc: Sasha Levin <sashal@xxxxxxxxxx>
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Cc: stable@xxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Signed-off-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
> ---
> Documentation/process/stable-kernel-rules.rst | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/process/stable-kernel-rules.rst b/Documentation/process/stable-kernel-rules.rst
> index c0c87d87f7d..523d2d35127 100644
> --- a/Documentation/process/stable-kernel-rules.rst
> +++ b/Documentation/process/stable-kernel-rules.rst
> @@ -183,6 +183,10 @@ Trees
>
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
>
> + - The release candidate of all stable kernel versions can be found at:
> +
> + https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/
> +

Please add something here that says this tree will be rebased often and
should only be used for testing CI systems to pull from. It is a
snapshot in time of the stable-queue.git tree and will change
frequently.

In short, I really don't like people using this tree, but have provided
it for those CI systems that don't like dealing with quilt patches only.

I also constantly forget to push the release tags to it, as I'm reminded
frequently :)

thanks,

greg k-h