GNU Linux-Libre 7.2-gnu has been released by FSF Latin America, stripping proprietary firmware blobs from the upstream Linux kernel 7.2-rc7. The latest deblob patch caught non-free code across a broad range of modern hardware drivers, including AMD GPU stacks, Qualcomm Adreno entries, Intel Wi-Fi, and newly added MediaTek audio components. Built on a minimal-changes approach, the release ensures that 100% free distributions like Trisquel and Parabola can boot without forcing users to download proprietary software. Source tarballs are available now at the FSF Latin America website, with compiled Debian and RPM packages scheduled to follow shortly.
GNU Linux-Libre 7.2-gnu Drops: FSF Latin America Strikes Blobs From AMD, Qualcomm, and Intel Drivers
GNU Linux-Libre 7.2-gnu landed on the linux-libre mailing list on August 17, 2026, continuing the relentless cleanup of proprietary firmware blobs from the upstream Linux kernel. If you run Trisquel, Parabola, or Guix, you already know why this matters. The rest of us should probably pay attention.
Maintained by FSF Latin America, Linux-Libre doesn't try to build free alternatives to non-free drivers. It just cuts them out. If you've spent enough time in free software circles, you've likely seen Tux the penguin. Linux-Libre has its own: Freedo, a light-blue penguin that doubles as the project's spokesman. The design is a deliberate mashup of Tux and the GNU gnu, and Freedo has been handling release announcements since the project joined the GNU suite in 2012. The 7.2-gnu release tracks upstream 7.2-rc7, and the deblob script that ships with it clocks in at roughly 204 KB. It caught firmware across a surprisingly wide net of modern hardware. The project's minimal-changes philosophy means drivers that lose their firmware simply stop loading. Which is exactly the point.
What's in the Deblob Patch
The cleanup list reads like a hardware vendor audit. AMD pushed new blob names into amdgpu, requiring another round of string hunting. Qualcomm's Adreno GPU stack added qcom iris and q6v5 firmware entries. Intel's iwlwifi and MediaTek's mt792x wireless drivers joined the cut list. Even Realtek USB ethernet (r8152) and AMD's own next-gen NIC driver (amdxnda) didn't escape.
New audio drivers made it into the kill zone for the first time. MediaTek's rt722-sdca and Texas Instruments' tac5xx2 codecs both ship with embedded firmware, and Linux-Libre's automated checks caught them before they could settle in. The Bluetooth hci_bt3c driver vanished entirely upstream, so it no longer needs manual removal.
It's a rather tedious process for a project that never sees the spotlight. However, at the same time, the maintenance crew's tracking script keeps pace with vendor releases. You can see exactly what changed in the deblob-7.2 patch, which documents every removed blob by filename and source path. The real work happens in CI logs and patch diffs that only kernel packagers bother to read, but the results speak for themselves.
Not cheap to maintain, either. Freely available, sure, but someone has to watch upstream commits, cross-reference binary blobs, and update the cleanup regex. That's the ongoing cost of running a fully free kernel.
Where to Get It
The kernel source is available now. You'll find pre-compressed tarballs at 143 MB (xz and lz2) and 186 MB (bz2) on the FSF Latin America release page. Git contributors can pull the v7.2-gnu tag directly from the project repository, and patch authors can grab either the full delta from 7.1-gnu or the incremental rc patch that clocks in around 69 KB. Compiled packages for Debian and RPM-based distributions are listed as coming soon on the project's download portal.
Head here to the official Linux-Libre download links.
