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-04
stories 15

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

secretmem locked-page accounting hole closed across Linux tree

By RepoJournal · Filed · About Linux

The mm hotfixes pull for 7.3 rc2 fixes a secretmem workaround that lets unprivileged users evade RLIMIT_MEMLOCK.

The mm hotfixes merge [1] lands 18 fixes, 13 cc:stable and 15 for MM, including one that closes a real accounting hole in mm/secretmem [2]. Secretmem stopped folios from being evicted even after unmap, letting a user map and unmap repeatedly to dodge RLIMIT_MEMLOCK; the fix properly accounts locked pages so the limit actually applies.

Networking also gets a batch of fixes [3], with regressions in page_pool handling odd-sized frags, a u32 duplicate-handle problem when the node ID pool is exhausted, igmp switching to RCU for ip_sf_list, and ip6_gre adding a check before transmit. The ACPI merge [4] merely drops two fields that lost their users, and the s390 merge [5] handles data races, KMSAN reports, and missing length checks across SCLP and zcrypt.

Quick answers

What shipped in Linux on September 4, 2026?
The mm hotfixes pull for 7.3 rc2 fixes a secretmem workaround that lets unprivileged users evade RLIMIT_MEMLOCK. In total, 15 commits landed.
Who contributed to Linux on September 4, 2026?
1 developer shipped this update, including Linus Torvalds.
What were the notable Linux updates?
Merge tag 'mm-hotfixes-stable-2026-09-03-17-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm, mm/secretmem: properly account locked pages, and Merge tag 'net-7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.