What do Linux kernel version numbers mean?
submitted by
www.osnews.com/story/143992/what-do-linux-kerne…
OSnews blogpost links to Linux kernel version numbers by Greg K-H
PieFed
From the godfather Himself:
https://lwn.net/Articles/781206/
From kernel.org:
https://www.kernel.org/releases.html#does-the-major-version-number-4-x-vs-5-x-mean-anything
“Kernel version numbers are easy”
$ uname -srvLinux 6.18.0-kbal #111 SMP PREEMPT Mon Dec 1 10:26:08 EST 2025Ah yes that’s all fine but the real secret is the meaning of that #111. (I only thought to find out a couple days ago — apparently I’ve done 111 kernel builds on this machine.)
Once you’ve leveled up and had Arch Linux installed for 1 years (in Unix time) you’ll be sent a jar of Ovaltine and the secret decoder ring which reveals the secrets.
https://www.baeldung.com/cs/semantic-versioning
Linux doesn’t use semver.