RepoJournal
Linux

Linux

The kernel, distros, and the rigs of the moment

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

One email a day. Unsubscribe in one click.

Pick a date

Topics: Infrastructure Full archive →

The Wire · Showcase

KERNEL RC7 SHIPS WITH CRITICAL TRACING AND ZCRYPT FIXES

By RepoJournal · Filed · About Linux

Linux 7.2-rc7 landed overnight with urgent memory safety patches across tracing and s390 cryptography, closing use-after-free and buffer overflow windows before final release.

The tracing subsystem got two critical fixes [1] that patch use-after-free vulnerabilities in eventfs_remove_rec() and SRCU list handling, both addressed by switching from unsafe list iteration to list_for_each_entry_safe() semantics. In parallel, s390 zcrypt hardening [2] closed multiple buffer overflow and out-of-bounds access vectors by replacing fixed payload assumptions with proper ASN.1 bounds checking on CCA and EP11 requests. These are the fixes that hold rc7 in place before the 7.2 final cut [3]. On the userspace side, Omarchy shipped three production stabilizers in the last 24 hours: notifications now survive shell restarts by storing actions to disk instead of relying on transient D-Bus signals [5], SSH connections that drop now properly disarm terminal modes instead of flooding prompts with escape-sequence garbage [6], and first-boot provisioning now shows install-style progress through account setup [4]. Together this is 25 commits and 16 PRs across two desks, with the kernel fixes taking priority.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Merge tag 'trace-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace torvalds/linux
  2. [2] Merge tag 's390-7.2-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux torvalds/linux
  3. [3] Linux 7.2-rc7 torvalds/linux
  4. [4] Show install-style progress through first-boot account setup (#6631) basecamp/omarchy
  5. [5] Keep clicking a notification working after a shell restart (#6636) basecamp/omarchy
  6. [6] Clean up the terminal and reconnect when SSH connections drop (#6661) basecamp/omarchy

Quick answers

What shipped in Linux on August 10, 2026?
Linux 7.2-rc7 landed overnight with urgent memory safety patches across tracing and s390 cryptography, closing use-after-free and buffer overflow windows before final release. In total, 25 commits and 16 pull requests landed.
Who contributed to Linux on August 10, 2026?
2 developers shipped this update, including Linus Torvalds and David Heinemeier Hansson.
What were the notable Linux updates?
Merge tag 'trace-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace, Merge tag 's390-7.2-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux, and Linux 7.2-rc7.

More from Linux

Daily updates, in your inbox

Follow Linux

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

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?