Debian 11017 Ubuntu 7171 Arch Linux 983 Published by

Liquorix linux-liquorix 7.1-7 released on July 31, 2026, bringing a single focused packaging change: stripping out the irqbalance recommendation and disabling the service during installation. The kernel remains based on Linux 7.1.5, continuing a rapid 18-day sprint that has produced seven releases as the project aggressively converges scheduler logic with upstream mainline. Available now for Debian and Ubuntu on amd64, the update is the latest step in an enthusiast kernel built specifically for interactive responsiveness and gaming workloads over background automation.



Liquorix Kernel 7.1-7 Drops irqbalance to Preserve Low-Latency Performance

The latest enthusiast kernel update from Steven Barrett strips out a service that fights its own scheduling goals.

Liquorix linux-liquorix 7.1-7 shipped on July 31, 2026, and it does exactly one thing. The update removes the irqbalance recommendation from the Debian package, disables the service during install and upgrade, and bumps the version to 7.1.5-2. The underlying kernel remains Linux 7.1.5, which the 7.1-6 tag brought in with a fresh wave of Project-C scheduler fixes.

Liquorix

You can see the exact change in Barrett's commit a84a21893e458cf49cef27e4049144952352f10a. The commit message explicitly notes that the Debian packaging now matches the Arch Linux setup, where irqbalance gets disabled through a post-installation script instead of a package relationship. The ${kernel:Recommends} substitution variable is officially retired.

Why the packaging shift matters

irqbalance exists to automatically distribute hardware interrupts across CPU cores. That workflow is fine for a general-purpose server or a workstation running half a dozen unrelated services. It's the exact opposite of what Liquorix users want.

If you're running a 2ms CPU timeslice, hard kernel preemption, and Barrett's Project-C scheduler for audio production or gaming, you'd rather pin interrupts to dedicated cores. Letting a background daemon shuffle interrupts around just fights your low-latency tuning. Modern Linux kernels already handle IRQ affinity natively, and Liquorix users typically want to override that default anyway.

The change touches five Debian packaging files. It's a tight, deliberate cut that aligns two separate package ecosystems. Keep in mind that you'll need to re-enable irqbalance manually if you actually want it back. That almost certainly isn't you if you're running this kernel in the first place.

The 7.1 sprint continues

The 7.1 series has been in a serious sprint since July 13. Six releases landed in 18 days, with Barrett pushing Project-C scheduler sync patches, shmem transparent hugepage adjustments, and a clean sweep of reverted ZEN optimizations. This seventh release is the quietest one in the batch, but it fits the pattern of locking down the Debian build before the next major sync.

Project-C remains the flagship scheduling component. Recent iterations in this line have converged wake flag blocks with mainline, aligned runqueue locking, and added auto-detection for heterogeneous CPU topologies. That last one matters if you're running Intel Core Ultra chips or AMD Ryzen APUs with mixed performance and efficiency cores.

The rapid release cadence is doing the project some good. Barrett is pushing fixes closer to mainline convergence than ever, which means fewer stale patches fighting upstream changes. The tradeoff is that older hardware sometimes gets left behind. Issue #230 documents a community complaint about ACS override support disappearing starting with 7.1-4. A handful of users are also reporting hard freezes on AMD Ryzen 5 5500U systems with integrated RDNA graphics, and soft lockups while gaming with AMDGPU.

It's a focused update for a focused kernel. The irqbalance removal is a small packaging tweak, but it reinforces the exact design philosophy that makes Liquorix useful. If you're running Debian, Ubuntu via PPA, or Arch, the update is available now. It's amd64 only, and the official install script handles repository configuration automatically.

The GitHub issue tracker is the right place to monitor the open hardware reports before upgrading. The 7.1 series is still stabilizing, but the direction is clear. Lower latency wins over background automation.

Head to liquorix.net for the install script for Debian, Ubuntu, and Arch Linux:

curl -s 'https://liquorix.net/install-liquorix.sh' | sudo bash