Back Issues This Week → Current Issue → Popular →

All issuesVolume 337, Issue 1IT NewsLinux

Linux Kernel 7.0 Is Coming Mid-April-Here's Everything You Need To Know

How-To Geek, Saturday, April 4th, 2026

Kernel version numbers in Linux are famously arbitrary. Linus Torvalds changes the major digit when the minor number feels too big. However, version 7.0 is shaping up to be a substantial release, solving some decade-old annoyances and making the kernel future-ready. Here's a quick look at everything you should know about Linux kernel 7.0.

Linux kernel 7.0 is finally solving a decade-old scheduler problem. Before, the CPU could yank a thread off the processor mid-task even if it was in the middle of a critical process. This results in micro-stutter and hiccups, especially during heavy workloads. To solve this, we now have a feature called Time Slice Extension.

It uses the Restartable Sequences (RSEQ) feature to give the thread a bit more time to finish the process before yanking it off. As a result, you should notice smoother multitasking, and a more responsive desktop when your system is under load.

more →  ·  More from Linux →