Liquorix Kernel 7.2-7 Lands, Merging Linux v7.2.4 with a Fresh Scheduler Push
The seventh v7.2 branch update in under a week resets version counters and quietly reverts a week of scheduler experiments.
Steven Barrett has tagged Liquorix kernel package 7.2-7, pulling in upstream Linux v7.2.4 and bumping the internal version to 7.2.4-1. The release went live today and wraps up what has been a remarkably fast development sprint for the enthusiast-focused kernel.
If you've been tracking the v7.2 branch, you've probably noticed the pace. The series kicked off on September 1 with release 7.2-1 and has seen six follow-up packages since then. That's seven major revisions in less than a week, which tells you everything about how actively Barrett is refining the codebase. The Linux kernel tuning space has been unusually competitive lately, and projects like this one feel the pressure to ship quickly.
The changelog for 7.2-7 is deliberately sparse. It just merges v7.2.4 and updates the version string. But the real story sits in the commit history leading up to it. Releases 7.2-3 through 7.2-5 introduced a bundle of scheduler tweaks under the codename Project-C, all aimed at improving SMT load balancing and wakee placement in the PDS/BMQ scheduler. By 7.2-6, Barrett had reverted the entire batch. Not bad. Just not quite ready for prime time.
Upstream stable merges always reset the package revision counter, which is why 7.2-7 starts at 7.2.4-1 instead of 7.2-6. The maintainer treats these upstream bumps as clean checkpoints, layering his own tuning on top afterward. Keep in mind that the rapid iteration cadence here feels slightly more aggressive than most community kernels, but it also means bugs get caught faster.
What Liquorix Actually Does
The kernel targets three use cases: audio and video production, gaming, and real-time interactive workloads. If you're running a high-traffic media server, this probably isn't for you. The build is tuned for responsiveness, not throughput. You get Zen Interactive Tuning out of the box, a 1000 Hz tick rate, hard kernel preemption, and the PDS process scheduler. It also ships with Kyber and BFQ for disk I/O, plus TCP BBR2 for networking.
Barrett distributes the packages for Debian, Ubuntu, and Arch Linux. AMD64 is the only supported architecture right now, and Fedora support remains an open request. You can grab the kernel with a single command:
curl -s 'https://liquorix.net/install-liquorix.sh' | sudo bash
Head here for the GitHub announcement.
