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-08-04
stories 20

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

FSVERITY REGRESSION FIXED, CGROUP TIMER BUG PATCHED, OMARCHY SHELL RESTART UNCONDITIONAL

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

Linus pulled three critical filesystem and scheduler fixes overnight while Omarchy shipped a shell restart mandate that kills stale QML loading.

The fsverity regression that let file truncation slip through on kernels without fsverity support is dead [1], and Eric Biggers' fix removes the check that was blocking it. Same merge window brought cgroup pressure timer fixes [2] that prevent use-after-free when a trigger's poll timer fires after the cgroup itself is freed, plus an fscrypt owner-check bug [3] that was reading the wrong idmap during FS_IOC_SET_ENCRYPTION_POLICY calls. Over at Omarchy, the bigger story is shell restart policy: updates now unconditionally restart the shell at the end of every cycle because "updates routinely replace the shell's QML, and a stale process can lazy-load new files into old code" [4]. Weather retries got the same treatment [5] to prevent the bar icon staying stuck on failed Open-Meteo fetches. Archinstall's desk spent the day grinding through type annotation refactors [8] [9] [10] across CPUVendor, PartitionTable, and Bootloader classes to appease pyright and pyre linters. The Omarchy clock got AM/PM format pairs on right-click [6] and a Super+Shift+= calculator hotkey [7].

Action items

References

  1. [1] Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux torvalds/linux ↗
  2. [2] Merge tag 'cgroup-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup torvalds/linux ↗
  3. [3] Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux torvalds/linux ↗
  4. [4] Restart the shell unconditionally after every update ↗ basecamp/omarchy
  5. [5] Retry failed weather fetches so the bar icon can't stay stuck ↗ basecamp/omarchy
  6. [6] Offer AM/PM clock formats when right-clicking the bar clock ↗ basecamp/omarchy
  7. [7] Add a Super + Shift + = hotkey for calculator ↗ basecamp/omarchy
  8. [8] Refactor CPUVendor ↗ archlinux/archinstall
  9. [9] Refactor default PartitionTable ↗ archlinux/archinstall
  10. [10] Use staticmethod for Bootloader.get_default ↗ archlinux/archinstall

Quick answers

What shipped in Linux on August 4, 2026?
Linus pulled three critical filesystem and scheduler fixes overnight while Omarchy shipped a shell restart mandate that kills stale QML loading. In total, 14 commits and 6 pull requests landed.
Who contributed to Linux on August 4, 2026?
4 developers shipped this update, including Linus Torvalds, David Heinemeier Hansson, scottjones, and codefiles.
What were the notable Linux updates?
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux, Merge tag 'cgroup-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup, and Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux.