Linux kernel 7.2 is now available. Linus Torvalds published the release on its planned date after a final testing period he described as hectic. The version carries the first code that recognizes Apple M3 silicon.
Context
Kernel releases follow a fixed six-week cycle managed by Torvalds and a small group of maintainers. Version 7.1 shipped earlier in the year and already contained support for the earlier M1 and M2 families. The 7.2 merge window therefore focused on extending that work rather than starting from scratch. The single available report states that the schedule held despite the shortened review window, indicating that subsystem maintainers considered the tree ready.
Details
The announcement notes the presence of initial Apple M3 support alongside other hardware updates. No commit counts, specific driver names, or lists of changed files appear in the report. The text refers to “major features and hardware updates inside” yet supplies no enumeration of those changes. Readers must therefore consult the git log or the full changelog once it is posted on kernel.org to learn which platform code, clock drivers, or device-tree entries were added for the M3.
The report also gives no indication whether the M3 changes are limited to basic identification or include functional drivers for display, storage, or networking. Prior Apple silicon support in mainline progressed incrementally across several releases, so the same pattern is expected here. The absence of further technical detail in the initial announcement is consistent with Torvalds’ usual practice of issuing a short release note and letting the commit history speak for itself.
Reactions / counterpoints
No on-the-record reactions from other maintainers or Apple silicon developers are included in the source. The report limits itself to the fact of the release and the mention of M3 code. Any discussion of code quality or completeness will therefore appear first on the linux-arm or linux-apple mailing lists rather than in the initial news coverage.
Why it matters
Engineers who maintain downstream kernels or who test hardware on Apple silicon now have a concrete mainline version they can build and boot against M3 machines. Because the release stayed on schedule after a compressed testing period, downstream teams can treat 7.2 as a stable base rather than waiting for an unscheduled point release. Organizations that back-port patches or ship vendor kernels will decide whether to pull this version immediately or wait for additional M3 fixes that are likely to land in 7.3 or later.
For users running Linux on Apple hardware, the change moves M3 support from “experimental patches only” to “tracked in mainline,” even if the functional coverage remains partial at this stage. The same release also contains unspecified hardware updates whose impact will only become clear once the full diff is examined. Teams that rely on mainline for certification or long-term maintenance therefore gain a new reference point they can cite in internal roadmaps.
The next step for anyone working with M3 systems is to pull the 7.2 tag and run their existing test suites. Any gaps that surface will be reported through the usual kernel bug channels rather than through press releases.
---
Sources:
{"word_count": 612, "sources_used": 1, "headline": "Linux Kernel 7.2 Ships With First Apple M3 Code"}
No comments yet