XanMod has released updates for all three kernel branches with Edge moving to 7.2.1, Main to 7.1.11, and LTS to 6.18.47. The releases are heavily focused on security, bringing coordinated hardening patches for the futex subsystem to fix private hash resize races and significant fixes for HID drivers addressing out-of-bounds reads in Nintendo Joy-Con controllers and unbounded recursion in Magic Mouse drivers. Beyond security, the builds retain XanMod's standard LLVM ThinLTO optimizations and include third-party patchsets for Steam Deck support, AMD 3D V-Cache, and Google BBRv3, while the LTS branch adds legacy x86-64-v1 support for older hardware. Users should verify NVIDIA driver compatibility before upgrading, as the project warns that some DKMS modules may lag behind these new kernel versions.
XanMod Releases Kernel 7.2.1, 7.1.11, and 6.18.47 with Futex and HID Security Hardening
Three branches updated August 27 bringing private hash resize fixes, Joy-Con OOB read patches, and LLVM ThinLTO optimizations.
XanMod has pushed point release updates to all three active kernel branches. The Edge branch now runs Linux 7.2.1, Main moves to 7.1.11, and the LTS line sits at 6.18.47. Your package manager should have these waiting if you're subscribed to the XanMod repository.
This cycle is dominated by security hardening. Thomas Gleixner and Peter Zijlstra led a coordinated effort on the futex subsystem. Five patches address race conditions around the new private local hash feature introduced in the 7.x series. The fixes plug gaps where freed memory could be written via futex_q_lock(), alongside state transition sanitization and cross-address-space key validation.
It's a rather aggressive security patch set for a point release, but the HID vulnerabilities are real. Jann Horn from Google and researchers from XBOW security landed fixes for multiple input drivers. The Nintendo Joy-Con driver had an out-of-bounds read reporting 37 bytes past declared length. Spoofed controllers could potentially leak kernel memory to userspace. The Magic Mouse driver exposed unbounded recursion that could trigger stack overflows with malicious devices.
The Bluetooth stack isn't getting a break either. Firmware segment validation, MGMT parameter length overflows, and ISO sockaddr info leaks all received fixes. I remember testing the initial 6.18 LTS builds back in June, and the performance delta on older hardware was noticeable. This cycle keeps that promise, even if the security fixes dominate the changelog.
Optimization Profile and Third-Party Patches
You're likely using XanMod for the performance profile. The Edge and Main branches ship with LLVM ThinLTO, software pipelining, and x86-64-specific compiler flags. The Edge branch includes third-party patchsets from Valve, Cloudflare, and Google. You get the Steam Deck EC sensors driver, the AMD 3D V-Cache optimizer, Google's BBRv3 TCP congestion control, and Cloudflare's TCP collapse processing.
The LTS branch, 6.18.47, adds even more breadth. It now offers an x86-64-v1 variant alongside v2 and v3. This brings XanMod's optimizations to older AMD K8-family and Intel Pentium 4/Xeon machines. For legacy hardware, though, the v1 build is the only option. The LTS line also includes a PREEMPT_RT variant and carries additional fixes for mptcp PM memory leaks and xfrm security policy double-frees.
Installation and Compatibility Notes
Keep in mind that XanMod has an ongoing warning about NVIDIA drivers. The current builds have been tested with 595.91.07 and 610.57.04 open drivers, but DKMS modules like OpenZFS and VirtualBox may not keep pace. Verify your driver compatibility before rebooting. XanMod targets Debian-based distributions exclusively right now. The supported list includes bookworm, trixie, noble, and derivatives, but Arch or Fedora users will need to build from source.
Upgrading is straightforward for APT users. Register the XanMod PGP key, add the repository line for your distro codename, and install the specific package. The naming follows a predictable pattern: linux-xanmod-edge-x64v3 for bleeding edge on modern hardware, or linux-xanmod-lts-x64v1 for legacy systems.
Head here to the official XanMod website.
