this post was submitted on 10 Dec 2025
24 points (100.0% liked)
Linux
10508 readers
1084 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Every release version is stable. That's bog standard in software development. For the kernel, unstable versions are not release versions, they are release candidates.
And they do just have an incremented number, as described in the article. Within each branch, for each release, they just increment the release number (which most people, and semver, call patch). Linux is pretty close to semver post-2.6, but I don't think they limit releases within a minor branch to just bug fixes.