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-01
stories 17

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Cgroup kill fix, EDAC orphanings land in 7.3-rc2

By RepoJournal · Filed · About Linux

Two merge batches hit Linux 7.3-rc2: a cgroup SIGKILL fix and EDAC driver updates.

Linux 7.3-rc2 merges a cgroup fix [1] that prevents spurious SIGKILL of CLONE_INTO_CGROUP children: the fork path snapshotted the kill counter before resolving the target cgroup, so children were killed even when the kill counter belonged to a different cgroup [2]. The same merge also notes that releasing an isolated cpuset partition no longer drops isolation for CPUs isolated on the kernel command line [1]. EDAC updates [3] mark the mpc85xx and ThunderX drivers as orphaned due to lack of hardware access and remove the unused fake error injection interface from debugfs code over race concerns [3]. XFS fixes landed [4] covering zoned storage support, a possible deadlock vector, and a quota evasion fix when exporting via NFS, with capability subsystem patches included [4]. Archinstall got a temporary fix [5] to its archiso workflow, working around broadcom-wl being absent from archiso's package list pending a new archiso release [6].

Action items

References

  1. [1] Merge tag 'edac_updates_for_v7.3_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras ↗ torvalds/linux
  2. [2] cgroup: fix spurious SIGKILL of CLONE_INTO_CGROUP children ↗ torvalds/linux
  3. [3] Merge remote-tracking branches 'ras/edac-misc', 'ras/edac-drivers' and 'ras/edac-amd-atl' into edac-updates ↗ torvalds/linux
  4. [4] Merge tag 'xfs-fixes-7.3-rc2' of gitolite.kernel.org:/pub/scm/fs/xfs/xfs-linux ↗ torvalds/linux
  5. [5] Fix archiso workflow (#4748) ↗ archlinux/archinstall
  6. [6] Fix archiso workflow ↗ archlinux/archinstall

Quick answers

What shipped in Linux on September 1, 2026?
Two merge batches hit Linux 7.3-rc2: a cgroup SIGKILL fix and EDAC driver updates. In total, 16 commits and 1 pull requests landed.
Who contributed to Linux on September 1, 2026?
4 developers shipped this update, including Linus Torvalds, Borislav Petkov (AMD), Etienne Perot, and codefiles.
What were the notable Linux updates?
Merge tag 'edac_updates_for_v7.3_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras, cgroup: fix spurious SIGKILL of CLONE_INTO_CGROUP children, and Merge remote-tracking branches 'ras/edac-misc', 'ras/edac-drivers' and 'ras/edac-amd-atl' into edac-updates.