59
The 6.19 kernel has been released
(lwn.net)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Depends on the distro. Fedora is a general purpose distro and usually pushes out new kernel releases (6.19 for example) after about 4 weeks. This means the initial bugs have been fixed and it's stable for general purpose use. If you want the latest release it's easy:
sudo dnf upgrade kernel --enablerepo=updates-testing
The Fedora Koji build system has the latest version in testing.
You can also build your own.
Don't make the mistake of thinking 7.0 will be any more special than 6.19 or 6.20 etc. They're just release numbers and when Torvalds thinks the point number is big enough the first number is incremented.