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 BCB0FC43217 for ; Fri, 14 Oct 2022 07:07:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229714AbiJNHHa (ORCPT ); Fri, 14 Oct 2022 03:07:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42540 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229573AbiJNHH1 (ORCPT ); Fri, 14 Oct 2022 03:07:27 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E144617E0D; Fri, 14 Oct 2022 00:07:26 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 70C9861A18; Fri, 14 Oct 2022 07:07:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55D97C433D6; Fri, 14 Oct 2022 07:07:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1665731245; bh=tS8+wz9VN89VY29u3OM3Xpc9y7suImdD9+Qd3cFDWAE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YLutjAXZJOEOju+L1hYtfv4hoXB4QU9/wZdaGVvPi2YYbJLRjjaTC5RXlh1MAtWAp hjfkItzCDlDnDbFsV4uVk2a/nEbs/yfW+I1KLqgbCmQhT9HaAXq89QhoCrteFNRWUg XgdR4iZ8DRAZoNcwLaSr97t125ZgY/tS/Nrluq0c= Date: Fri, 14 Oct 2022 09:08:10 +0200 From: Greg Kroah-Hartman To: Bagas Sanjaya Cc: Nick Desaulniers , Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, Ben Hutchings , Sasha Levin Subject: Re: [PATCH] Documentation: process: update the list of current LTS Message-ID: References: <20221013183414.667316-1-ndesaulniers@google.com> <130adb69-ff37-51fd-26a2-674ab78ff044@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <130adb69-ff37-51fd-26a2-674ab78ff044@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 14, 2022 at 09:24:11AM +0700, Bagas Sanjaya wrote: > On 10/14/22 01:34, Nick Desaulniers wrote: > > 3.16 was EOL in 2020. > > 4.4 was EOL in 2022. > > > > 5.10 is new in 2020. > > 5.15 is new in 2021. > > > > We'll see if 6.1 becomes LTS in 2022. > > > > I think the table should be keep updated whenever new LTS is announced > and oldest LTS become EOL, to be on par with kernel.org homepage. Yeah, I didn't even realize this was in the kernel tree, I've just been keeping kernel.org up to date. thanks, greg k-h