Linux 7.2

Linux kernel 7.2 is prompting interest both for its technical advances—like long-awaited open HDMI 2.1 support on AMD GPUs and improved hardware compatibility for devices such as Raspberry Pi and newer laptops—and for how its changes are communicated. Commenters note that Igalia’s release write-up mainly highlights the consultancy’s own contributions, pointing others to KernelNewbies and LWN for broader, more neutral overviews. The exchange also touches on why kernel changelogs matter (from gaming and embedded use to GPU and filesystem improvements), ongoing pain points like memory management and OOM behavior, and a general consensus that desktop Linux has become dramatically more stable and user-friendly over the past decade.

Purpose and Audience of the Article

  • Many see the post as a consulting-company blog / marketing piece: it highlights only that firm’s contributions to Linux 7.2, not a full changelog.
  • Others defend it as a useful, well-formatted summary for prospective clients or technical decision-makers in companies (e.g., embedded, automotive) who want evidence of upstream competence.
  • Consensus: audience is relatively narrow—companies using Linux at scale, kernel/graphics-adjacent engineers, and interested power users.

Better General Changelog Resources

  • Multiple comments stress that this article is not a complete Linux 7.2 changelog.
  • KernelNewbies and LWN are recommended as more neutral, comprehensive sources, with links to their version summaries.

HDMI 2.1 Support and HDMI vs DisplayPort

  • There’s enthusiasm about open HDMI 2.1 support, especially for AMD GPUs and Linux-based consoles/TV use (SteamOS, couch gaming, TVs, AV receivers).
  • Discussion of how HDMI Forum previously blocked open drivers, with speculation that policy softened due to leaks, pressure from vendors, or the release of HDMI 2.2; details are acknowledged as unclear.
  • Some note 8K over HDMI is still problematic.
  • Debate on why one would use HDMI over DisplayPort:
    • HDMI dominates TVs, AV receivers, capture devices, projectors, and many motherboards.
    • HDMI 2.1 often offers more bandwidth than DP 1.4, and many monitors/GPUs are HDMI 2.1 + DP 1.4 only.
    • DP 2.1 support on displays is still rare; DP 1.4 with DSC extends DP’s usefulness.

DRM Terminology Confusion

  • Multiple replies clarify that “DRM” in the kernel is “Direct Rendering Manager,” the GPU/display subsystem, not “Digital Rights Management.”

Who Reads Kernel Changelogs and Why

  • Readers include sysadmins, hardware tinkerers, embedded engineers, and desktop users tracking:
    • New filesystems, performance improvements, long-standing bug fixes.
    • New protocols (e.g., WireGuard when it landed), security and sandboxing features (e.g., Landlock).
    • Hardware support for new laptops, GPUs, and peripherals.

Linux Evolution and Desktop Experience

  • One view: from the outside, Linux seems unchanged; most kernel work is invisible to typical desktop use.
  • Counterpoint: last decade saw big shifts—containers (namespaces/cgroups), eBPF, io_uring, better schedulers, much improved hardware support, and gaming viability (via Proton, GPU drivers).
  • Many report that modern desktop installs “just work” on a wide range of hardware, compared to frequent driver/suspend issues 10–15 years ago.
  • Others note that improvements are real but still contingent on hardware/firmware quality; past claims of “it just works” were sometimes luck.

Filesystems and btrfs Stability

  • Mixed views on btrfs:
    • Some say it’s been stable for years and works well with snapshots.
    • Others warn about sharp edges (RAID5, full-disk scenarios, databases like PostgreSQL) and lack of robust repair when things go wrong.

Memory Management and OOM Behavior

  • Complaint: Linux OOM behavior can still lead to hard reboots; user “fixed” it by massively increasing RAM.
  • Suggestions include using swap/zram to soften OOM, and tools like earlyoom to kill processes earlier and more gracefully.
  • Trade-off acknowledged: compression/swap can slow workloads but is preferable to system death.

Overall Sentiment on Desktop Linux

  • Many describe Linux as very stable and pleasant as a daily driver now, especially with modern terminal tools and distributions.
  • Reports of painless installs for non-technical users and good support for Bluetooth, multi-audio, multi-monitor, HiDPI, and gaming.
  • Some still criticize kernel complexity (“make menuconfig” overwhelm) and consider Linux “bloated,” but accept that most options exist for someone’s real use case.