From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7F1ADC433EF for ; Sat, 12 Mar 2022 09:44:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231664AbiCLJp0 (ORCPT ); Sat, 12 Mar 2022 04:45:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51440 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229462AbiCLJpY (ORCPT ); Sat, 12 Mar 2022 04:45:24 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F25A4344D7; Sat, 12 Mar 2022 01:44:19 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 9F93CB8069C; Sat, 12 Mar 2022 09:44:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE096C340EB; Sat, 12 Mar 2022 09:44:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1647078257; bh=hcEZK6STxb1KW63OqC+3/M1UffAiIRQsYQQcL04nr0A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dZxNgAZ8DFbqesUj+hFzCjv4qrTtoqPwtt1uPsqsFeXwIAOLAztRn6QM9euvYhoLt 3HcZG6qICY4fMfqJ0DoWYfbqam88NTS3ZOeIOIp/qj46Cksrq8CYwObpUNXCRm0wcA SqPv5K+va6FBgVuAnYA14WeMP3F/8ZWkEynJJ710= Date: Sat, 12 Mar 2022 10:44:13 +0100 From: Greg Kroah-Hartman To: Bagas Sanjaya Cc: linux-doc@vger.kernel.org, Sasha Levin , Jonathan Corbet , stable@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/4] Documentation: add link to stable release candidate tree Message-ID: References: <20220312080043.37581-1-bagasdotme@gmail.com> <20220312080043.37581-4-bagasdotme@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220312080043.37581-4-bagasdotme@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Cc: Sasha Levin > Cc: Jonathan Corbet > Cc: stable@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Bagas Sanjaya > --- > 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