A kernel release that’s mostly driver updates is the kind of boring I actually want. My self-hosted stack lives or dies on hardware support, not headline features, so 7.2 lands in the upgrade-when-the-distro-ships-it bucket. The detail worth noting: Torvalds pulled unfinished DRM scheduling code late in the cycle. Ripping out troublesome work instead of shipping it is the right call, and it’s a discipline worth stealing for my own projects.
What I’ll actually do: nothing. The boxes running my services stay on the 6.18 longterm kernel, which is maintained until December 2028. Mainline is for the desktop, where a fresher AMD graphics stack occasionally matters, not for machines I only reach over SSH.
The story — Linus Torvalds released Linux 7.2 late Sunday afternoon. The release consists largely of updated drivers; a third of the patch is AMD GPU register definitions. Last-week changes were bigger than Torvalds hoped, notably reverts of problematic DRM scheduling code, which he called the only right way to handle unfinished code. Sources are on kernel.org; the newest longterm kernel remains 6.18, and a full changelog is still missing. (Source)