The Wire · Showcase
KERNEL 7.2-RC4 LANDS AUDIO FIXES AS BTRFS PLUGS CRITICAL LEAKS
By RepoJournal · Filed · About Linux
Sound 7.2-rc4 fixes USB-audio regressions and device quirks while btrfs patches a root structure leak that could crash relocation operations.
Linux 7.2-rc4 merged a batch of audio fixes [1] addressing per-channel volume imbalance in USB-audio sticky mixers, input validation in the caiaq driver, and device-specific quirks for iBasso, Musical Fidelity, and Redragon hardware. The real pressure sits in btrfs, where David Sterba's merge [2] lands the root structure leak fix that was bleeding memory during relocation failures, plus critical transaction abort handling and free space cache validation on load. Both subsystems hit regression territory hard. Archinstall's locale fixes [3] rewrite Galician from scratch after discovering the translation was contaminated with Spanish strings, and a separate patch [4] nukes str.title() which was mangling non-English typography: Ukrainian hostname labels rendered as broken mixed-case, acronyms like NTP collapsed to Ntp. These are the invisible breaks that ship silently to users.
Action items
- → Pull sound-7.2-rc4 fixes into your next merge window, especially if you maintain USB audio drivers torvalds/linux [plan]
- → Test btrfs relocation paths on 7.2-rc3+ immediately; the root leak fix is critical torvalds/linux [immediate]
- → Update Archinstall if you ship Galician or any non-English locales; title-casing breaks are now fixed archlinux/archinstall [plan]
References
- [1] Merge tag 'sound-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound torvalds/linux
- [2] Merge tag 'for-7.2-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux torvalds/linux
- [3] Fix Galician locale ↗ archlinux/archinstall
- [4] Use sentence case for summary labels ↗ archlinux/archinstall