125 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-07-28
stories 30

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

KERNEL HOTFIXES LAND ACROSS MM, KEYS, AND EROFS AS ARCHINSTALL ADDS AARCH64 SUPPORT

By RepoJournal · Filed · About Linux · Composed from the cited sources · methodology

Linus merged 13 memory management fixes cc:stable overnight, plus critical corrections to keyring array bounds and erofs page cache sharing that fix a NULL pointer dereference.

The biggest pull was a 13-hotfix batch from Andrew Morton covering memory management, keyring array trimming, and erofs regression fixes [1] [2] [3]. The keys fix addresses an unprivileged keyring vulnerability where description-chunk collisions drive assoc_array node splitting into out-of-bounds writes. Erofs also landed a critical fix: it was throwing NULL pointers during mincore() because page cache sharing lost a valid f_path reference. The pinctrl subsystem picked up an S4 sleep state fix for AMD machines and wakeup fixes for Qualcomm SC8280XP [4]. Over on Omarchy, DHH merged a package conflict recovery system that stops upgrades from aborting when pacman finds files it doesn't own, replacing the hand-maintained 25-entry allowlist that kept bitten users twice [5] [6]. Archinstall added AArch64 root partition type GUID support [7] and deduped systemd-resolved stub mode configuration [8], while Japanese translations hit 100% [9].

Action items

References

  1. [1] Merge tag 'mm-hotfixes-stable-2026-07-27-14-18' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm torvalds/linux ↗
  2. [2] Merge tag 'for-next-keys-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd torvalds/linux ↗
  3. [3] Merge tag 'erofs-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs torvalds/linux ↗
  4. [4] Merge tag 'pinctrl-v7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl torvalds/linux ↗
  5. [5] Recover from package file conflicts instead of predicting them ↗ basecamp/omarchy
  6. [6] Recover from package file conflicts instead of predicting them ↗ basecamp/omarchy
  7. [7] Support AArch64 root partition type GUID ↗ archlinux/archinstall
  8. [8] Deduplicate enabling systemd-resolved stub mode ↗ archlinux/archinstall
  9. [9] Update Japanese translation ↗ archlinux/archinstall

Quick answers

What shipped in Linux on July 28, 2026?
Linus merged 13 memory management fixes cc:stable overnight, plus critical corrections to keyring array bounds and erofs page cache sharing that fix a NULL pointer dereference. In total, 24 commits and 6 pull requests landed.
Who contributed to Linux on July 28, 2026?
4 developers shipped this update, including Linus Torvalds, dhh, utuhiro78, and codefiles.
What were the notable Linux updates?
Merge tag 'mm-hotfixes-stable-2026-07-27-14-18' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm, Merge tag 'for-next-keys-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd, and Merge tag 'erofs-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.