Linux 7.1 is expected to be tagged as stable this Sunday, and with that release will come the opening of the Linux 7.2 merge window — a two-week period during which the kernel's subsystem maintainers submit new feature code for inclusion in the next major version. According to Phoronix, which published its expected-features rundown on 12 June 2026, the upcoming merge window is shaping up to be a busy one, with work spanning hardware enablement, display output improvements, USB enhancements, and a potentially significant scheduling change.
Apple M3 Support Continues Upstream Push
Among the most visible items expected during the 7.2 merge window is continued Apple Silicon enablement, this time targeting the M3 system-on-chip. Apple M1 support was merged in earlier kernel cycles, and the M3 patches build on that groundwork to bring upstream Linux closer to full compatibility with Apple's third-generation custom silicon.
The exact scope of the M3 patches — whether they cover GPU acceleration, power management, or both — will only become clear once the patch sets land during the merge window. Nonetheless, any progress on upstream Apple Silicon support is notable for the growing community of developers running Linux on Apple hardware, as well as for projects that rely on reproducible hardware configurations across mixed fleets.
AMDGPU Gets Early HDMI 2.1 FRL Support
On the graphics front, an initial implementation of HDMI 2.1 Fixed Rate Link (FRL) signalling is expected to enter the AMDGPU driver. HDMI 2.1 FRL is the technology that enables the higher-bandwidth output modes defined by the HDMI 2.1 specification — including 4K at 120Hz and 8K resolutions — replacing the older TMDS (Transition-Minimized Differential Signalling) method that maxes out at lower data rates.
For AMD's open-source driver stack, this is an important step in closing a gap with the Windows driver, where HDMI 2.1 support has been available for some time. While the initial implementation may be limited in scope, it lays the groundwork for higher-bandwidth display output on AMD GPUs under Linux — a feature increasingly relevant as high-refresh-rate and ultra-high-resolution monitors become mainstream.
USB4STREAM: Isochronous Data Over USB4
Another expected addition is USB4STREAM, which introduces support for stream mode transfers over USB4 connections. In practical terms, this enables isochronous data transfers — the kind of continuous, timing-sensitive data flow used by devices such as high-end webcams, audio interfaces, and video capture hardware. The feature strengthens Linux's USB4 ecosystem, which has been progressively expanding since the initial USB4 support was merged in earlier kernel cycles.
Cache-Aware Scheduling: The Biggest Ticket Item
Perhaps the most technically significant change expected in Linux 7.2 is cache-aware scheduling. This work modifies the kernel's task scheduler to take CPU cache topology into account when deciding where to place tasks on the available cores. Rather than treating all cores as interchangeable, the scheduler will prefer to keep related tasks on cores that share caches, reducing cache misses and improving performance.
The implications are broad. On servers handling high-throughput workloads, cache-aware scheduling can reduce latency and improve throughput. On desktops and laptops, it can yield snappier responsiveness in multi-threaded applications. And on embedded and edge devices, where cache resources are often constrained, smarter placement can make a meaningful difference — all without requiring any changes to user-space software.
Caveats and Outlook
It is worth noting that the features listed above represent expectations based on queued patch sets and maintainer pull requests entering the merge window. Kernel development is dynamic, and some items may slip to later releases depending on review outcomes and code readiness. The final feature set of Linux 7.2 will be determined over the coming two weeks.
For IT professionals and developers across the region, the Linux 7.2 cycle underscores the kernel's continued rapid pace of hardware enablement and performance improvement. Apple M3 support makes upstream Linux viable on a wider range of developer workstations. HDMI 2.1 FRL closes a practical gap for AMD GPU users with modern displays. And cache-aware scheduling promises performance gains that will be felt across server rooms and desktops alike — with no application changes required.
The stable release of Linux 7.2 is expected roughly two months after the close of the merge window, following the standard release candidate cycle.
Linux 7.1 預計將於本週日標記為穩定版本,隨之而來的將是 Linux 7.2 合併視窗的開啟——這是一個為期兩週的時段,期間內核的各子系統維護者將提交新功能代碼,以納入下一個主要版本。根據 Phoronix 於 2026 年 6 月 12 日發佈的預期功能概覽,即將到來的合併視窗預計將十分繁忙,涵蓋硬件啟用、顯示輸出改進、USB 增強,以及一項潛在的重大調度變更。
Apple M3 支援持續上游推進
預計在 7.2 合併視窗中最顯眼的項目之一,是持續的 Apple Silicon 啟用工作,此次目標為 M3 系統級晶片。Apple M1 支援已在早前的內核週期中合併,而 M3 補丁則在此基礎上構建,旨在使上游 Linux 更接近與 Apple 第三代定制晶片的完全兼容。
M3 補丁的確切範圍——它們是涵蓋 GPU 加速、電源管理,還是兩者兼有——只有在補丁集於合併視窗期間正式提交時才會明朗。儘管如此,任何上游 Apple Silicon 支援的進展,對於日漸增長的在 Apple 硬件上運行 Linux 的開發者社群,以及依賴於跨混合設備群可重現硬件配置的項目而言,都是值得注意的。
AMDGPU 獲得早期 HDMI 2.1 FRL 支援
在圖形方面,HDMI 2.1 固定速率鏈路 (FRL) 信令的初步實現預計將進入 AMDGPU 驅動程式。HDMI 2.1 FRL 是一種技術,它實現了由 HDMI 2.1 規範定義的更高頻寬輸出模式——包括 4K@120Hz 和 8K 解析度——取代了舊有的 TMDS(最小化傳輸差分信令)方法,後者的數據速率上限較低。
對於 AMD 的開源驅動程式堆疊而言,這是彌合與 Windows 驅動程式差距的重要一步,後者已提供 HDMI 2.1 支援一段時間。雖然初始實現的範圍可能有限,但它為在 Linux 下通過 AMD GPU 實現更高頻寬顯示輸出奠定了基礎——隨著高刷新率和超高解析度顯示器的普及,這一功能變得日益相關。
USB4STREAM:透過 USB4 進行等時數據傳輸
另一個預期新增的功能是 USB4STREAM,它引入了透過 USB4 連接進行流模式傳輸的支援。實際上,這實現了等時數據傳輸——即高端網絡攝影機、音訊介面和視訊擷取硬件等設備所使用的那種連續、對時間敏感的數據流。此功能增強了 Linux 的 USB4 生態系統,該系統自先前的內核週期合併初始 USB4 支援以來一直在逐步擴展。
快取感知調度:最大的重頭戲
也許在 Linux 7.2 中預期最具技術重要性的變更是快取感知調度。這項工作修改了內核的任務調度器,使其在決定將任務放置於可用的哪個核心上時,考慮 CPU 快取拓撲結構。調度器不再將所有核心視為可互換,而是傾向於將相關任務保留在共享快取的核心上,從而減少快取未命中並提升性能。
其影響是廣泛的。對於處理高吞吐量工作負載的伺服器,快取感知調度可以降低延遲並提高吞吐量。對於桌上型和筆記型電腦,它可以在多線程應用中帶來更敏捷的響應。而在快取資源通常受限的嵌入式和邊緣設備上,更智慧的任務放置可以產生顯著差異——且無需對用戶端軟體進行任何更改。
注意事項與展望
值得注意的是,上述列出的功能代表了基於已排隊的補丁集和維護者拉取請求進入合併視窗的預期。內核開發是動態的,部分項目可能會因審查結果和代碼準備情況而推遲到後續版本。Linux 7.2 的最終功能集將在接下來的兩週內確定。
對於本地區的資訊科技專業人員和開發者而言,Linux 7.2 週期凸顯了內核在硬件啟用和性能改進方面持續的快速步伐。Apple M3 支援使上游 Linux 在更廣泛的開發者工作站上變得可行。HDMI 2.1 FRL 彌合了 AMD GPU 用戶搭配現代顯示器時的實際差距。而快取感知調度所帶來的性能提升,將在伺服器機房和桌面上同樣被感受到——且無需應用程式進行任何更改。
Linux 7.2 的穩定版本預計將在合併視窗關閉後大約兩個月發佈,遵循標準的候選版本週期。
