On Thu, Feb 06, 2025 at 04:37:02PM +0800, WangYuli wrote: > Hi, Greg, > > It's rather unfortunate that currently, almost all Linux distributions > supporting LoongArch are using LTS kernels version v6.6 or older, such as > openEuler and deepin. [1][2] > > If this bugfix isn't merged into linux-stable, then every single distro > kernel team will have to waste time fixing the same darn bug over and > over, even though it's already fixed in later kernels. > > This would really make LTS look like it's failing to serve its intended > purpose. And I'm sure all of us do not want to see something so terrible > happen. LTS is here to ensure that the original release of these branches, keeps working for that branch. Adding support for newer toolchains sometimes happens, but is not a requirement or a normal thing to do as that really isn't a "regression", right? Most of the time, fixing things up for newer compilers is simple. Sometimes it is not simple. The "not simple" ones we usually just do not backport as that causes extra work for everyone over time. As for the distros like openEuler, and deepin, they are free to add these patches there, on top of their other non-LTS patches, right? thanks, greg k-h