Re: Reg the next LTS kernel (6.1?)

From: Willy Tarreau
Date: Sat Jan 14 2023 - 02:15:33 EST


On Fri, Jan 13, 2023 at 04:40:19PM -0500, Theodore Ts'o wrote:
> On Fri, Jan 13, 2023 at 05:22:56PM +0100, Greg KH wrote:
> > > I am just saying that developers/driver owners can simple do calculation to
> > > identify LTS version. When they know it they also know time when their
> > > deadline is for upstreaming work. It means if patch is accepted between
> > > 6.0-r1 and 6.0-rc5/6 they know that it will get to 6.1 merge window.
> >
> > That is what I am afraid of and if it causes problems I will purposfully
> > pick the previous release. This has happened in the past and is never
> > an excuse to get anything merged. Code gets merged when it is ready,
> > not based on a LTS release.
>
> This is probably the best reason not to preannounce when the LTS
> release will be ahead of time --- because it can be abused by
> developers who try to get not-ready-for-prime-time features into what
> they think will be the LTS kernel, with the result that the last
> release of the year could be utterly unsitable for that perpose.

We know this risk exists but since Greg never makes promises on any
version, it remains reasonable. For users who have to rebase some local
patches and run tests, it's still quite important to have a good enough
idea about what version to start working on. It also encourages them to
test the expected version earlier and possibly return more feedback
during the -rc cycle. I did this for 4.9 and 5.10. We all know that
making a good release is a collective effort, and that as such, getting
forces aligned on one version is helpful. However if the engagement is
too strong there's a risk that everyone relies on others. As such I
think the current approach is the most balanced one. All those who
follow the kernel development have reasonably good confidence about what
the version will be, are willing to assign a bit of time to it and their
participation contributes to making it suitable for becoming LTS. And if
nobody cares about it, there's no need for it to become LTS and be
maintained by a single person. And this approach keeps away all those
only interested in "my manager asks me what the next version will be".

> What I would try to tell people who are trying to get a feature into
> the enterprise distro kernel is to target a release in the *middle*a
> of the year, so that there is plenty of time to stablize it before the
> LTS kernel is cut.

Definitely! It's also important to let people know that if they push
too much stuff at once, it's the best way for this stuff never being
reviewed by lack of reviewers time, hence not being merged. Thus
pushing too much too late will never work for an LTS release.

Willy