The Wire · Showcase
LINUX 7.3 MERGE WINDOW OPENS WITH BPF VERIFIER OVERHAUL
By RepoJournal · Filed · About Linux
Linus pulled the biggest networking and BPF updates of the cycle overnight, and the verifier just got a whole lot easier to debug.
The 7.3 merge window is officially underway as Linus pulled bpf-next [1], net-next [2], docs [3], sysctl [4], and cgroup [5] in the last 24 hours. The headline act is the BPF verifier error reporting redesign: failures now carry "source and instruction annotations along with the causal event history" [1], which should end the era of opaque verifier rejections. Networking is a 'small improvements all over the place' release with roughly 632 net and 648 net-next patches merged [2], so expect the usual broad churn rather than a single marquee feature. Cgroup lands critical attach-path bug fixes for multi-cpuset migrations that could leave thread affinities stale [5], and sysctl consolidates three do_proc_* functions into one do_proc_vec [4]. Docs adds new realtime documents and a consensus change to LLM-attribution requirements [3]. Outside the kernel, omarchy swapped Gemini for Antigravity as its default coding agent [6][7] and dropped a redundant Windows VM start notification [8]. Archinstall refreshed its French locale with 90 new strings and 326 removed [9][10]. Renovate churned out routine pre-commit bumps for mypy and ruff [11][12], nothing to act on.
One email a day. Unsubscribe in one click.
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. Read a past issue →
Action items
- → Review BPF verifier error reporting changes in 7.3-rc1 and update your tooling expectations torvalds/linux [plan]
- → Test cgroup attach paths for threaded subtrees when 7.3-rc1 lands; stale affinity bugs were fixed torvalds/linux [plan]
- → Migrate omarchy users from Gemini to Antigravity; compatibility aliases remain basecamp/omarchy [monitor]
- → Update pre-commit hooks for mypy v2.3.1 and ruff v0.16.3 when convenient archlinux/archinstall [monitor]
References
- [1] Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next torvalds/linux
- [2] Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next torvalds/linux
- [3] Merge tag 'docs-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linux torvalds/linux
- [4] Merge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl torvalds/linux
- [5] Merge tag 'cgroup-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup torvalds/linux
- [6] Replace Gemini coding agent with Antigravity ↗ basecamp/omarchy
- [7] Replace Gemini coding agent with Antigravity (#6900) basecamp/omarchy
- [8] Drop the Windows VM start notification (#7585) basecamp/omarchy
- [9] Update French translation ↗ archlinux/archinstall
- [10] Update French translation (#4717) archlinux/archinstall
- [11] Update pre-commit hook pre-commit/mirrors-mypy to v2.3.1 ↗ archlinux/archinstall
- [12] Update pre-commit hook astral-sh/ruff-pre-commit to v0.16.3 ↗ archlinux/archinstall