|
|
Log in / Subscribe / Register

Growing major version

Growing major version

Posted Feb 15, 2026 2:03 UTC (Sun) by mathstuf (subscriber, #69389)
In reply to: Growing major version by hallyn
Parent article: The first half of the 7.0 merge window

Likely few as anything doing that already has problems with 6.9 > 6.10 already.


to post comments

Growing major version

Posted Feb 15, 2026 2:55 UTC (Sun) by hallyn (subscriber, #22558) [Link] (3 responses)

So you don't think that https://man7.org/linux/man-pages/man2/personality.2.html will need an extension for UNAME919 alongside UNAME26? I admire, but do not share, your optimism :)

Growing major version

Posted Feb 16, 2026 2:01 UTC (Mon) by mathstuf (subscriber, #69389) [Link] (2 responses)

What is the behavior today of UNAME26? It seems to ignore the major version. Is 4.1 reported the same as 3.1? The docs seem to indicate that it should…

Growing major version

Posted Feb 16, 2026 7:25 UTC (Mon) by zdzichu (subscriber, #17118) [Link] (1 responses)

The comment at https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/... says:

/*
* Work around broken programs that cannot handle "Linux 3.0".
* Instead we map 3.x to 2.6.40+x, so e.g. 3.0 would be 2.6.40
* And we map 4.x and later versions to 2.6.60+x, so 4.0/5.0/6.0/... would be
* 2.6.60.
*/

You can check if you distro does not patch it more with `setarch --uname-2.6 uname -r`. For me, `6.18.9-200.fc43.x86_64` gets mapped to `2.6.78-200.fc43.x86_64`.

Growing major version

Posted Feb 17, 2026 14:22 UTC (Tue) by mathstuf (subscriber, #69389) [Link]

Fun, so 4.5 and 5.5 overlap then? Yeah, I think anyone who needed this has since migrated. Of course, those without the ability to recompile may be stuck with oodles of other bugs. And it's not as if they'd be able to care about 4.4 vs. 5.4 without fixing the behavior anyways.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds