112 wires and counting

$ follow Linux

Keep up with Linux in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-05
stories 15

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

DRM fixes target Blackwell display, ceph nearfull_sync on remount

By RepoJournal · Filed · About Linux

Linux 7.3-rc2 merges include DRM fixes for Blackwell GPUs, a ceph use-after-free fix, and HID-BPF adjustments for the stricter verifier.

The drm-fixes merge for 7.3-rc2 carries a notable batch of nouveau display fixes for Blackwell GPUs, with maintainer Dave Airlie noting they "should mean we light up monitors properly and fix some desktop rendering problems." [1] The pull also includes the usual amdgpu and intel display changes, a core fix for a drm_crtc_commit leak when PAGE_FLIP_EVENT is used, and pagemap changes.

Ceph lands a small fixup for the new nearfull_sync mount option so it now applies on remount, plus a potential use-after-free fix marked for stable and a patch removing the last PageWriteback macro use in the tree. [2] The HID merge adjusts HID-BPF and its selftests now that the BPF verifier is more restrictive, alongside hid-hyperv build fixes and assorted device fixes. [3]

The ata pull works around lost interrupts on Marvell 88SE61xx controllers, which require clearing interrupts in the opposite order from the AHCI spec, and stops raising UNIT ATTENTION for depopulation commands. [4] IMA fixes exclude configfs files from builtin measurement, appraisal, and audit policies, since those hooks caused configfs locking issues. [5]

Action items

References

  1. [1] Merge tag 'drm-fixes-2026-09-05' of https://gitlab.freedesktop.org/drm/kernel ↗ torvalds/linux
  2. [2] Merge tag 'ceph-for-7.3-rc2' of https://github.com/ceph/ceph-client ↗ torvalds/linux
  3. [3] Merge tag 'hid-for-linus-2026090401' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid ↗ torvalds/linux
  4. [4] Merge tag 'ata-7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux ↗ torvalds/linux
  5. [5] Merge tag 'integrity-v7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity ↗ torvalds/linux

Quick answers

What shipped in Linux on September 5, 2026?
Linux 7.3-rc2 merges include DRM fixes for Blackwell GPUs, a ceph use-after-free fix, and HID-BPF adjustments for the stricter verifier. In total, 14 commits and 1 pull requests landed.
Who contributed to Linux on September 5, 2026?
2 developers shipped this update, including Linus Torvalds and David Heinemeier Hansson.
What were the notable Linux updates?
Merge tag 'drm-fixes-2026-09-05' of https://gitlab.freedesktop.org/drm/kernel, Merge tag 'ceph-for-7.3-rc2' of https://github.com/ceph/ceph-client, and Merge tag 'hid-for-linus-2026090401' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.