Linux 7.2 was officially released on 16 August 2026. The new kernel brings cache-aware CPU scheduling, a fairer GPU scheduler, memory and swap improvements, faster Btrfs operations, USB4STREAM support and a large collection of hardware-driver updates. Most Ubuntu, Linux Mint and production-server users should still wait for a kernel supplied by their distribution instead of installing the upstream release manually.
The release matters beyond its version number. Linux 7.2 improves several parts of the kernel that affect busy desktops, servers, storage systems and newer hardware. It also adds early support for technologies that will take more work before ordinary users see the full benefit.
- Official release date: 16 August 2026
- Current upstream status: mainline stable release
- Notable changes: cache-aware scheduling, fairer GPU scheduling, memory reclaim, swap, Btrfs and USB4STREAM
- AMD changes: initial HDMI 2.1 FRL code and a new ISP4 camera driver
- Apple M3 status: early platform enablement, not a complete daily-use Linux experience
- Recommended action: use the kernel packaged and supported by your Linux distribution
Linux 7.2 is now officially available
The Linux Kernel Archives lists Linux 7.2 as the latest mainline release, dated 16 August 2026. That completes the development cycle we followed when Linux 7.2-rc7 arrived before the stable release.
n
Linux 7.2.2 fixes CVE-2026-80590
n
Update, 30 August 2026: Linux 7.2.2 was released on 28 August as a focused security update for CVE-2026-80590. The networking flaw can allow an unprivileged local user to trigger a kernel panic under specific TUN/TAP or AF_PACKET conditions. Seven other maintained kernel branches received the same correction.
n
See our CVE-2026-80590 Linux kernel update guide for the fixed versions, realistic exposure conditions, distribution update commands and container-host guidance.
| Milestone | Date | Result |
|---|---|---|
| Linux 7.2-rc1 | 28 June 2026 | Merge window closed and public testing began |
| Linux 7.2-rc7 | 9 August 2026 | Final week of stabilization and fixes |
| Linux 7.2 stable | 16 August 2026 | Official upstream release |
| Linux 7.3 merge window | After the 7.2 release | Development moves to the next cycle |
“Released upstream” does not mean every distribution will offer Linux 7.2 immediately. Distribution maintainers normally apply their own configuration, patches, signing, testing and packaging before delivering a kernel through normal updates.
The Linux 7.2 changes that matter most
Linux 7.2 contains thousands of changes, but only a smaller group is likely to be meaningful outside kernel development. The table below separates the headline feature from its practical effect.
| Area | Linux 7.2 change | Why it matters |
|---|---|---|
| CPU scheduler | Cache-aware task placement | Related tasks can be kept within the same last-level cache domain, reducing unnecessary cache movement |
| Graphics | Fairer DRM GPU scheduler | Interactive GPU clients can receive fairer treatment while another client is creating a heavy load |
| Memory | Improved reclaim and swap handling | Selected memory-heavy workloads may see lower overhead and fewer unexpected out-of-memory situations |
| Btrfs | Large folios enabled by default and I/O improvements | Some sequential-write and direct-I/O workloads can benefit |
| USB4 | New USB4STREAM protocol | Two systems can transfer raw data streams through a USB4 or Thunderbolt cable |
| Storage security | New dm-inlinecrypt target | Adds an upstream option for inline block-device encryption |
Cache-aware scheduling
The scheduler can now make better use of the way modern processors share their last-level cache. When threads work on related data, placing them inside the same cache domain can reduce cache misses and avoid moving data unnecessarily between parts of the CPU.
This does not promise a universal speed boost. Results depend on the processor, workload and system configuration. The change is most interesting for threaded or busy workloads where cache locality has a measurable cost.
Fairer GPU job scheduling
Linux has one scheduler for CPU tasks and separate scheduling inside the graphics stack for work submitted to a GPU. Linux 7.2 introduces a fairer DRM GPU scheduler designed to improve fairness and responsiveness when interactive work runs beside a heavy GPU workload.
That is useful groundwork for desktops and graphics-heavy applications, but it should not be read as a guaranteed gaming frame-rate increase. GPU model, driver, Mesa version and the game itself remain major factors.
Memory, swap and Btrfs improvements
The memory-reclaim path receives changes intended to handle pressure more efficiently. Swap metadata has also been reorganized to reduce static overhead. The kernel changelog gives one scale example: mounting a 1 TB swap device can avoid roughly 512 MB of static metadata, although normal desktop systems will not necessarily reproduce that exact benefit.
Btrfs enables large folios by default and receives changes for sequential writes, direct I/O, checksums and memory use. These improvements are more relevant to storage-heavy systems than to someone simply opening a browser faster.
USB4STREAM connects two systems directly
USB4STREAM allows raw data to move between two hosts connected by a USB4 or Thunderbolt cable. It exposes a device such as /dev/tbstream0, which applications can read from or write to using normal file operations. It can operate alongside Thunderbolt networking rather than replacing it.
What Linux 7.2 changes for AMD users
Linux 7.2 adds initial HDMI 2.1 Fixed Rate Link work to the open-source AMDGPU driver. FRL is part of the transport needed for higher-bandwidth HDMI modes. The key word is initial: users should not assume every Radeon card and HDMI 2.1 display combination will immediately expose every high-resolution or high-refresh feature.
The release also adds an AMD ISP4 media driver. ISP stands for image signal processor, the hardware used for camera processing on some newer AMD laptop platforms. Kernel support is an important foundation, but complete webcam behavior can still depend on firmware, userspace components and laptop-specific integration.
These driver changes may matter to desktop and gaming users, but they do not guarantee an immediate frame-rate increase. Our analysis of Linux gaming reaching 4.01% on Steam provides wider context for the platform’s recent growth.
Apple M3 support is early—not daily-driver ready
Linux 7.2 includes early upstream platform support associated with Apple M3 systems. This is valuable engineering progress, but it should not be described as full support for installing Linux on an M3 MacBook or iMac.
The initial device-tree work is enough for low-level bring-up and simple console booting on selected base M3 systems. Important pieces required for normal use—including complete accelerated graphics and broader device support—remain separate work. People who want a practical Linux experience on Apple Silicon should continue following the Asahi Linux project and its published hardware-support guidance.
In short, Linux 7.2 makes Apple M3 enablement more real for developers, but it does not turn every M3 Mac into a supported Linux laptop overnight.
When will Ubuntu, Fedora and other distributions get Linux 7.2?
The answer depends on the distribution. Rolling-release projects can package a new upstream kernel relatively quickly after testing. Fixed releases and long-term-support distributions often remain on an older kernel series that receives security and stability backports.
- Ubuntu and Linux Mint: do not replace the supported kernel only to obtain a higher version number. Follow the normal update channel unless you have a specific hardware or testing need.
- Fedora: newer kernels commonly arrive through tested updates, but the exact schedule depends on Fedora maintainers and release policy.
- Arch and other rolling distributions: Linux 7.2 may appear sooner, after package-level testing.
- Debian stable and production servers: stability and security backports normally matter more than immediately adopting the newest mainline kernel.
Canonical previously identified Linux 7.2 as the target kernel for Ubuntu 26.10. That future target does not change the supported kernel policy for existing Ubuntu LTS installations.
Fedora follows its own integration and testing schedule. See the confirmed Fedora 45 development changes for a separate look at that distribution’s next release cycle.
Should you install Linux 7.2 now?
For most people, no manual installation is needed. Wait until your distribution supplies Linux 7.2 through its supported repositories. That route preserves package signing, bootloader integration, security maintenance and the distribution’s tested configuration.
Testing the upstream kernel can make sense when you are diagnosing very new hardware, validating a driver change or contributing a bug report. Use a spare device or a controlled test system, retain a known-working kernel in the boot menu and back up important data first.
Server administrators should test storage, networking, virtualization, security modules and monitoring before changing a production kernel. Our Linux server hardening checklist covers additional precautions that remain important after any kernel upgrade.
Common questions about Linux 7.2
Is Linux 7.2 an LTS kernel?
Linux 7.2 is the latest mainline release, but an upstream release does not automatically become a long-term-support branch. Users should follow kernel.org and their distribution’s support policy rather than assuming LTS status.
Will Ubuntu automatically receive Linux 7.2?
Not every Ubuntu release will move to Linux 7.2. Ubuntu supplies kernels according to each release’s support and hardware-enablement policy. Use the version offered through the normal Ubuntu repositories unless you have a tested reason to do otherwise.
Can Linux 7.2 run normally on an Apple M3 Mac?
No. The upstream work is early platform enablement and does not provide a complete everyday desktop experience on M3 Macs. Full usability requires substantially more hardware and graphics support.
Does Linux 7.2 make AMD gaming faster?
It includes relevant graphics and scheduling work, but gaming performance cannot be predicted from the kernel version alone. The Radeon GPU, Mesa, Vulkan driver, Proton version and individual game all affect the result.
Sources and further reading
- Linux Kernel Archives: current upstream releases
- KernelNewbies Linux 7.2 technical changelog with upstream commit links
- Linux Kernel Organization release terminology
- Asahi Linux project
- Canonical Kernel Team: Linux 7.2 target for Ubuntu 26.10
Last updated: 30 August 2026. This page will continue to be updated when major distributions publish confirmed Linux 7.2 availability or important maintenance releases arrive.
Asahi Linux moves closer to M3 Mac support
Following Linux 7.2, the Asahi Linux project reported working USB 3.0 and Thunderbolt across M3-series Macs and said an official M3 release is almost ready. Read LinuxPanda’s detailed Asahi Linux M3 support report for the confirmed features and remaining limitations.
Linux 7.3 development begins
After the Linux 7.2 stable release, the next development cycle opened with an unusually large first candidate. See the confirmed AMD, Btrfs, Apple and gaming changes in our Linux 7.3-rc1 release analysis.










Comments