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-14
stories 8

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

KERNEL RC3 PLUGS CGROUP DIVIDE-BY-ZERO, RDMA DOS HOLE

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

Linux 7.2-rc3 lands critical fixes for memory node rebinding crashes and RDMA traffic amplification attacks.

A cpuset division-by-zero vulnerability is patched [1] when task mempolicy rebinds during CPU hotplug, now rebinding against effective nodes instead of potentially empty ones. The RDMA pull [2] hardens against DOS with certain RMPP traffic patterns, fixes mac address comparison for proper CMA operation on InfiniBand, and closes several irdma crashes around memory registration alongside uninitialized values in erdma and mana drivers. The sched_ext subsystem [3] gets lifecycle fixes addressing two use-after-frees and an enable-failure path that left half-initialized schedulers linked, plus two dispatch-path locking bugs including a spurious abort from migration races. RTLA tracing tools [4] fix build failures on uclibc systems by adding missing unistd includes and linking ctype dependencies. NFSD [5] patches a use-after-free when unlocking filesystems post-shutdown. On the userspace front, Omarchy 3.8.3 [6] ships tmux pane improvements with Alt+Enter splitting and CSI-u encoding across Alacritty, Foot, Ghostty, and Kitty. ArchInstall closes out the cycle with routine mypy upgrades [7] [8] to v2.3.0 across pre-commit and dependencies.

Action items

References

  1. [1] Merge tag 'cgroup-for-7.2-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup torvalds/linux ↗
  2. [2] Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma torvalds/linux ↗
  3. [3] Merge tag 'sched_ext-for-7.2-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext torvalds/linux ↗
  4. [4] Merge tag 'trace-tools-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace torvalds/linux ↗
  5. [5] Merge tag 'nfsd-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux torvalds/linux ↗
  6. [6] v3.8.3 ↗ basecamp/omarchy
  7. [7] Update pre-commit hook pre-commit/mirrors-mypy to v2.3.0 ↗ archlinux/archinstall
  8. [8] Update dependency mypy to v2.3.0 ↗ archlinux/archinstall

Quick answers

What shipped in Linux on July 14, 2026?
Linux 7.2-rc3 lands critical fixes for memory node rebinding crashes and RDMA traffic amplification attacks. In total, 5 commits, 2 pull requests, and 1 releases landed.
Who contributed to Linux on July 14, 2026?
3 developers shipped this update, including Linus Torvalds, dhh, and renovate.
What were the notable Linux updates?
Merge tag 'cgroup-for-7.2-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup, Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma, and Merge tag 'sched_ext-for-7.2-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.